aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/mbox/camel-mbox-store.c
Commit message (Expand)AuthorAgeFilesLines
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-181-37/+32
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-061-0/+2
* Fix a case where a variable was free'd and then possibly used in an errorDan Winship2000-10-051-1/+2
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-4/+20
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-201-8/+1
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-1/+2
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-171-1/+2
* Merge with camel-async.Peter Williams2000-08-111-20/+14
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-1/+1
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-081-2/+48
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+13
* General cleanup (camel_mbox_summary_sync): Fixed a memory leak and addedJeffrey Stedfast2000-06-291-6/+9
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-141-8/+1
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-071-11/+117
* kill camel-logDan Winship2000-04-191-4/+0
* Reorganize the folder-fetching methods and implement a folder cache soDan Winship2000-04-071-8/+18
* the URL RFC says the port must be numeric, so we don't want to doDan Winship2000-04-061-2/+2
* fix the name of "Helix Code, Inc." in all the copyrightsDan Winship2000-03-101-1/+1
* Move "separator" from camel-store to camel-folder, since it can vary fromDan Winship2000-02-251-4/+6
* fix to show a sample correct implementation.bertrand2000-02-221-1/+7
* add CamelExceptions to several functions. Use camel_session_new toDan Winship2000-02-221-46/+9
* use camel_stream_reset instead of seek. The formatter should be able tobertrand2000-02-181-1/+0
* add exception handling everywhere in the store related functionsbertrand2000-01-221-9/+9
* summary file read/write routines.bertrand2000-01-191-1/+1
* Updated my e-mail address to reflect my new employmentBertrand Guiheneuf2000-01-041-1/+1
* Work in progress. Missing filesBertrand Guiheneuf1999-12-221-0/+153