Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / providers / sendmail / camel-sendmail-transport.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-05-12 Jules ColdingFix for #437665
2007-04-28 Matthew Barnes** Fixes bug #418852
2005-09-15 Tor LillqvistUse g_ascii_strcasecmp() instead of strcasecmp(). The...
2005-08-31 Harish KrishnaswamyModify License to LGPL
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2003-09-18 Jeffrey Stedfasts/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and
2003-08-26 Jeffrey Stedfasttemporarily reverting my camel namespace patches until...
2003-08-25 Jeffrey StedfastNamespaced.
2003-03-10 Jeffrey Stedfastadded a comment
2003-03-06 Jeffrey StedfastFixes for bug #39168
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.
2002-08-06 Jeffrey StedfastIf writing to the sendmail pipe fails, wait for the...
2002-03-28 Dan WinshipChange the message arg to a CamelMimeMessage instead...
2002-01-24 Ettore PerazzoliClean up some of the Makefiles so we dont' link every...
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-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-13 Dan WinshipMore fixing for exim: It can't deal with "-tif", you...
2001-03-09 Dan WinshipRemove the "-U" for now, because it breaks exim's ...
2001-03-02 Dan WinshipUse "-f" to set the envelope from address so bounces...
2001-02-05 Jeffrey StedfastUpdated.
2000-10-24 Dan Winshiplots of i18n fixes
2000-08-10 Peter WilliamsMerge with camel-async.
2000-07-01 Dan WinshipNew method, to return an end-user-friendly name corresp...
2000-05-19 NotZed> searchpart = strchr(namepart, '?');
2000-05-09 Dan WinshipBleah. Can't fsync a pipe. As a quick kludge, just...
2000-05-08 Dan WinshipUse CamelException to signal failure. (camel_stream_wri...
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-04-08 Dan Winshipactually record the pid returned by fork(). Noticed...
2000-02-24 Dan Winshipanother typo
2000-02-24 Dan WinshipAdd CamelTransport abstract class and CamelSendmailTran...