aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local
Commit message (Expand)AuthorAgeFilesLines
* Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-144-8/+20
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-074-5/+5
* We want to set unread_count to get_unread_message_count, notNot Zed2002-04-291-2/+1
* Don't link to libibex.a anymore.Jeffrey Stedfast2002-04-271-2/+1
* Configure the default paths for mh, mbox, maildir, spools, etc.Jeffrey Stedfast2002-04-251-15/+52
* If we get a failure, make sure we set an exception.Not Zed2002-04-181-2/+6
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-152-0/+2
* If the last message(s) were deleted, and we had any messages output,Not Zed2002-04-111-0/+7
* make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so youDan Winship2002-04-041-5/+0
* Turn indexing back on, fingers crossed ...Not Zed2002-04-031-1/+1
* Temporarily disable indexing.Not Zed2002-04-021-1/+4
* Use -avoid-version instead of -version-info 0:0:0, and specify -module.Dan Winship2002-04-021-1/+1
* When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-2519-58/+120
* The day number has to be 2 chars wide, space filled to work properly withNot Zed2002-02-0810-15/+491
* If PATH_MAX doesn't exist, use _POSIX_PATH_MAX.Jeffrey Stedfast2002-01-111-0/+8
* If the mbox file is a symlink, follow the symlink and get the One TrueJeffrey Stedfast2002-01-101-2/+10
* only use major and minor version in the camel providerdir, not micro and nanoDan Winship2001-12-181-4/+2
* Same as below.12001-11-013-5/+4
* Remove the X-Evolution header before anyone else gets to see this private02001-10-301-0/+2
* Dont try to move ibex if we have none.02001-10-301-4/+7
* w(x) out some warnings.02001-10-301-1/+2
* Changed to call ibex_move to rename it internally.82001-10-281-9/+44
* Use path not protocol as the path part of the uri of the folder_created82001-10-283-7/+55
* More fixing of the license texts.Ettore Perazzoli2001-10-2810-116/+110
* Fixing the license text.Ettore Perazzoli2001-10-2822-22/+0
* Finished implementation.72001-10-271-0/+28
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-2722-44/+44
* made d(x) x recompile again.32001-10-231-5/+5
* No, use Storing, as the other code does :p (spool_summary_check): Check22001-10-231-3/+3
* s/summarising/summarizing/. (spool_summary_check): s/summarise/summarize/.Jon Trowbridge2001-10-231-3/+3
* Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko82001-10-191-0/+1
* String cleanup for bug #6640.Jeffrey Stedfast2001-10-191-2/+2
* Use '.' as the inbox name for filter new messages test.72001-10-181-1/+1
* Same as maildir and mbox append-message.Jeffrey Stedfast2001-10-182-6/+14
* Make sure the new description isn't the same as the old descriptionJeffrey Stedfast2001-10-181-4/+8
* Patch from Danw, Use unread count of -1 to mark unflagged messages. Make72001-10-181-5/+6
* oops, we want get_unread_message_count, not get_message_count!02001-10-111-1/+1
* Implement.92001-10-102-0/+87
* replace the ever-growing list of gbooleans with a single guint32 forDan Winship2001-10-093-6/+6
* Dont explicitly save metadata, its saved in summary_sync.32001-10-045-50/+24
* Strange are the ways of alloca. Fixes 11543.Dan Winship2001-10-031-1/+4
* for hashing/comparing local url's, we ignore trailing /'s in paths (maybe22001-10-031-12/+94
* Go back to using the store url's path, not the toplevel_dir thing.22001-10-031-1/+1
* Fix up the provider flags to specify things more completely so we don'tDan Winship2001-10-021-3/+4
* Don't munge the URL; CamelSession's caching relies on it not changing.Dan Winship2001-10-026-42/+33
* Init the nntp url hash and url_equal functions.Jeffrey Stedfast2001-09-291-0/+8
* New function to just load the summary. Not much use yet, until unreadMichael Zucci2001-09-211-0/+29
* Setup unread count properly, and also setup the url properly.Michael Zucci2001-09-212-12/+28
* Build the path on the folderinfo.02001-09-215-12/+22
* And finally here.Jeffrey Stedfast2001-09-212-0/+3
* General cleanup of camel debug printfs.92001-09-195-10/+12
* If filter inbox is set on the store, and we're opening inbox '', then82001-09-1910-22/+49
* Do error-checking based on function return values rather than exceptionsJeffrey Stedfast2001-09-141-7/+7
* Pass in a hashtalbe used for finding visited nodes. (inode_hash):02001-09-111-26/+69
* Progress reporting while moving messages.02001-09-111-4/+4
* Likewise.Not Zed2001-09-082-8/+8
* s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-09-081-4/+4
* Return the default folder (ie. INBOX) rather than saying we don't supportJeffrey Stedfast2001-08-311-3/+1
* Changed the description/names of some of the local providers to try andJeffrey Stedfast2001-08-281-6/+6
* ["Summarising" and "Synchronising" are spelt with a "s" in ENGLISH]Not Zed2001-08-252-8/+8
* Revert Not Zed's previous commits as they apparently can cause seriousPeter Williams2001-08-252-5/+5
* s/Synchronising/Synchronizing/.Ettore Perazzoli2001-08-251-3/+3
* Likewise.Not Zed2001-08-242-8/+8
* Add a missing \n to the end of a printf.Peter Williams2001-08-242-2/+2
* s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise.Ettore Perazzoli2001-08-202-4/+4
* s/summarising/summarizing/. (summary_rebuild): Likewise.Ettore Perazzoli2001-08-122-7/+7
* If we fail to get the lock, make sure we close our locking fd, and resetNot Zed2001-08-011-1/+7
* Added some operation progress reporting. Actual data transfer is 'tricky'Not Zed2001-07-231-6/+1
* More usage fixes for CamelException. Check our own exception forPeter Williams2001-07-211-2/+6
* Removed some code i wasn't supposed to commit.Not Zed2001-07-121-2/+14
* Create the messageinfo itself, so we can properly set the size.Not Zed2001-07-111-0/+1
* Oops, e_poolv_set free's it for us, so dont double-free here.Not Zed2001-07-091-1/+0
* Fixes bug #1138.Jeffrey Stedfast2001-07-071-0/+9
* Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bugJeffrey Stedfast2001-07-071-1/+1
* When indexing a new record, create a pseudo word 'ibexindexed' so we canNot Zed2001-07-051-19/+17
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2332-53/+53
* Only create a missing uid if we have indexing turned on.Not Zed2001-06-186-44/+238
* A new provider, for spool mailboxes. Mostly a cut and paste of the mboxNot Zed2001-06-1210-2/+2378
* remove the summary info so we are not out-of-sync with the maildir folder.Jeffrey Stedfast2001-05-263-71/+88
* s/folder_deleted/folder_created - result of a bad copy/paste.Jeffrey Stedfast2001-05-241-1/+1
* new abstract class for disconnectable remote storesDan Winship2001-05-041-6/+2
* New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-271-4/+5
* Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-271-1/+1
* Applied jacob's patches for e-poolv stuff.Not Zed2001-04-262-10/+18
* Don't we want to tell where we are by using the start of the message? IJeffrey Stedfast2001-04-171-5/+5
* Check if gethostbyname_r take five paramsJP Rosevear2001-04-121-0/+1
* merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-051-0/+4
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-3013-14/+47
* add a "GList *authtypes", so you can get the list of authtypes used by aDan Winship2001-03-221-6/+3
* Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check theNot Zed2001-03-171-0/+3
* Remove some unused stuffDan Winship2001-03-071-59/+0
* Emit the folder_created signal here.Jeffrey Stedfast2001-02-162-1/+27
* mbox, mh, and maildir camel-url's need absolute paths.Jeffrey Stedfast2001-02-131-3/+3
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-104-72/+31
* Changed to push the operation into a status stack.Not Zed2001-02-081-4/+38
* Removed some debug 'warnings', as they should now be displayed at theNot Zed2001-01-231-4/+10
* Added profiling temp files.Not Zed2001-01-221-0/+4
* Changed the descriptions for mh, mbox, and maildir to be moreJeffrey Stedfast2001-01-111-3/+3
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-2411-414/+231
* change a bunch of IS_CAMEL_* macros to CAMEL_IS_*Dan Winship2000-12-1412-12/+12
* Hrm, we actually want to call set_header, not add_header here, probablyNot Zed2000-12-111-4/+34
* Fix the check for "flags aren't actually changing".Dan Winship2000-12-061-3/+12
* stream_flush does make sense for a substream afterall (if you have aNot Zed2000-12-051-1/+0
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-3010-69/+232
* Add a missed unref.Not Zed2000-11-296-8/+46
* Set the info size's properly, oops!Not Zed2000-11-289-51/+191
* add scan = scan->next; to avoid infinite loopRadek Doulik2000-11-281-0/+1
* Remove "complete" fieldJP Rosevear2000-11-281-0/+7
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-211-3/+13
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-217-341/+561
* We should always terminate the string. No need to check outptr is inNot Zed2000-11-172-7/+4
* Check the uid string is all digits before trying to write a 'standard'Not Zed2000-11-169-230/+307
* New file - utility functions for locking using different strategies and/orNot Zed2000-11-161-4/+1
* Maildir lives.Michael Zucci2000-11-1513-17/+1005
* Initial cut for local provider, to handle mh/mailbox/maildir atMichael Zucci2000-11-1522-0/+4165