aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/sendmail/camel-sendmail-transport.c
Commit message (Expand)AuthorAgeFilesLines
* Kill dead filesJP Rosevear2005-01-111-263/+0
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-191-3/+3
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-271-3/+3
* Namespaced.Jeffrey Stedfast2003-08-261-3/+3
* added a commentJeffrey Stedfast2003-03-111-0/+2
* Fixes for bug #39168Jeffrey Stedfast2003-03-061-0/+11
* fixed a type-o that causes a segfaultJeffrey Stedfast2003-02-241-1/+1
* Do it the same way we just made the sendmail code do it.Jeffrey Stedfast2003-02-241-38/+33
* s/g_slist_free1/g_slist_free_1Jeffrey Stedfast2003-02-231-2/+4
* Remove all Bcc headers before sending to the smtp server.Jeffrey Stedfast2003-02-231-4/+41
* If writing to the sendmail pipe fails, wait for the sendmail process toJeffrey Stedfast2002-08-061-12/+20
* Change the message arg to a CamelMimeMessage instead of a CamelMedium.Dan Winship2002-03-291-88/+33
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-2/+2
* Updated to match the new send_to API. (smtp_send): Get the from addressJeffrey Stedfast2002-01-161-5/+9
* Change the prototype for camel_address_get_type to return a CamelTypeJeffrey Stedfast2001-12-211-14/+23
* 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
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-0/+2
* More fixing for exim: It can't deal with "-tif", you need to say "-t -iDan Winship2001-03-141-10/+11
* Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (AndDan Winship2001-03-101-2/+2
* Use "-f" to set the envelope from address so bounces go to the rightDan Winship2001-03-021-10/+34
* Updated.Jeffrey Stedfast2001-02-061-26/+26
* lots of i18n fixesDan Winship2000-10-241-14/+16
* Merge with camel-async.Peter Williams2000-08-111-18/+12
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+15
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-6/+7
* Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-101-2/+0
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-2/+10
* Make camel not leak like a sieve.Dan Winship2000-05-081-1/+2
* actually record the pid returned by fork(). Noticed by clahey.Dan Winship2000-04-091-1/+2
* another typoDan Winship2000-02-251-1/+1
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-251-0/+203