aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-utils.c
Commit message (Expand)AuthorAgeFilesLines
* Kill dead filesJP Rosevear2005-01-111-1429/+0
* have our own so we don't need to link with glib.Not Zed2004-12-031-0/+164
* ** Merge in notzed-messageinfo-branch, fix some minor conflicts.Not Zed2004-11-121-1/+1
* Changed imap_atom_specials[] to not treat ']' as an atom char (as perJeffrey Stedfast2004-04-161-2/+4
* use g_ascii_str[n]casecmp everywhere. fix the sense of the nil check forNot Zed2004-02-271-29/+31
* Add a CAMEL_FOLDER_NOCHILDREN flag.Jeffrey Stedfast2003-12-111-1/+1
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-091-1/+1
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-191-7/+7
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-271-7/+7
* Namespaced.Jeffrey Stedfast2003-08-261-7/+7
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-081-1/+1
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-171-2/+2
* Added a note to the comment block for this function noting that uids MUSTJeffrey Stedfast2003-05-151-0/+2
* Disable debugging printfs.Jeffrey Stedfast2003-04-251-3/+5
* Save the content size in a temp variable until after we've successfullyJeffrey Stedfast2003-04-101-1/+10
* Fixes for bug #40778. Probably others as well.Jeffrey Stedfast2003-04-091-122/+213
* remove unused var.Not Zed2003-03-281-1/+3
* s/g_strncasecmp/strncasecmp/gJeffrey Stedfast2003-03-071-19/+21
* Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-051-5/+5
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-181-16/+13
* Lots of changes, too numerous to list. Changed to useNot Zed2002-09-031-2/+13
* fixes a crash on systems that dont have utf7 in iconv.Not Zed2002-08-281-251/+15
* If current_folder is not NULL and the summary for that folder is dirty,Jeffrey Stedfast2002-08-231-1/+1
* Workaround for Courier imap's brokeness when LSUBing the INBOX folder whenJeffrey Stedfast2002-08-231-0/+20
* added a flags field, defined some flags, currently only used by imap. ThisNot Zed2002-08-151-4/+8
* If we are asking for the toplevel folders, use the IMAP store's namespaceJeffrey Stedfast2002-08-061-22/+0
* Fixes bug #26237.Jeffrey Stedfast2002-08-031-16/+1
* New function to parse a NAMESPACE response properly.Jeffrey Stedfast2002-05-161-23/+253
* 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