aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/sendmail
Commit message (Expand)AuthorAgeFilesLines
* make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-041-1/+0
* Use -avoid-version instead of -version-info 0:0:0, and specify -module.Dan Winship2002-04-021-1/+1
* 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
* install in the right directory. (accidentally didn't commit these before)Dan Winship2001-12-201-5/+2
* Fixing the license text.Ettore Perazzoli2001-10-283-3/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-273-6/+6
* Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko82001-10-191-0/+1
* Init the nntp url hash and url_equal functions.Jeffrey Stedfast2001-09-291-1/+3
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-233-6/+6
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-1/+3
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-302-1/+6
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-5/+3
* 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
* Added profiling temp files.Not Zed2001-01-221-0/+4
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-041-0/+2
* lots of i18n fixesDan Winship2000-10-242-17/+19
* Remove default_ports.Dan Winship2000-10-031-1/+0
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-261-0/+1
* Merge with camel-async.Peter Williams2000-08-112-23/+17
* Fix Makefile.am booboo.Peter Williams2000-07-281-2/+0
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+15
* UpdatedJeffrey Stedfast2000-06-231-1/+6
* 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