aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/smtp/camel-smtp-transport.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-1325/+0
* Don't put a space between the "RCPT TO:" and the "<recipient>" strings -Jeffrey Stedfast2002-04-261-5/+3
* Get rid of an unused variable.Jeffrey Stedfast2002-04-171-6/+12
* Change the message arg to a CamelMimeMessage instead of a CamelMedium.Dan Winship2002-03-291-48/+6
* Updated to use the same logic as the POP code.Jeffrey Stedfast2002-03-191-8/+5
* Added a work-around for SMTP servers that can't read the RFCs and thusJeffrey Stedfast2002-03-141-1/+17
* These fixes should fix bug #21737.Jeffrey Stedfast2002-03-121-6/+8
* Rename the OpenSSL implementation of things to match the NSSDan Winship2002-03-111-26/+11
* Remove this: it couldn't be generically used, because different subclassesDan Winship2002-03-111-40/+22
* Don't call camel_remote_store_get_authtypes since we no longer subclassJeffrey Stedfast2002-03-091-1/+1
* Fix to work with OpenSSL.Jeffrey Stedfast2002-03-071-3/+5
* Make this compile.Dan Winship2002-03-071-1/+1
* treat "" as "always" to maintain compatablity with old config settingsJeffrey Stedfast2002-03-061-1/+2
* Start the ssl stream off in non-ssl mode (useful for STARTTLS).Jeffrey Stedfast2002-03-061-11/+130
* Since the AUTH token sometimes uses '=' instead of whitespace, don't useJeffrey Stedfast2002-02-131-1/+2
* New function to decode an enhanced status code. (smtp_set_exception): SetsJeffrey Stedfast2002-01-291-95/+126
* Use flags rather than a bunch of gboolean variables. (smtp_connect): Same.Jeffrey Stedfast2002-01-291-66/+143
* Updated to match the new send_to API. (smtp_send): Get the from addressJeffrey Stedfast2002-01-161-7/+9
* Change the prototype for camel_address_get_type to return a CamelTypeJeffrey Stedfast2001-12-211-38/+26
* Don't use regex matching. Fixes bug #16227.Jeffrey Stedfast2001-12-011-6/+3
* Check to see that errno is non-zero before returning g_strerror. If it'sJeffrey Stedfast2001-11-271-1/+4
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Replace the Bcc headers in a single location and don't flush the dataJeffrey Stedfast2001-10-141-21/+16
* oops, it should remove the bcc header, not the cc headerJeffrey Stedfast2001-10-131-8/+29
* Remove the stripheader filter from the build.Jeffrey Stedfast2001-10-131-8/+15
* Make sure to unref the mime filters when we finish with them.Jeffrey Stedfast2001-09-081-0/+2
* Do a clean disconnect.Jeffrey Stedfast2001-09-051-1/+1
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-141-4/+5
* A quoted string cannot contain \n's so check for those as well.Jeffrey Stedfast2001-08-101-24/+24
* First check to make sure that service->url->authmech is non-NULL beforeJeffrey Stedfast2001-08-041-14/+14
* special case popb4smtp auth before we try and connect, and do the magicNot Zed2001-08-031-10/+28
* Added some operation progress reporting. Actual data transfer is 'tricky'Not Zed2001-07-231-5/+26
* Add a CamelMimeFilterStripHeader that removes a header from mime output. UsedPeter Williams2001-06-291-1/+4
* g_strdup() the message source here or we will have problems later when weJeffrey Stedfast2001-06-261-2/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Use camel_address_length() rather than casting and accessing data members.Jeffrey Stedfast2001-06-221-3/+3
* Oops. Use a strNcmp to make sure the response begins with a 334 code, notJeffrey Stedfast2001-05-261-1/+1
* 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