aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/sendmail
Commit message (Expand)AuthorAgeFilesLines
* don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-131-1/+1
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-291-0/+2
* > 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
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-1/+2
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-303-15/+14
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-1/+5
* Clarify what provider.protocol, provider.name, and provider.descriptionDan Winship2000-04-111-2/+6
* actually record the pid returned by fork(). Noticed by clahey.Dan Winship2000-04-091-1/+2
* fix the CamelProvider entry (new flags field was missing)Dan Winship2000-03-241-0/+1
* chuuuut.Mathieu Lacage2000-02-261-0/+7
* another typoDan Winship2000-02-251-1/+1
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-254-0/+343