| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill off a long-hated Camel kludge: "empty" URLs and | Dan Winship | 2001-01-10 | 1 | -15/+3 |
* | change a bunch of IS_CAMEL_* macros to CAMEL_IS_* | Dan Winship | 2000-12-14 | 1 | -1/+1 |
* | Remove use of linewrap filter. Headers are now wrapped. encode_8bit | Michael Zucci | 2000-12-11 | 1 | -12/+3 |
* | If the data wrapper fails to be written to the stream, unref it and the | Jeffrey Stedfast | 2000-12-06 | 1 | -0/+5 |
* | i18n-ize exception strings. (get_name): And here. (_send_to): Here too. | Jeffrey Stedfast | 2000-12-05 | 1 | -49/+37 |
* | send NULL so we don't have to clear the exception | Jeffrey Stedfast | 2000-11-29 | 1 | -2/+1 |
* | Clear the exception if EHLO fails before trying HELO in the cases where | Jeffrey Stedfast | 2000-11-29 | 1 | -0/+2 |
* | Implement a complete() function, now we need one. (filter): Upgraded to | Not Zed | 2000-11-07 | 1 | -8/+4 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 2 | -4/+3 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 1 | -6/+8 |
* | Remove md5-utils.h include since it's not part of Camel any more. | Dan Winship | 2000-10-30 | 1 | -1/+0 |
* | build md5-utils | 7 | 2000-10-28 | 1 | -1/+4 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -1/+2 |
* | New convenience function to determine if there are any 8bit mime parts in | Jeffrey Stedfast | 2000-10-03 | 1 | -11/+28 |
* | Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text): | Jeffrey Stedfast | 2000-10-03 | 1 | -53/+16 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 1 | -1/+0 |
* | another mem leak fix | Jeffrey Stedfast | 2000-09-29 | 1 | -0/+5 |
* | Fixed some memory leaks. (camel_smtp_transport_init): Initialize | Jeffrey Stedfast | 2000-09-29 | 2 | -59/+44 |
* | Don't send the recipient data through smtp_get_email_addr_from_text - this | Jeffrey Stedfast | 2000-09-29 | 1 | -15/+14 |
* | Use the linewrap filter to achieve full RFC0821 compliance. | Jeffrey Stedfast | 2000-09-20 | 1 | -128/+133 |
* | Updated to check for EXPUNGE notifications | Jeffrey Stedfast | 2000-08-30 | 1 | -2/+2 |
* | Add support for specifying on which port to connect to a server; fix a potent... | Peter Williams | 2000-08-26 | 1 | -0/+1 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -5/+18 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -0/+3 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 2 | -27/+21 |
* | When forced to use the IP, place it in square brackets. | Jeffrey Stedfast | 2000-08-02 | 1 | -7/+12 |
* | Fix Makefile.am booboo. | Peter Williams | 2000-07-28 | 1 | -2/+0 |
* | Update to reflect past changes in the Camel API. Use gtk macro casts | Jeffrey Stedfast | 2000-07-09 | 1 | -33/+35 |
* | Fixed the parser to actually work | Jeffrey Stedfast | 2000-07-08 | 1 | -14/+12 |
* | Oops. Don't pass port # as a string in the error code (if it fails to | Jeffrey Stedfast | 2000-07-06 | 1 | -4/+5 |
* | New method, to return an end-user-friendly name corresponding to a | Dan Winship | 2000-07-02 | 1 | -0/+13 |
* | Don't close the filter stream when done with it (this causes the source | Christopher James Lahey | 2000-06-28 | 1 | -1/+1 |
* | Updated | Jeffrey Stedfast | 2000-06-23 | 1 | -1/+6 |
* | Deprecated. | Jeffrey Stedfast | 2000-06-13 | 1 | -8/+8 |
* | don't pass a second (incorrect) -rpath in addition to the (correct) one | Dan Winship | 2000-06-13 | 1 | -1/+1 |
* | Will now always send EHLO first, if that fails it will fall back on HELO. | Jeffrey Stedfast | 2000-06-10 | 1 | -4/+15 |
* | worked on getting providers/imap/* to build cleanly, fixed a number of stupid... | Jeffrey Stedfast | 2000-06-07 | 1 | -115/+115 |
* | moved some debug print statements to better locations | Jeffrey Stedfast | 2000-06-03 | 1 | -20/+21 |
* | Implemented a few more imap functions in providers/imap/camel-imap-folder.c | Jeffrey Stedfast | 2000-05-31 | 1 | -2/+3 |
* | Add a domain field to CamelProvider, to say what kind of data it provides. | Dan Winship | 2000-05-29 | 1 | -0/+2 |
* | Took out code that had been there to reconnect to the server if it was not | Jeffrey Stedfast | 2000-05-26 | 1 | -4/+0 |
* | Fixes to make the SMTP transport thread-safe | EDT 2000 Jeffrey Stedfast | 2000-05-25 | 2 | -17/+38 |
* | Added debug fprintfs, tested with a few messages (smtp_data): Fixed to use | EDT 2000 Jeffrey Stedfast | 2000-05-24 | 2 | -5/+45 |
* | stuff | Jeffrey Stedfast | 2000-05-23 | 1 | -2/+2 |
* | stuff dude | Jeffrey Stedfast | 2000-05-23 | 1 | -6/+1 |
* | dude, just stuff | Jeffrey Stedfast | 2000-05-23 | 1 | -68/+67 |
* | fix an off-by-one error in address parsing (smtp_data): use | Dan Winship | 2000-05-18 | 1 | -2/+3 |
* | error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.c | Jeffrey Stedfast | 2000-05-17 | 1 | -2/+2 |
* | o Added some preliminary ESMTP AUTH support | EDT 2000 Jeffrey Stedfast | 2000-05-16 | 1 | -6/+37 |
* | now it deff compiles | Jeffrey Stedfast | 2000-05-12 | 1 | -1/+1 |
* | camel-smtp-transport.c will now compile :) | Jeffrey Stedfast | 2000-05-12 | 1 | -7/+8 |
* | providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp... | Jeffrey Stedfast | 2000-05-12 | 1 | -14/+10 |
* | fixed camel_smtp_transport_class_init(): now initializes service_class | Jeffrey Stedfast | 2000-05-11 | 1 | -1/+4 |
* | o Undid changes to camel-internet-address.[c,h] o Fixed | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 1 | -27/+29 |
* | o Moved struct_address from camel-internet-address.c to | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 1 | -3/+26 |
* | o updated to use CamelException (as needed by new camel-stream.c) o no | EDT 2000 Jeffrey Stedfast | 2000-05-09 | 1 | -30/+29 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -4/+1 |
* | A machine which serves neither POP nor KPOP is not a POP server. | Dan Winship | 2000-05-07 | 1 | -1/+2 |
* | New function to replace camel_provider_scan. Returns a list of either (a) | Dan Winship | 2000-05-04 | 1 | -10/+30 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 1 | -1/+2 |
* | oops. s/CAMEL_TRANSPORT_TYPE/CAMEL_PROVIDER_TRANSPORT/ | Dan Winship | 2000-05-01 | 1 | -1/+1 |
* | Tweak the definition of CamelProvider. Among other things, a provider may | Dan Winship | 2000-04-30 | 3 | -16/+14 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 1 | -2/+7 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -1/+0 |
* | Clarify what provider.protocol, provider.name, and provider.description | Dan Winship | 2000-04-11 | 1 | -2/+5 |
* | o Reformatted providers/smtp/camel-smtp-transport.c to fit the standard | EDT 2000 Jeffrey Stedfast | 2000-04-10 | 1 | -387/+352 |
* | pixmap_DATA isn't defined so don't use it as a variable. | Christopher James Lahey | 2000-04-09 | 1 | -0/+6 |
* | #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of the | Dan Winship | 2000-04-09 | 1 | -0/+1 |
* | o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should now | EDT 2000 Jeffrey Stedfast | 2000-04-08 | 2 | -53/+49 |
* | Removed smtp for now, its a long way from building. Removed file that | NotZed | 2000-04-07 | 1 | -527/+0 |
* | o Added smtp_helo() request into smtp_connect() (forgott o do this before) | EDT 2000 Jeffrey Stedfast | 2000-04-07 | 1 | -1/+7 |
* | fix Makefile.am | Chris Toshok | 2000-04-07 | 1 | -2/+2 |
* | o Added smtp/ to providers tree under camel o Added makefiles and source | EDT 2000 Jeffrey Stedfast | 2000-04-07 | 5 | -0/+1368 |