aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-mbox-folder.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create taggnome-2-8-devel-merge-2nobody2003-12-091-549/+0
* Handle "" as a request for a full dirscan as well (not just NULL). MakesJeffrey Stedfast2003-11-151-15/+10
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-191-1/+1
* Implement a temp hack so trunk works until we merge in new-ui-branch.Jeffrey Stedfast2003-09-171-10/+15
* Implements CamelLocalFolder::get_full_path() (publicly namespaced so thatJeffrey Stedfast2003-09-131-1/+68
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-271-1/+1
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-08-271-1/+1
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-081-2/+1
* Handle raw 8-bit From data "correctly". (The same way we handleDan Winship2003-03-211-1/+1
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-5/+9
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-291-11/+10
* If we get an exception from the child sync, update the exception string soNot Zed2002-07-031-1/+2
* Include <sys/time.h> for struct timeval.Not Zed2002-06-261-27/+54
* Updated to use ctx->sign_protocol rather than ctx->protocol.Jeffrey Stedfast2002-06-151-1/+1
* Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-141-2/+5
* When we add a new name, up all of the cache limits, because we're probablyNot Zed2002-03-251-2/+2
* Same as below.12001-11-011-2/+1
* Remove the X-Evolution header before anyone else gets to see this private02001-10-301-0/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Make sure the new description isn't the same as the old descriptionJeffrey Stedfast2001-10-181-4/+8
* Do error-checking based on function return values rather than exceptionsJeffrey Stedfast2001-09-141-7/+7
* If we fail to get the lock, make sure we close our locking fd, and resetNot Zed2001-08-011-1/+7
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* remove the summary info so we are not out-of-sync with the maildir folder.Jeffrey Stedfast2001-05-261-5/+8
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-1/+3
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-6/+52
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-301-4/+3
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-211-8/+20
* We should always terminate the string. No need to check outptr is inNot Zed2000-11-171-0/+3
* Check the uid string is all digits before trying to write a 'standard'Not Zed2000-11-161-17/+69
* Initial cut for local provider, to handle mh/mailbox/maildir atMichael Zucci2000-11-151-0/+322