aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/smtp/camel-smtp-transport.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-1093/+0
* Don't check the initial auth response until we get into the while-loopJeffrey Stedfast2001-05-121-9/+13
* Add support for using OpenSSL.Jeffrey Stedfast2001-05-081-2/+10
* Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-281-6/+5
* Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-171-2/+2
* s/IMAP/SMTPJeffrey Stedfast2001-04-121-1/+1
* Remove the "quick_login" member, which is unnecessary.Dan Winship2001-04-031-19/+24
* New files to handle the LOGIN SASL mechanism.Jeffrey Stedfast2001-04-021-9/+24
* Updated the authtype values.Jeffrey Stedfast2001-04-021-2/+3
* Not quite finished but checking in for some local frobbing.Not Zed2001-03-301-0/+1
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-4/+6
* add an argument to say whether or not you want "PLAIN" in the list (so youDan Winship2001-03-271-1/+1
* Add an "extra_conf" field to CamelProvider with structures and defines andDan Winship2001-03-271-8/+23
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-32/+12
* Print info about the issuer of the certificate.Jeffrey Stedfast2001-03-171-3/+5
* Uninclude prnetdb.h since it's not needed here.Jeffrey Stedfast2001-03-161-0/+1
* Update for using CamelTcpStreams and also for using SSL.Jeffrey Stedfast2001-03-151-19/+47
* i18n'd some strings in here.Jeffrey Stedfast2001-03-061-3/+55
* Updated with the extended AUTH return codes.Jeffrey Stedfast2001-03-031-1/+14
* oops, the return code is 235 on success, not 234Jeffrey Stedfast2001-03-031-1/+1
* Don't forget to unref the SASL object.Jeffrey Stedfast2001-03-031-50/+181
* Updated.Jeffrey Stedfast2001-02-061-14/+14
* New smtp error-code to string mapping function. (smtp_connect): Use theJeffrey Stedfast2001-01-181-10/+90
* Don't check errno as it's not being set. Fixes bug #1150.Jeffrey Stedfast2001-01-171-2/+1
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-101-15/+3
* Remove use of linewrap filter. Headers are now wrapped. encode_8bitMichael Zucci2000-12-111-12/+3
* If the data wrapper fails to be written to the stream, unref it and theJeffrey Stedfast2000-12-061-0/+5
* i18n-ize exception strings. (get_name): And here. (_send_to): Here too.Jeffrey Stedfast2000-12-051-49/+37
* send NULL so we don't have to clear the exceptionJeffrey Stedfast2000-11-291-2/+1
* Clear the exception if EHLO fails before trying HELO in the cases whereJeffrey Stedfast2000-11-291-0/+2
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-071-8/+4
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-041-3/+0
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-11-011-6/+8
* Remove md5-utils.h include since it's not part of Camel any more.Dan Winship2000-10-301-1/+0
* New convenience function to determine if there are any 8bit mime parts inJeffrey Stedfast2000-10-031-11/+28
* Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text):Jeffrey Stedfast2000-10-031-53/+16
* another mem leak fixJeffrey Stedfast2000-09-291-0/+5
* Fixed some memory leaks. (camel_smtp_transport_init): InitializeJeffrey Stedfast2000-09-291-58/+43
* Don't send the recipient data through smtp_get_email_addr_from_text - thisJeffrey Stedfast2000-09-291-15/+14
* Use the linewrap filter to achieve full RFC0821 compliance.Jeffrey Stedfast2000-09-201-128/+133
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-301-2/+2
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-231-5/+18
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+3
* Merge with camel-async.Peter Williams2000-08-111-22/+16
* When forced to use the IP, place it in square brackets.Jeffrey Stedfast2000-08-021-7/+12
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-091-33/+35
* Fixed the parser to actually workJeffrey Stedfast2000-07-081-14/+12
* Oops. Don't pass port # as a string in the error code (if it fails toJeffrey Stedfast2000-07-061-4/+5
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+13
* Don't close the filter stream when done with it (this causes the sourceChristopher James Lahey2000-06-281-1/+1
* Deprecated.Jeffrey Stedfast2000-06-131-8/+8
* Will now always send EHLO first, if that fails it will fall back on HELO.Jeffrey Stedfast2000-06-101-4/+15
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-071-115/+115
* moved some debug print statements to better locationsJeffrey Stedfast2000-06-031-20/+21
* Implemented a few more imap functions in providers/imap/camel-imap-folder.cJeffrey Stedfast2000-05-311-2/+3
* Took out code that had been there to reconnect to the server if it was notJeffrey Stedfast2000-05-261-4/+0
* Fixes to make the SMTP transport thread-safeEDT 2000 Jeffrey Stedfast2000-05-251-17/+25
* Added debug fprintfs, tested with a few messages (smtp_data): Fixed to useEDT 2000 Jeffrey Stedfast2000-05-241-3/+44
* stuffJeffrey Stedfast2000-05-231-2/+2
* stuff dudeJeffrey Stedfast2000-05-231-6/+1
* dude, just stuffJeffrey Stedfast2000-05-231-68/+67
* fix an off-by-one error in address parsing (smtp_data): useDan Winship2000-05-181-2/+3
* error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.cJeffrey Stedfast2000-05-171-2/+2
* o Added some preliminary ESMTP AUTH supportEDT 2000 Jeffrey Stedfast2000-05-161-6/+37
* now it deff compilesJeffrey Stedfast2000-05-121-1/+1
* camel-smtp-transport.c will now compile :)Jeffrey Stedfast2000-05-121-7/+8
* providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp...Jeffrey Stedfast2000-05-121-14/+10
* fixed camel_smtp_transport_class_init(): now initializes service_classJeffrey Stedfast2000-05-111-1/+4
* o Undid changes to camel-internet-address.[c,h] o FixedEDT 2000 Jeffrey Stedfast2000-05-091-27/+29
* o Moved struct_address from camel-internet-address.c toEDT 2000 Jeffrey Stedfast2000-05-091-3/+26
* o updated to use CamelException (as needed by new camel-stream.c) o noEDT 2000 Jeffrey Stedfast2000-05-091-30/+29
* Make camel not leak like a sieve.Dan Winship2000-05-081-4/+1
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-041-10/+30
* o Reformatted providers/smtp/camel-smtp-transport.c to fit the standardEDT 2000 Jeffrey Stedfast2000-04-101-387/+352
* #include <sys/param.h> for MAXHOSTNAMELEN. (This is a stopgap: some of theDan Winship2000-04-091-0/+1
* o fixed numerous bugs in providers/smtp/camel-smtp-transport.c; should nowEDT 2000 Jeffrey Stedfast2000-04-081-52/+48
* o Added smtp_helo() request into smtp_connect() (forgott o do this before)EDT 2000 Jeffrey Stedfast2000-04-071-1/+7
* o Added smtp/ to providers tree under camel o Added makefiles and sourceEDT 2000 Jeffrey Stedfast2000-04-071-0/+694