| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |