summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* If we fake the from eof file boundary, also make sure we say we matchedNot Zed2002-09-042-3/+15
* Lots of changes, too numerous to list. Changed to useNot Zed2002-09-0313-574/+1379
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-297-84/+112
* updated readmeMichael Zucci2002-08-291-0/+1
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-292-8/+11
* simplifiedJeffrey Stedfast2002-08-291-1/+1
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-292-2/+5
* Match file: urls too.Jeffrey Stedfast2002-08-282-1/+6
* fix exposes a regression in mbox :-/Not Zed2002-08-282-5/+9
* some utf7/utf8 tests.Not Zed2002-08-283-2/+111
* fixes a crash on systems that dont have utf7 in iconv.Not Zed2002-08-285-251/+300
* Now takes a third argument to specify whether or not to group messages byJeffrey Stedfast2002-08-273-9/+26
* oops, my deadlock fix wasn't quite right. this should work nowJeffrey Stedfast2002-08-261-19/+19
* If the response is NULL, just return. (now works the same way asJeffrey Stedfast2002-08-262-0/+10
* removed a no-longer needed #defineJeffrey Stedfast2002-08-261-3/+0
* Lock the CamelService->priv->connect_lock instead of using our ownJeffrey Stedfast2002-08-267-103/+98
* If we fail to send the EHLO/HELO command successfully, setJeffrey Stedfast2002-08-232-3/+38
* If current_folder is not NULL and the summary for that folder is dirty,Jeffrey Stedfast2002-08-223-8/+36
* Workaround for Courier imap's brokeness when LSUBing the INBOX folder whenJeffrey Stedfast2002-08-223-11/+43
* Don't register the noop timeout here anymore, we're gonna handle all thisJeffrey Stedfast2002-08-214-109/+11
* up the timeout to 10 minutesJeffrey Stedfast2002-08-201-1/+1
* Override the default noop implementation.Jeffrey Stedfast2002-08-205-3/+100
* Plug some large leaks in the indexing code.Peter Williams2002-08-203-4/+18
* Don't let the minimum recursive depth be negative. (get_folders): PassJeffrey Stedfast2002-08-202-6/+12
* Set CAMEL_URL_NEED_PATH for the vFolder provider.Jeffrey Stedfast2002-08-203-7/+12
* Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't -Jeffrey Stedfast2002-08-192-1/+5
* If the diagnostics are empty, just explain that gpg failed to execute.Jeffrey Stedfast2002-08-192-6/+25
* Updated to pass the needed arguments to camel_init() and to init gthreadsJeffrey Stedfast2002-08-1932-357/+206
* If the passed-in URL contains a path, but the service doesn't allow paths,Dan Winship2002-08-192-0/+12
* err, oops.Chris Toshok2002-08-161-2/+0
* remove the outer parens from the expansion of camel_argv_{start,end} sinceChris Toshok2002-08-162-2/+10
* Ugh, actually do what i just said i did, last patch wasMichael Zucci2002-08-161-1/+1
* Fix the logic check for working out if we add inbox or not, we do it if weNot Zed2002-08-162-2/+10
* added a flags field, defined some flags, currently only used by imap. ThisNot Zed2002-08-156-193/+318
* New function, generate a UID that has better chances of being unique.Peter Williams2002-08-092-6/+26
* Tweak how we build the tree based on whether a full tree or a subtree isPeter Williams2002-08-092-1/+31
* When renaming our cache, add the "/folders" to the path.Peter Williams2002-08-092-1/+9
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-3/+16
* Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-0/+9
* Oops - outbuf pointed to alloca'd memory but we were g_free'ing it afterJeffrey Stedfast2002-08-083-7/+14
* Only add the stream to the gdatalist if it is non-NULL.Jeffrey Stedfast2002-08-072-2/+8
* If writing to the sendmail pipe fails, wait for the sendmail process toJeffrey Stedfast2002-08-062-12/+27
* Add messageinfo to id table, and store array index in messageinfo too.Not Zed2002-08-063-82/+75
* Always set a g_atexit handler to flush/save the camel-certdb.Jeffrey Stedfast2002-08-052-10/+13
* If we are asking for the toplevel folders, use the IMAP store's namespaceJeffrey Stedfast2002-08-053-35/+27
* Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish aDan Winship2002-08-053-1/+12
* Fixes bug #26237.Jeffrey Stedfast2002-08-033-55/+31
* If the folder name contains the directory separator, reject it.Peter Williams2002-08-022-1/+14
* Clear the summary after building the 'removed uid' list.Not Zed2002-08-022-1/+4
* revert jeff's patch below, and do it slightly differently, and stop theNot Zed2002-08-023-68/+79