| Commit message (Expand) | Author | Age | Files | Lines |
* | use g_ascii_str[n]casecmp everywhere. fix the sense of the nil check for | Not Zed | 2004-02-27 | 1 | -29/+31 |
* | Add a CAMEL_FOLDER_NOCHILDREN flag. | Jeffrey Stedfast | 2003-12-11 | 1 | -1/+1 |
* | encode the address before sending it out, rather than using the raw/utf8 | Not Zed | 2003-12-09 | 1 | -1/+1 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-09-19 | 1 | -7/+7 |
* | temporarily reverting my camel namespace patches until after we merge in some... | Jeffrey Stedfast | 2003-08-27 | 1 | -7/+7 |
* | Namespaced. | Jeffrey Stedfast | 2003-08-26 | 1 | -7/+7 |
* | Updated for string-utils namespace changes. | Jeffrey Stedfast | 2003-07-08 | 1 | -1/+1 |
* | Ensure cmdbuf is initialized to avoid compiler warning. | Jeremy Katz | 2003-05-17 | 1 | -2/+2 |
* | Added a note to the comment block for this function noting that uids MUST | Jeffrey Stedfast | 2003-05-15 | 1 | -0/+2 |
* | Disable debugging printfs. | Jeffrey Stedfast | 2003-04-25 | 1 | -3/+5 |
* | Save the content size in a temp variable until after we've successfully | Jeffrey Stedfast | 2003-04-10 | 1 | -1/+10 |
* | Fixes for bug #40778. Probably others as well. | Jeffrey Stedfast | 2003-04-09 | 1 | -122/+213 |
* | remove unused var. | Not Zed | 2003-03-28 | 1 | -1/+3 |
* | s/g_strncasecmp/strncasecmp/g | Jeffrey Stedfast | 2003-03-07 | 1 | -19/+21 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 1 | -5/+5 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 1 | -16/+13 |
* | Lots of changes, too numerous to list. Changed to use | Not Zed | 2002-09-03 | 1 | -2/+13 |
* | fixes a crash on systems that dont have utf7 in iconv. | Not Zed | 2002-08-28 | 1 | -251/+15 |
* | If current_folder is not NULL and the summary for that folder is dirty, | Jeffrey Stedfast | 2002-08-23 | 1 | -1/+1 |
* | Workaround for Courier imap's brokeness when LSUBing the INBOX folder when | Jeffrey Stedfast | 2002-08-23 | 1 | -0/+20 |
* | added a flags field, defined some flags, currently only used by imap. This | Not Zed | 2002-08-15 | 1 | -4/+8 |
* | If we are asking for the toplevel folders, use the IMAP store's namespace | Jeffrey Stedfast | 2002-08-06 | 1 | -22/+0 |
* | Fixes bug #26237. | Jeffrey Stedfast | 2002-08-03 | 1 | -16/+1 |
* | New function to parse a NAMESPACE response properly. | Jeffrey Stedfast | 2002-05-16 | 1 | -23/+253 |
* | Fixes bug #24136. | Jeffrey Stedfast | 2002-05-15 | 1 | -0/+1 |
* | Previous fix reverted. (get_content): Handle the case where a multipart's | Jeffrey Stedfast | 2002-05-15 | 1 | -2/+1 |
* | Check for LOGIN xxxx as well if debug is on, so we dont print passwords to | Not Zed | 2002-05-07 | 1 | -6/+52 |
* | As a temporary solution, just printf ("\a"); to make a beep :-) | Jeffrey Stedfast | 2002-01-22 | 1 | -33/+46 |
* | New function to decode an IMAP mailbox name from modified UTF-7 encoding | Jeffrey Stedfast | 2002-01-19 | 1 | -1/+263 |
* | Updated to use the new imap_uid_array_to_set() interface. | Jeffrey Stedfast | 2002-01-15 | 1 | -11/+23 |
* | Abort if body == NULL. | Jeffrey Stedfast | 2001-11-17 | 1 | -1/+1 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Get the entire directory structure for the folder we just created, meaning | Jeffrey Stedfast | 2001-08-20 | 1 | -0/+50 |
* | If we are online and message flags have changed in the current folder, | Jeffrey Stedfast | 2001-08-17 | 1 | -11/+0 |
* | Fix a leak. | Peter Williams | 2001-08-14 | 1 | -3/+12 |
* | Added an assert - at this point a backtrace would be more useful than a | Jeffrey Stedfast | 2001-08-11 | 1 | -6/+18 |
* | A quoted string cannot contain \n's so check for those as well. | Jeffrey Stedfast | 2001-08-10 | 1 | -73/+72 |
* | Completely hide the namespace from everything external to the IMAP code, | Peter Williams | 2001-08-07 | 1 | -2/+42 |
* | new method to get an application-initialized filter driver. | Dan Winship | 2001-07-02 | 1 | -0/+2 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | Create a CamelDiscoDiary. (imap_disconnect_offline): And free it. | Dan Winship | 2001-05-30 | 1 | -3/+8 |
* | Fix this up... it was losing count in some cases and giving a more verbose | Dan Winship | 2001-05-03 | 1 | -14/+8 |
* | Support the IMAP UIDPLUS extension (RFC 2359), which lets you | Dan Winship | 2001-05-01 | 1 | -2/+91 |
* | New-and-improved version of get_uid_set() from camel-imap-folder.c. Looks | Dan Winship | 2001-05-01 | 1 | -0/+74 |
* | Simplify peterw's imap_is_atom_char fix. | Dan Winship | 2001-04-12 | 1 | -2/+2 |
* | It would be a good idea to recognize '\0'. Before, this code was running | Peter Williams | 2001-04-08 | 1 | -1/+1 |
* | First batch of disconnected IMAP-related stuff. This adds local | Dan Winship | 2001-03-16 | 1 | -4/+4 |
* | Delayed loading of IMAP message parts. | Dan Winship | 2001-01-17 | 1 | -4/+246 |
* | IMAP randomness. | Dan Winship | 2001-01-03 | 1 | -49/+44 |
* | New CamelFolderSearch subclass that just reimplements body_contains (using | Dan Winship | 2000-12-22 | 1 | -393/+0 |
* | Change the semantics of fmt: Now %S (capital S) means an IMAP "string", | Dan Winship | 2000-12-19 | 1 | -0/+35 |
* | Fixed to return the correct bytecount in all cases which is the real fix | Jeffrey Stedfast | 2000-11-21 | 1 | -3/+0 |
* | lso make sure not to go past the end of the buffer ;-) | Jeffrey Stedfast | 2000-11-17 | 1 | -1/+1 |
* | When extracting a literal string, capture up until the end of the last | Jeffrey Stedfast | 2000-11-17 | 1 | -0/+4 |
* | Improved IMAP namespace handling: leave the namespace in the | Dan Winship | 2000-10-30 | 1 | -42/+96 |
* | Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) as | Dan Winship | 2000-10-20 | 1 | -1/+1 |
* | New file containing camel_imap_command and friends. Major | Dan Winship | 2000-10-04 | 1 | -0/+74 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 1 | -4/+6 |
* | Quote the folder name as it may contain spaces. | Jeffrey Stedfast | 2000-09-27 | 1 | -22/+21 |
* | Again...wrap the folder names in quotes | Jeffrey Stedfast | 2000-09-23 | 1 | -3/+4 |
* | New function to convert Camel flags to an IMAP flag_list. | Dan Winship | 2000-09-22 | 1 | -0/+60 |
* | Removed some unused functions. | Christopher James Lahey | 2000-09-02 | 1 | -45/+0 |
* | Reimplemented. It should now work correctly for most possible VFolder | Jeffrey Stedfast | 2000-09-01 | 1 | -175/+327 |
* | Removed old code that will never be needed again | Jeffrey Stedfast | 2000-08-30 | 1 | -97/+2 |
* | If we are trying to get a subfolder listing of the root folder, always | Jeffrey Stedfast | 2000-08-08 | 1 | -3/+7 |
* | Strip all \n's from the expression | Jeffrey Stedfast | 2000-08-08 | 1 | -4/+7 |
* | Only call imap_get_summary_internal if the folder can hold messages | Jeffrey Stedfast | 2000-08-04 | 1 | -5/+6 |
* | New and improved sexp parser. An honest try at using e-sexp is wrapped in | Jeffrey Stedfast | 2000-08-02 | 1 | -221/+313 |
* | Some IMAP servers don't wrap the UID in ()'s so don't depend on that | Jeffrey Stedfast | 2000-08-01 | 1 | -190/+235 |
* | Oops, forgot to free node->function - not good. | Jeffrey Stedfast | 2000-08-01 | 1 | -0/+1 |
* | New convenience function to translate a Camel sexp into the equivalent | Jeffrey Stedfast | 2000-08-01 | 1 | -0/+243 |
* | Added camel-imap-utils.[c,h] | Jeffrey Stedfast | 2000-07-28 | 1 | -0/+97 |