aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/sendmail/camel-sendmail-transport.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-250/+0
* 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