aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug #24136.Jeffrey Stedfast2002-05-151-0/+1
* Previous fix reverted. (get_content): Handle the case where a multipart'sJeffrey Stedfast2002-05-151-2/+1
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-071-6/+52
* As a temporary solution, just printf ("\a"); to make a beep :-)Jeffrey Stedfast2002-01-221-33/+46
* New function to decode an IMAP mailbox name from modified UTF-7 encodingJeffrey Stedfast2002-01-191-1/+263
* Updated to use the new imap_uid_array_to_set() interface.Jeffrey Stedfast2002-01-151-11/+23
* Abort if body == NULL.Jeffrey Stedfast2001-11-171-1/+1
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Get the entire directory structure for the folder we just created, meaningJeffrey Stedfast2001-08-201-0/+50
* If we are online and message flags have changed in the current folder,Jeffrey Stedfast2001-08-171-11/+0
* Fix a leak.Peter Williams2001-08-141-3/+12
* Added an assert - at this point a backtrace would be more useful than aJeffrey Stedfast2001-08-111-6/+18
* A quoted string cannot contain \n's so check for those as well.Jeffrey Stedfast2001-08-101-73/+72
* Completely hide the namespace from everything external to the IMAP code,Peter Williams2001-08-071-2/+42
* new method to get an application-initialized filter driver.Dan Winship2001-07-021-0/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Create a CamelDiscoDiary. (imap_disconnect_offline): And free it.Dan Winship2001-05-301-3/+8
* 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