aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-session.c
Commit message (Expand)AuthorAgeFilesLines
* add a missing #includeDan Winship2000-10-251-0/+1
* lots of i18n fixesDan Winship2000-10-241-3/+2
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-131-20/+7
* Make this not leak.Dan Winship2000-09-081-2/+3
* Make this take a path to a directory that Camel can use for its ownDan Winship2000-09-081-9/+111
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-311-0/+19
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-1/+1
* Merge with camel-async.Peter Williams2000-08-111-31/+73
* remove some non-error case debugging messages.Dan Winship2000-07-061-3/+0
* UpdatedJeffrey Stedfast2000-06-231-23/+40
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-211-4/+4
* Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK orDan Winship2000-06-101-16/+26
* Don't ref the services in the cache.Christopher James Lahey2000-06-031-9/+0
* Ref and unref objects in the service cache properly.Christopher James Lahey2000-06-031-0/+3
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-311-5/+57
* Make camel not leak like a sieve.Dan Winship2000-05-081-1/+1
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-041-0/+62
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-301-216/+58
* Set the exception if no provider is found.Dan Winship2000-04-181-1/+5
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-11/+7
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* More changes than a man can remember.Bertrand Guiheneuf2000-03-061-0/+8
* add camel_session_get_transport_for_protocolDan Winship2000-02-251-0/+43
* Add "authenticator" to CamelSession and update things to use it.Dan Winship2000-02-221-2/+39
* add CamelExceptions to several functions. Use camel_session_new toDan Winship2000-02-221-44/+69
* New header with the typedefs for all camel classes. Now the class headersDan Winship2000-02-191-1/+1
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-181-1/+1
* add exception handling everywhere in the store related functionsbertrand2000-01-221-2/+2
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* Fix copyright informations once againBertrand Guiheneuf1999-12-151-1/+1
* Copyright changeBertrand Guiheneuf1999-10-231-1/+4
* Address updateBertrand Guiheneuf1999-08-301-1/+1
* those two func go here now.bertrand1999-08-131-0/+1
* remove stupid debug code. (add_mail_store): use camel_session_get_storebertrand1999-08-131-0/+6
* compilation and runtime fixes.bertrand1999-08-121-1/+3
* new function: returns a store for an URL.bertrand1999-08-121-2/+76
* new file. MH provider registration stuff.bertrand1999-08-121-1/+1
* merge a lot of work. Rough ChangeLog will followBertrand Guiheneuf1999-08-011-1/+0
* Implemented base64 encoder based on CamelStreams. Should theMiguel de Icaza1999-07-151-1/+1
* new methodsbertrand1999-05-011-1/+1
* initialize folder object.bertrand1999-04-261-3/+4
* new method to set the default provider for a protocol.bertrand1999-04-251-1/+61
* start session objectBertrand Guiheneuf1999-04-251-0/+71