aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-utils.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-725/+0
* Fix this up... it was losing count in some cases and giving a more verboseDan Winship2001-05-031-14/+8
* Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-011-2/+91
* New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-011-0/+74
* Simplify peterw's imap_is_atom_char fix.Dan Winship2001-04-121-2/+2
* It would be a good idea to recognize '\0'. Before, this code was runningPeter Williams2001-04-081-1/+1
* First batch of disconnected IMAP-related stuff. This adds localDan Winship2001-03-161-4/+4
* Delayed loading of IMAP message parts.Dan Winship2001-01-171-4/+246
* IMAP randomness.Dan Winship2001-01-031-49/+44
* New CamelFolderSearch subclass that just reimplements body_contains (usingDan Winship2000-12-221-393/+0
* Change the semantics of fmt: Now %S (capital S) means an IMAP "string",Dan Winship2000-12-191-0/+35
* Fixed to return the correct bytecount in all cases which is the real fixJeffrey Stedfast2000-11-211-3/+0
* lso make sure not to go past the end of the buffer ;-)Jeffrey Stedfast2000-11-171-1/+1
* When extracting a literal string, capture up until the end of the lastJeffrey Stedfast2000-11-171-0/+4
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-301-42/+96
* Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) asDan Winship2000-10-201-1/+1
* New file containing camel_imap_command and friends. MajorDan Winship2000-10-041-0/+74
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-4/+6
* Quote the folder name as it may contain spaces.Jeffrey Stedfast2000-09-271-22/+21
* Again...wrap the folder names in quotesJeffrey Stedfast2000-09-231-3/+4
* New function to convert Camel flags to an IMAP flag_list.Dan Winship2000-09-221-0/+60
* Removed some unused functions.Christopher James Lahey2000-09-021-45/+0
* Reimplemented. It should now work correctly for most possible VFolderJeffrey Stedfast2000-09-011-175/+327
* Removed old code that will never be needed againJeffrey Stedfast2000-08-301-97/+2
* If we are trying to get a subfolder listing of the root folder, alwaysJeffrey Stedfast2000-08-081-3/+7
* Strip all \n's from the expressionJeffrey Stedfast2000-08-081-4/+7
* Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-041-5/+6
* New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-021-221/+313
* Some IMAP servers don't wrap the UID in ()'s so don't depend on thatJeffrey Stedfast2000-08-011-190/+235
* Oops, forgot to free node->function - not good.Jeffrey Stedfast2000-08-011-0/+1
* New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-08-011-0/+243
* Added camel-imap-utils.[c,h]Jeffrey Stedfast2000-07-281-0/+97