| Commit message (Expand) | Author | Age | Files | Lines |
* | If the server is imap.web.de, just ask for all the headers rather than | Jeffrey Stedfast | 2004-03-26 | 1 | -3/+4 |
* | remove async_thread thing. | Not Zed | 2004-03-19 | 1 | -4/+0 |
* | fun dun diddley un fun. Since we're writing a const buffer, we need to | Not Zed | 2004-03-03 | 1 | -2/+7 |
* | Add a CAMEL_FOLDER_NOCHILDREN flag. | Jeffrey Stedfast | 2003-12-11 | 1 | -1/+0 |
* | Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> exec | David Woodhouse | 2003-09-05 | 1 | -0/+1 |
* | ** For bug #31647 and bug #31456. | Not Zed | 2002-10-24 | 1 | -0/+1 |
* | Lots of changes, too numerous to list. Changed to use | Not Zed | 2002-09-03 | 1 | -1/+3 |
* | Lock the CamelService->priv->connect_lock instead of using our own | Jeffrey Stedfast | 2002-08-27 | 1 | -1/+0 |
* | added a flags field, defined some flags, currently only used by imap. This | Not Zed | 2002-08-15 | 1 | -0/+5 |
* | Use the new readline function. | Jeffrey Stedfast | 2002-05-25 | 1 | -1/+1 |
* | Removed from the build. Glory glory hallelujah. | Jeffrey Stedfast | 2002-05-23 | 1 | -2/+11 |
* | Don't call some retarded function to simply set an exception. | Jeffrey Stedfast | 2002-05-22 | 1 | -1/+1 |
* | Overload the setv/getv CamelObject virtual methods. (imap_setv): | Jeffrey Stedfast | 2002-05-14 | 1 | -0/+14 |
* | When doing a contains match, split the words and perform an and on it. | Not Zed | 2002-04-18 | 1 | -0/+1 |
* | Don't use regex matching. Fixes bug #16227. | Jeffrey Stedfast | 2001-12-01 | 1 | -2/+2 |
* | Don't emit a folder_subscribed signal if we are in the process of renaming | Jeffrey Stedfast | 2001-10-30 | 1 | -1/+3 |
* | Turn off w() -> warnings. | 9 | 2001-10-29 | 1 | -0/+1 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Thread function to perform filtering. (filter_free): Free the filter | 6 | 2001-09-07 | 1 | -0/+22 |
* | If we are online and message flags have changed in the current folder, | Jeffrey Stedfast | 2001-08-17 | 1 | -2/+2 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | new abstract class for disconnectable remote stores | Dan Winship | 2001-05-04 | 1 | -5/+3 |
* | Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" into | Dan Winship | 2001-05-03 | 1 | -11/+9 |
* | Add an "extra_conf" field to CamelProvider with structures and defines and | Dan Winship | 2001-03-27 | 1 | -1/+5 |
* | Function to check if the store is online and set an exception if not. | Dan Winship | 2001-03-21 | 1 | -0/+2 |
* | Add an "authtypes" hash table to CamelImapStore recording the supported | Dan Winship | 2001-03-02 | 1 | -4/+3 |
* | New header to prevent recursive #include problems | Dan Winship | 2001-01-11 | 1 | -2/+3 |
* | Mostly IMAP changes. Use the NAMESPACE extension (where | Dan Winship | 2001-01-10 | 1 | -1/+2 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -1/+2 |
* | change a bunch of IS_CAMEL_* macros to CAMEL_IS_* | Dan Winship | 2000-12-14 | 1 | -1/+1 |
* | New file with code for IMAP authentication mechanisms. (Currently just | Dan Winship | 2000-10-31 | 1 | -1/+9 |
* | Improved IMAP namespace handling: leave the namespace in the | Dan Winship | 2000-10-30 | 1 | -3/+1 |
* | add subscribed_folders. | Chris Toshok | 2000-10-25 | 1 | -0/+2 |
* | Only send the LOGOUT command if the store is connected. (imap_connect): | Jeffrey Stedfast | 2000-10-17 | 1 | -0/+2 |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 1 | -1/+1 |
* | New file containing camel_imap_command and friends. Major | Dan Winship | 2000-10-04 | 1 | -44/+0 |
* | Return untagged data in a GPtrArray rather than a string, since it saves | Dan Winship | 2000-09-28 | 1 | -1/+4 |
* | INBOX is case-insensitive. (get_root_folder_name): Make the root folder "" | Dan Winship | 2000-09-22 | 1 | -1/+1 |
* | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 1 | -3/+0 |
* | Don't wrap printed strings in quotes, makes things messy | Jeffrey Stedfast | 2000-08-31 | 1 | -0/+3 |
* | Prevent exceptions from being overwritten | Jeffrey Stedfast | 2000-08-30 | 1 | -5/+21 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 1 | -8/+8 |
* | Now takes a char * parameter rather than a stream | Jeffrey Stedfast | 2000-08-13 | 1 | -1/+2 |
* | Changed param order a bit and fixed some logic | Jeffrey Stedfast | 2000-08-12 | 1 | -1/+1 |
* | New convenience function for multi-transactional commands (opening | Jeffrey Stedfast | 2000-08-12 | 1 | -1/+11 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -6/+6 |
* | Get message count when STATUS is not available. (imap_init): | Jeffrey Stedfast | 2000-07-29 | 1 | -6/+11 |
* | Initialize the summary and subfolder listing. (imap_summary_free): Now | Jeffrey Stedfast | 2000-07-25 | 1 | -0/+2 |
* | Made it a little more forgiving. Also set current_folder to NULL as there | Jeffrey Stedfast | 2000-07-24 | 1 | -1/+1 |
* | New convenience function to unquote a string if it's encapsulated by "'s | Jeffrey Stedfast | 2000-07-15 | 1 | -2/+2 |
* | Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and | Jeffrey Stedfast | 2000-07-14 | 1 | -1/+1 |
* | Move the CAPABILITY command here so we don't have to keep checking each | Jeffrey Stedfast | 2000-06-28 | 1 | -0/+1 |
* | Updated | Jeffrey Stedfast | 2000-06-23 | 1 | -0/+1 |
* | IMAP will now allow you to login, and on some IMAP providers it will actually... | Jeffrey Stedfast | 2000-06-14 | 1 | -2/+1 |
* | Updated to reflect changes made in camel-imap-store.c | Jeffrey Stedfast | 2000-06-10 | 1 | -3/+3 |
* | worked on getting providers/imap/* to build cleanly, fixed a number of stupid... | Jeffrey Stedfast | 2000-06-07 | 1 | -1/+1 |
* | Ripped out camel_imap_command_get_additional_data() from camel-imap-store and... | Jeffrey Stedfast | 2000-05-28 | 1 | -2/+1 |
* | Took out code that had been there to reconnect to the server if it was not | Jeffrey Stedfast | 2000-05-26 | 1 | -1/+16 |
* | Added more files to the imap provider to use as an outline - will likely need... | Jeffrey Stedfast | 2000-05-25 | 1 | -0/+70 |