summaryrefslogtreecommitdiff
path: root/camel/camel-transport.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-091-4/+0
* Might help if we called camel_transport_class_init.Jeffrey Stedfast2002-05-101-1/+1
* Implemented. (digest_getv): Implemented.Jeffrey Stedfast2002-05-081-0/+33
* Change the message arg to a CamelMimeMessage instead of a CamelMedium.Dan Winship2002-03-281-47/+10
* Updated to match the new send_to API. (smtp_send): Get the from addressJeffrey Stedfast2002-01-151-2/+4
* Change the prototype for camel_address_get_type to return a CamelTypeJeffrey Stedfast2001-12-201-1/+1
* Fixing the license text.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* We need to be ref'ing the folder if/when we add it to the hash. This mayJeffrey Stedfast2001-08-131-11/+12
* Initialize the private send_lock. (camel_transport_finalize): Free theJeffrey Stedfast2001-06-271-4/+43
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-0/+4
* Merge with camel-async.Peter Williams2000-08-101-17/+11
* kill camel-logDan Winship2000-04-181-1/+0
* Add CamelTransport abstract class and CamelSendmailTransportDan Winship2000-02-241-0/+111