| Commit message (Expand) | Author | Age | Files | Lines |
* | We want to bitwise-or the server and cached flags here so that we keep the | Jeffrey Stedfast | 2000-12-07 | 1 | -2/+6 |
* | (imap_refresh_info): Fix a really really really dumb bug. | Dan Winship | 2000-12-06 | 1 | -1/+1 |
* | use BODY.PEEK[] rather than RFC822, so the message doesn't get marked as | Dan Winship | 2000-12-06 | 1 | -2/+2 |
* | Fix the check for "flags aren't actually changing". | Dan Winship | 2000-12-06 | 1 | -2/+4 |
* | Remove assertion that content is there, when it no longer can be. | Not Zed | 2000-11-30 | 1 | -5/+6 |
* | Deal correctly with namespace == "" | Dan Winship | 2000-11-02 | 1 | -1/+1 |
* | Improved IMAP namespace handling: leave the namespace in the | Dan Winship | 2000-10-30 | 1 | -21/+24 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -3/+3 |
* | Emit message_changed and folder_changed as appropriate. | Dan Winship | 2000-10-20 | 1 | -2/+20 |
* | Update comment here so refresh_info isn't just for reconnects any more. | Dan Winship | 2000-10-20 | 1 | -10/+19 |
* | (camel_imap_folder_new): Move the summary creation to after the | Dan Winship | 2000-10-18 | 1 | -9/+9 |
* | Remove cached info at the end of the summary when the folder shrinks | Dan Winship | 2000-10-18 | 1 | -8/+13 |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 1 | -487/+273 |
* | Removed temp_message_buffer, and content_input_stream fields which seem to | Not Zed | 2000-10-12 | 1 | -8/+8 |
* | Quote the mailbox name as it may contain spaces. (imap_copy_message_to): | Jeffrey Stedfast | 2000-10-12 | 1 | -2/+2 |
* | New file containing camel_imap_command and friends. Major | Dan Winship | 2000-10-04 | 1 | -238/+134 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 1 | -114/+3 |
* | When getting a literal string response, don't include the \r\n after the | Jeffrey Stedfast | 2000-09-29 | 1 | -0/+6 |
* | Return untagged data in a GPtrArray rather than a string, since it saves | Dan Winship | 2000-09-28 | 1 | -53/+43 |
* | Again...wrap the folder names in quotes | Jeffrey Stedfast | 2000-09-23 | 1 | -2/+2 |
* | The root folder's name is "", not the namespace. (camel_imap_folder_new): | Dan Winship | 2000-09-23 | 1 | -3/+3 |
* | New function to convert Camel flags to an IMAP flag_list. | Dan Winship | 2000-09-22 | 1 | -170/+36 |
* | INBOX is case-insensitive. (get_root_folder_name): Make the root folder "" | Dan Winship | 2000-09-22 | 1 | -104/+50 |
* | Fix the case where INBOX isn't returned in the folder listing. | Dan Winship | 2000-09-20 | 1 | -1/+6 |
* | Removed (camel_folder_init, camel_folder_construct): New object init | Dan Winship | 2000-09-20 | 1 | -68/+39 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 1 | -1/+1 |
* | Don't use dir_sep as top-level directory, use "/". | Jeffrey Stedfast | 2000-09-15 | 1 | -3/+0 |
* | Don't look at the response of the command. camel_imap_command_extended() | Dan Winship | 2000-09-15 | 1 | -80/+2 |
* | Rewrote to take a third argument (gboolean *selectable) so that we can | Jeffrey Stedfast | 2000-09-14 | 1 | -6/+7 |
* | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 1 | -0/+10 |
* | Don't save any exceptions caused by camel_imap_folder_changed | Jeffrey Stedfast | 2000-08-31 | 1 | -4/+24 |
* | Don't wrap printed strings in quotes, makes things messy | Jeffrey Stedfast | 2000-08-31 | 1 | -8/+10 |
* | Prevent exceptions from being overwritten | Jeffrey Stedfast | 2000-08-30 | 1 | -78/+71 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 1 | -147/+50 |
* | Updated to check for EXPUNGE notifications | Jeffrey Stedfast | 2000-08-30 | 1 | -7/+38 |
* | Fixed the hack around quoted string responses - should now handle them | Jeffrey Stedfast | 2000-08-29 | 1 | -133/+112 |
* | If the url path is "/" and the folder path is "/", just LIST "" "*" (this | Jeffrey Stedfast | 2000-08-26 | 1 | -2/+2 |
* | If the url path is "/" and the folder path is "/", just LIST "" "*" (this | Jeffrey Stedfast | 2000-08-26 | 1 | -7/+31 |
* | use BODY.PEEK, not BODY, so we don't set the message \Seen. | Dan Winship | 2000-08-23 | 1 | -1/+1 |
* | Whole buncha leak fixes thanks to Purify | Matthew Loper | 2000-08-17 | 1 | -2/+3 |
* | Add support for copying messages | Peter Williams | 2000-08-16 | 1 | -1/+1 |
* | do a strcasecmp rather than just a strcmp when checking if a folder is | Dan Winship | 2000-08-14 | 1 | -1/+1 |
* | (imap_get_subfolder_names_internal): Add "INBOX" to the list as | Dan Winship | 2000-08-13 | 1 | -1/+1 |
* | Don't assume the FETCH results will come back in the order they were | Dan Winship | 2000-08-13 | 1 | -2/+2 |
* | Now takes a char * parameter rather than a stream | Jeffrey Stedfast | 2000-08-13 | 1 | -2/+2 |
* | Changed param order a bit and fixed some logic | Jeffrey Stedfast | 2000-08-12 | 1 | -21/+39 |
* | New convenience function for multi-transactional commands (opening | Jeffrey Stedfast | 2000-08-12 | 1 | -32/+21 |
* | If we go over the max number of messages, don't keep requesting new | Jeffrey Stedfast | 2000-08-11 | 1 | -13/+17 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -36/+37 |
* | A better way to compress leading whitespace. The code is probably invalid | Not Zed | 2000-08-11 | 1 | -6/+8 |
* | If we are trying to get a subfolder listing of the root folder, always | Jeffrey Stedfast | 2000-08-08 | 1 | -7/+16 |
* | Only call imap_get_summary_internal if the folder can hold messages | Jeffrey Stedfast | 2000-08-04 | 1 | -2/+4 |
* | New and improved sexp parser. An honest try at using e-sexp is wrapped in | Jeffrey Stedfast | 2000-08-02 | 1 | -1/+1 |
* | Some IMAP servers don't wrap the UID in ()'s so don't depend on that | Jeffrey Stedfast | 2000-08-01 | 1 | -18/+18 |
* | New convenience function to translate a Camel sexp into the equivalent | Jeffrey Stedfast | 2000-08-01 | 1 | -15/+45 |
* | Make sure the third word/token (whatever) is "EXPUNGE" and not something | Jeffrey Stedfast | 2000-07-29 | 1 | -24/+35 |
* | fixed a few logic errors | Jeffrey Stedfast | 2000-07-29 | 1 | -6/+6 |
* | Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended): | Jeffrey Stedfast | 2000-07-29 | 1 | -24/+78 |
* | Get message count when STATUS is not available. (imap_init): | Jeffrey Stedfast | 2000-07-29 | 1 | -44/+99 |
* | Fixed my routine to only fetch new headers, my IDs were off by 1 on the | Jeffrey Stedfast | 2000-07-28 | 1 | -1/+1 |
* | Added camel-imap-utils.[c,h] | Jeffrey Stedfast | 2000-07-28 | 1 | -55/+9 |
* | Now uses a hash table for looking up message info rather than a linear | Jeffrey Stedfast | 2000-07-28 | 1 | -18/+33 |
* | Fixed a few compiler warnings | Jeffrey Stedfast | 2000-07-26 | 1 | -2/+2 |
* | Fixed the real problem that Peter was running into. | Jeffrey Stedfast | 2000-07-26 | 1 | -11/+11 |
* | IMAP expunge crash prevention... still not right... | Peter Williams | 2000-07-26 | 1 | -0/+1 |
* | Optimized to try and get the new message headers without reloading the | Jeffrey Stedfast | 2000-07-25 | 1 | -85/+71 |
* | Updated to give special attention to the root folder. | Jeffrey Stedfast | 2000-07-25 | 1 | -2/+9 |
* | Remove exceptions from a number of methods that work on what ought to be | Dan Winship | 2000-07-25 | 1 | -69/+28 |
* | Updated to port easily to the new Camel API (imap_init): Don't SELECT | Jeffrey Stedfast | 2000-07-25 | 1 | -36/+28 |
* | Initialize the summary and subfolder listing. (imap_summary_free): Now | Jeffrey Stedfast | 2000-07-25 | 1 | -99/+121 |
* | Made it a little more forgiving. Also set current_folder to NULL as there | Jeffrey Stedfast | 2000-07-24 | 1 | -22/+22 |
* | Clear CamelExceptions when appropriate (eg when folder is marked as | Jeffrey Stedfast | 2000-07-23 | 1 | -1/+0 |
* | Updated to not strip out subfolders that are marked as \NoSelect because | Jeffrey Stedfast | 2000-07-22 | 1 | -1/+1 |
* | Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UID | Jeffrey Stedfast | 2000-07-20 | 1 | -2/+2 |
* | General cleanup working towards getting Actions->Expunge working | Jeffrey Stedfast | 2000-07-20 | 1 | -94/+35 |
* | If the folder's message count is not the same as the number of summaries, | Jeffrey Stedfast | 2000-07-20 | 1 | -9/+20 |
* | Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info): | Jeffrey Stedfast | 2000-07-19 | 1 | -50/+109 |
* | Added in imap_[g,s]et_message_user_flag() methods | Jeffrey Stedfast | 2000-07-19 | 1 | -25/+27 |
* | Send a "LOGOUT" command. | Jeffrey Stedfast | 2000-07-18 | 1 | -4/+8 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 1 | -2/+2 |
* | oops, s/status/s in imap_sync() | Jeffrey Stedfast | 2000-07-18 | 1 | -2/+2 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 1 | -3/+1 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 1 | -6/+6 |
* | minor fixes that came up when building with gcc -ansi -pedantic | Jeffrey Stedfast | 2000-07-17 | 1 | -4/+4 |
* | All SELECT calls now pass a NULL folder argument to | Jeffrey Stedfast | 2000-07-17 | 1 | -4/+4 |
* | All SELECT calls now pass a NULL folder argument to | Jeffrey Stedfast | 2000-07-17 | 1 | -1/+1 |
* | One last fix to get rid of hard-coded "/" directory separators | Jeffrey Stedfast | 2000-07-15 | 1 | -1/+4 |
* | Oops, minor fix to make any dir_sep work. | Jeffrey Stedfast | 2000-07-15 | 1 | -2/+2 |
* | New convenience function to unquote a string if it's encapsulated by "'s | Jeffrey Stedfast | 2000-07-15 | 1 | -15/+28 |
* | If a SELECT fails, set imap_store->current_folder to NULL so a SELECT is | Jeffrey Stedfast | 2000-07-14 | 1 | -0/+2 |
* | Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and | Jeffrey Stedfast | 2000-07-14 | 1 | -11/+11 |
* | Oops. If the number of messages in the folder is 0, don't fetch summaries | Jeffrey Stedfast | 2000-07-14 | 1 | -15/+22 |
* | Oops. If the number of messages in the folder is 0, don't fetch summaries | Jeffrey Stedfast | 2000-07-14 | 1 | -0/+6 |
* | New and improved approach to fetching an entire folder summary that should | Jeffrey Stedfast | 2000-07-13 | 1 | -0/+2 |
* | New and improved approach to fetching an entire folder summary that should | Jeffrey Stedfast | 2000-07-13 | 1 | -166/+110 |
* | Don't fetch the entire RFC822 header, just fetch the fields we want. | Jeffrey Stedfast | 2000-07-13 | 1 | -3/+6 |
* | Oops, missed a source file. | Jeffrey Stedfast | 2000-07-13 | 1 | -1/+3 |
* | Useful default implementations for free_{uids,subfolder_names,summary}. | Dan Winship | 2000-07-13 | 1 | -13/+3 |
* | Use mbox_set_message_flags () instead of setting the flags by hand. This | Jeffrey Stedfast | 2000-07-13 | 1 | -4/+4 |
* | Updated to emit the message_changed signal. (imap_delete_message): Updated | Jeffrey Stedfast | 2000-07-12 | 1 | -3/+13 |
* | Now takes a flags argument to specify the flags to be set on the message | Jeffrey Stedfast | 2000-07-12 | 1 | -6/+16 |
* | This shouldn't return NULL, it should return g_ptr_array_new () so the | Jeffrey Stedfast | 2000-07-12 | 1 | -1/+1 |
* | Implemented. | Jeffrey Stedfast | 2000-07-10 | 1 | -0/+29 |
* | Update to reflect past changes in the Camel API. Use gtk macro casts | Jeffrey Stedfast | 2000-07-09 | 1 | -16/+20 |
* | Make this return a GPtrArray rather than a GList. | Dan Winship | 2000-07-08 | 1 | -2/+2 |
* | Parse for more header information to allow message threading in IMAP. | Jeffrey Stedfast | 2000-07-07 | 1 | -27/+159 |
* | Changed over to camel_imap_command_extended as that was the source of the | Jeffrey Stedfast | 2000-07-06 | 1 | -10/+8 |
* | Fixed the bug that would sometimes leave part of the server response | Jeffrey Stedfast | 2000-07-02 | 1 | -7/+16 |
* | Renamed _by_uid methods. Since we no longer have get-by-number methods, no | Jeffrey Stedfast | 2000-07-01 | 1 | -15/+13 |
* | New function, to copy a message from one folder to another. The default | Jeffrey Stedfast | 2000-07-01 | 1 | -14/+37 |
* | Utilities for parsing broken date strings. | Jeffrey Stedfast | 2000-07-01 | 1 | -0/+3 |
* | providers/imap/camel-imap-folder.c: added move_message_to() | Jeffrey Stedfast | 2000-07-01 | 1 | -0/+41 |
* | imap_expunge should now give more meaningful errors | Jeffrey Stedfast | 2000-06-30 | 1 | -2/+2 |
* | Move the CAPABILITY command here so we don't have to keep checking each | Jeffrey Stedfast | 2000-06-28 | 1 | -27/+5 |
* | providers/imap/camel-imap-[store,folder].c: Improved folder parsing | Jeffrey Stedfast | 2000-06-24 | 1 | -5/+8 |
* | Oops. Now appends the namespace to the folder before querying for the | Jeffrey Stedfast | 2000-06-23 | 1 | -47/+4 |
* | Updated | Jeffrey Stedfast | 2000-06-23 | 1 | -36/+55 |
* | Modified to use the "namespace" (url->path) if it exists. | Jeffrey Stedfast | 2000-06-22 | 1 | -23/+13 |
* | IMAP is working! (sorta) | Jeffrey Stedfast | 2000-06-22 | 1 | -6/+117 |
* | now parses flags gotten from the IMAP server correctly | Jeffrey Stedfast | 2000-06-21 | 1 | -12/+12 |
* | Implemented. (imap_sync): Added code to set flags on messages that have | Jeffrey Stedfast | 2000-06-21 | 1 | -3/+62 |
* | Only fetch the summary if the folder summary doesn't already exist. When | Jeffrey Stedfast | 2000-06-21 | 1 | -20/+31 |
* | Now returns the last line of data that the server sends back as well. This | Jeffrey Stedfast | 2000-06-21 | 1 | -0/+2 |
* | basically got IMAP into the tree view | Jeffrey Stedfast | 2000-06-20 | 1 | -28/+91 |
* | Set summary equal to NULL. (imap_get_summary): Store the summary in the | Jeffrey Stedfast | 2000-06-20 | 1 | -11/+34 |
* | Now gets the message flags as it should. (imap_get_summary): Same as | Jeffrey Stedfast | 2000-06-19 | 1 | -16/+122 |
* | We were leaking memory - but not anymore! (imap_get_summary): We now get | Jeffrey Stedfast | 2000-06-18 | 1 | -3/+104 |
* | camel/providers/imap/camel-imap-folder.c: CAPABILITY now works like it should | Jeffrey Stedfast | 2000-06-18 | 1 | -2/+8 |
* | removed imap.c/h from providers/imap | Jeffrey Stedfast | 2000-06-18 | 1 | -50/+88 |
* | Added code to expunge if called for (still need to finish coding this). | Jeffrey Stedfast | 2000-06-17 | 1 | -110/+47 |
* | Move flag handling from CamelMimeMessage to CamelFolder. This | Dan Winship | 2000-06-17 | 1 | -37/+0 |
* | Started to code the imap summary stuff | Jeffrey Stedfast | 2000-06-16 | 1 | -7/+83 |
* | Kill. Folders are now always open, and handle "closing" sorts of | Dan Winship | 2000-06-16 | 1 | -39/+17 |
* | Updated: a separator is now a char* rather than a single char because IMAP | Jeffrey Stedfast | 2000-06-14 | 1 | -4/+5 |
* | IMAP will now allow you to login, and on some IMAP providers it will actually... | Jeffrey Stedfast | 2000-06-14 | 1 | -14/+7 |
* | implemented a temp hack for the imap fetch by uid code | Jeffrey Stedfast | 2000-06-13 | 1 | -12/+31 |
* | Deprecated. | Jeffrey Stedfast | 2000-06-13 | 1 | -4/+20 |
* | Updated to reflect changes made in camel-imap-store.c | Jeffrey Stedfast | 2000-06-10 | 1 | -49/+19 |
* | Will now always send EHLO first, if that fails it will fall back on HELO. | Jeffrey Stedfast | 2000-06-10 | 1 | -1/+15 |
* | providers/imap/camel-imap-summary.c now builds | Jeffrey Stedfast | 2000-06-08 | 1 | -3/+3 |
* | Added rules to build camel-imap-stream | Jeffrey Stedfast | 2000-06-08 | 1 | -78/+11 |
* | worked on getting providers/imap/* to build cleanly, fixed a number of stupid... | Jeffrey Stedfast | 2000-06-07 | 1 | -76/+122 |
* | Implemented a few more imap functions in providers/imap/camel-imap-folder.c | Jeffrey Stedfast | 2000-05-31 | 1 | -38/+159 |
* | Ripped out camel_imap_command_get_additional_data() from camel-imap-store and... | Jeffrey Stedfast | 2000-05-28 | 1 | -124/+177 |
* | Added initial code to camel-imap-folder.c | Jeffrey Stedfast | 2000-05-26 | 1 | -0/+636 |