summaryrefslogtreecommitdiff
path: root/camel/providers/sendmail
Commit message (Expand)AuthorAgeFilesLines
* Fixes for api changes.Not Zed2004-02-191-4/+3
* Remove hard coded disable deprecated flagsEVOLUTION_1_5JP Rosevear2003-12-061-2/+1
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-181-3/+3
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-261-3/+3
* Namespaced.Jeffrey Stedfast2003-08-251-3/+3
* added a commentJeffrey Stedfast2003-03-101-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
* Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-051-2/+1
* Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-221-1/+1
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-171-11/+12
* If writing to the sendmail pipe fails, wait for the sendmail process toJeffrey Stedfast2002-08-061-12/+20
* make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-031-1/+0
* Use -avoid-version instead of -version-info 0:0:0, and specify -module.Dan Winship2002-04-011-1/+1
* Change the message arg to a CamelMimeMessage instead of a CamelMedium.Dan Winship2002-03-281-88/+33
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-241-2/+2
* Updated to match the new send_to API. (smtp_send): Get the from addressJeffrey Stedfast2002-01-151-5/+9
* Change the prototype for camel_address_get_type to return a CamelTypeJeffrey Stedfast2001-12-201-14/+23
* install in the right directory. (accidentally didn't commit these before)Dan Winship2001-12-191-5/+2
* Fixing the license text.Ettore Perazzoli2001-10-273-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-281-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-111-1/+3
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-292-1/+6
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-211-5/+3
* More fixing for exim: It can't deal with "-tif", you need to say "-t -iDan Winship2001-03-131-10/+11
* Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (AndDan Winship2001-03-091-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-051-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-031-0/+2
* lots of i18n fixesDan Winship2000-10-242-17/+19
* Remove default_ports.Dan Winship2000-10-021-1/+0
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-251-0/+1
* Merge with camel-async.Peter Williams2000-08-102-23/+17
* Fix Makefile.am booboo.EVOLUTION_0_3Peter Williams2000-07-271-2/+0
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-011-0/+15
* UpdatedJeffrey Stedfast2000-06-221-1/+6
* don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-121-1/+1
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-281-0/+2
* > searchpart = strchr(namepart, '?');NotZed2000-05-191-6/+7
* Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-091-2/+0
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-081-2/+10
* Make camel not leak like a sieve.Dan Winship2000-05-071-1/+2
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-021-1/+2