Updated for string-utils namespace changes.
[platform/upstream/evolution-data-server.git] / camel / providers / smtp / camel-smtp-transport.c
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-05-13 Jeffrey StedfastIf host->h_name is NULL or an empty string, default...
2003-04-24 Not Zedonly free the host if it was set. removes a run-time...
2003-04-10 Jeffrey StedfastTurn off debugging if CAMEL_VERBOSE_DEBUG isn't set.
2003-04-08 Jeffrey StedfastMake sure host->h_name is not an empty string too?...
2003-03-17 Jeffrey StedfastRemoved unused variable left over from my previous...
2003-02-28 Jeffrey StedfastSame as IMAP and POP.
2003-02-24 Jeffrey Stedfastfixed a type-o that causes a segfault
2003-02-24 Jeffrey StedfastDo it the same way we just made the sendmail code do it.
2003-02-23 Jeffrey Stedfasts/g_slist_free1/g_slist_free_1
2003-02-23 Jeffrey StedfastRemove all Bcc headers before sending to the smtp server.
2003-02-14 Jeffrey StedfastSame as the gpg and pkcs7 contexts.
2003-02-04 Jeffrey StedfastUse g_ascii_strdown() instead of g_strdown, since g_str...
2003-01-04 Jeffrey StedfastInstead of checking recipients != NULL, check that...
2002-10-07 Jeffrey StedfastFixes bug #31752
2002-08-23 Jeffrey StedfastIf we fail to send the EHLO/HELO command successfully...
2002-07-25 Jeffrey StedfastRemove "possibly non-fatal" exception strings, all...
2002-07-16 Jeffrey StedfastMake the standard AUTH format take priority over the...
2002-07-15 Jeffrey StedfastGet rid of the constant 'required' variable, just use...
2002-07-12 Jeffrey StedfastDon't let any parts have a binary encoding.
2002-07-11 Jeffrey Stedfastoops, apparently I didn't save?
2002-07-11 Jeffrey StedfastFixes bug #27672
2002-06-19 Jeffrey StedfastDon't bother trying to authenticate (and thus don't...
2002-05-28 Jeffrey StedfastOn connection failure, unref the tcp stream.
2002-04-25 Jeffrey StedfastDon't put a space between the "RCPT TO:" and the "...
2002-04-17 Jeffrey StedfastGet rid of an unused variable.
2002-03-28 Dan WinshipChange the message arg to a CamelMimeMessage instead...
2002-03-18 Jeffrey StedfastUpdated to use the same logic as the POP code.
2002-03-13 Jeffrey StedfastAdded a work-around for SMTP servers that can't read...
2002-03-11 Jeffrey StedfastThese fixes should fix bug #21737.
2002-03-11 Dan Winship Rename the OpenSSL implementation of things to match...
2002-03-11 Dan WinshipRemove this: it couldn't be generically used, because...
2002-03-08 Jeffrey StedfastDon't call camel_remote_store_get_authtypes since we...
2002-03-07 Jeffrey StedfastFix to work with OpenSSL.
2002-03-06 Dan WinshipMake this compile.
2002-03-06 Jeffrey Stedfasttreat "" as "always" to maintain compatablity with...
2002-03-06 Jeffrey StedfastStart the ssl stream off in non-ssl mode (useful for...
2002-02-12 Jeffrey StedfastSince the AUTH token sometimes uses '=' instead of...
2002-01-29 Jeffrey StedfastNew function to decode an enhanced status code. (smtp_s...
2002-01-28 Jeffrey StedfastUse flags rather than a bunch of gboolean variables...
2002-01-15 Jeffrey StedfastUpdated to match the new send_to API. (smtp_send):...
2001-12-20 Jeffrey StedfastChange the prototype for camel_address_get_type to...
2001-11-30 Jeffrey StedfastDon't use regex matching. Fixes bug #16227.
2001-11-26 Jeffrey StedfastCheck to see that errno is non-zero before returning...
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-13 Jeffrey StedfastReplace the Bcc headers in a single location and don...
2001-10-12 Jeffrey Stedfastoops, it should remove the bcc header, not the cc header
2001-10-12 Jeffrey StedfastRemove the stripheader filter from the build.
2001-09-07 Jeffrey StedfastMake sure to unref the mime filters when we finish...
2001-09-04 Jeffrey StedfastDo a clean disconnect.
2001-08-13 Jeffrey StedfastWe need to be ref'ing the folder if/when we add it...
2001-08-09 Jeffrey StedfastA quoted string cannot contain \n's so check for those...
2001-08-03 Jeffrey StedfastFirst check to make sure that service->url->authmech...
2001-08-03 Not Zedspecial case popb4smtp auth before we try and connect...
2001-07-23 Not ZedAdded some operation progress reporting. Actual data...
2001-06-28 Peter WilliamsAdd a CamelMimeFilterStripHeader that removes a header...
2001-06-26 Jeffrey Stedfastg_strdup() the message source here or we will have...
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-06-21 Jeffrey StedfastUse camel_address_length() rather than casting and...
2001-05-25 Jeffrey StedfastOops. Use a strNcmp to make sure the response begins...
2001-05-11 Jeffrey StedfastDon't check the initial auth response until we get...
2001-05-07 Jeffrey StedfastAdd support for using OpenSSL.
2001-04-27 Dan WinshipRedo this a lot so that instead of having a class full...
2001-04-16 Jeffrey StedfastRemove the EXTRA_GNOME_CFLAGS include.
2001-04-12 Jeffrey Stedfasts/IMAP/SMTP
2001-04-02 Dan WinshipRemove the "quick_login" member, which is unnecessary.
2001-04-01 Jeffrey StedfastNew files to handle the LOGIN SASL mechanism.
2001-04-01 Jeffrey StedfastUpdated the authtype values.
2001-03-30 Not ZedNot quite finished but checking in for some local frobbing.
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-27 Dan Winshipadd an argument to say whether or not you want "PLAIN...
2001-03-27 Dan WinshipAdd an "extra_conf" field to CamelProvider with structu...
2001-03-21 Dan Winshipadd a "GList *authtypes", so you can get the list of...
2001-03-16 Jeffrey StedfastPrint info about the issuer of the certificate.
2001-03-15 Jeffrey StedfastUninclude prnetdb.h since it's not needed here.
2001-03-15 Jeffrey StedfastUpdate for using CamelTcpStreams and also for using...
2001-03-05 Jeffrey Stedfasti18n'd some strings in here.
2001-03-02 Jeffrey StedfastUpdated with the extended AUTH return codes.
2001-03-02 Jeffrey Stedfastoops, the return code is 235 on success, not 234
2001-03-02 Jeffrey StedfastDon't forget to unref the SASL object.
2001-02-05 Jeffrey StedfastUpdated.
2001-01-18 Jeffrey StedfastNew smtp error-code to string mapping function. (smtp_c...
2001-01-16 Jeffrey StedfastDon't check errno as it's not being set. Fixes bug...
2001-01-09 Dan Winship Kill off a long-hated Camel kludge: "empty" URLs and
2000-12-11 Michael ZucciRemove use of linewrap filter. Headers are now wrapped...
2000-12-05 Jeffrey StedfastIf the data wrapper fails to be written to the stream...
2000-12-04 Jeffrey Stedfasti18n-ize exception strings. (get_name): And here. ...
2000-11-28 Jeffrey Stedfastsend NULL so we don't have to clear the exception
2000-11-28 Jeffrey StedfastClear the exception if EHLO fails before trying HELO...
2000-11-07 Not ZedImplement a complete() function, now we need one. ...
2000-11-03 Dan WinshipAdd an "url_flags" field to CamelProvider. Move the...
2000-10-31 Dan WinshipAdd a new argument, clean, that says whether or not...
2000-10-29 Dan WinshipRemove md5-utils.h include since it's not part of Camel...
2000-10-02 Jeffrey StedfastNew convenience function to determine if there are...
2000-10-02 Jeffrey StedfastUse the CamelInternetAddress parser. (smtp_get_email_ad...
2000-09-29 Jeffrey Stedfast another mem leak fix
2000-09-29 Jeffrey StedfastFixed some memory leaks. (camel_smtp_transport_init...
2000-09-29 Jeffrey StedfastDon't send the recipient data through smtp_get_email_ad...
next