| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a compiler warning about returning without a value in a non-void | Jeffrey Stedfast | 2001-07-20 | 1 | -1/+1 |
* | In camel: | Peter Williams | 2001-07-20 | 1 | -29/+140 |
* | Revert 7/11/2001 patch for IMAP INBOX filtering at NotZed's request. | Peter Williams | 2001-07-19 | 1 | -67/+12 |
* | Clean up some exception misusage. | Peter Williams | 2001-07-18 | 1 | -5/+12 |
* | Given: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 to | Dan Winship | 2001-07-17 | 1 | -0/+7 |
* | If the message info for an expunged message is NULL, then just break out - | Jeffrey Stedfast | 2001-07-15 | 1 | -0/+6 |
* | We now use a structure as the bucket data rather than just a cache level | Jeffrey Stedfast | 2001-07-13 | 1 | -2/+1 |
* | Run the filter in its own thread to prevent locking issues. | Peter Williams | 2001-07-12 | 1 | -12/+68 |
* | Set the pipe fd's to nonblocking. | Jeffrey Stedfast | 2001-07-07 | 1 | -2/+2 |
* | Added an assert to make sure that `mi' isn't NULL. | Jeffrey Stedfast | 2001-07-06 | 1 | -2/+6 |
* | Doh. Don't remove things from the hash table while foreach'ing it. (And | Dan Winship | 2001-07-03 | 2 | -23/+49 |
* | new method to get an application-initialized filter driver. | Dan Winship | 2001-07-02 | 5 | -5/+37 |
* | If the folder is frozen, don't refresh, just record that we need to do it | Dan Winship | 2001-06-29 | 2 | -5/+41 |
* | lock the cache around accesses | Dan Winship | 2001-06-27 | 2 | -5/+14 |
* | Fix this: IMAP doesn't allow an extra argument to AUTHENTICATE to avoid a | Dan Winship | 2001-06-25 | 2 | -10/+6 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 11 | -22/+22 |
* | Return the largest real UID in the cache (as an integer). Eventually to be | Dan Winship | 2001-06-16 | 2 | -0/+19 |
* | Don't fetch the UID and FLAGS of messages we don't know about yet, since | Dan Winship | 2001-06-06 | 1 | -30/+34 |
* | Create a CamelDiscoDiary. (imap_disconnect_offline): And free it. | Dan Winship | 2001-05-30 | 7 | -72/+507 |
* | Add a "need_rescan" flag saying if we want to rescan the entire folder for | Dan Winship | 2001-05-27 | 3 | -24/+43 |
* | Optimize the match "" case. | Jeffrey Stedfast | 2001-05-24 | 1 | -17/+30 |
* | Store the CamelFolderInfo tree that was returned from | Jeffrey Stedfast | 2001-05-22 | 1 | -4/+4 |
* | Pass appropriate parameters to CF_CLASS and add comment explaining why my | Peter Williams | 2001-05-10 | 1 | -1/+3 |
* | Set the disconnected status. (camel_disco_store_can_work_offline): Return | Dan Winship | 2001-05-10 | 2 | -1/+36 |
* | remove something jeff didn't mean to commit | Dan Winship | 2001-05-10 | 1 | -1/+1 |
* | Wrap the content-id with <>'s. | Jeffrey Stedfast | 2001-05-10 | 1 | -1/+1 |
* | Fix up refcounting on current_folder. | Dan Winship | 2001-05-04 | 1 | -2/+6 |
* | new abstract class for disconnectable remote stores | Dan Winship | 2001-05-04 | 4 | -502/+479 |
* | Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" into | Dan Winship | 2001-05-03 | 3 | -18/+19 |
* | Fix this up... it was losing count in some cases and giving a more verbose | Dan Winship | 2001-05-03 | 1 | -14/+8 |
* | Redo command locking. Since command_lock is recursive, we can just get a | Dan Winship | 2001-05-02 | 6 | -197/+211 |
* | remove unused assignment that calls non-existent function. | Dan Winship | 2001-05-01 | 1 | -2/+0 |
* | Support the IMAP UIDPLUS extension (RFC 2359), which lets you | Dan Winship | 2001-05-01 | 5 | -73/+437 |
* | New-and-improved version of get_uid_set() from camel-imap-folder.c. Looks | Dan Winship | 2001-05-01 | 3 | -38/+77 |
* | Redo this a lot so that instead of having a class full of callbacks, we | Dan Winship | 2001-04-28 | 1 | -6/+5 |
* | New file, with the int, string, time_t, and off_t encode/decode routines | Dan Winship | 2001-04-27 | 2 | -16/+16 |
* | Free base_url and storage_path. | Dan Winship | 2001-04-19 | 1 | -0/+4 |
* | Remove the EXTRA_GNOME_CFLAGS include. | Jeffrey Stedfast | 2001-04-17 | 2 | -9/+6 |
* | s/imap_store/store/, fixing a typo that was causing the build to fail. | Jon Trowbridge | 2001-04-14 | 1 | -4/+4 |
* | Plug leaks. | Dan Winship | 2001-04-14 | 1 | -1/+10 |
* | Plug memory leaks. | Dan Winship | 2001-04-13 | 1 | -0/+1 |
* | Simplify peterw's imap_is_atom_char fix. | Dan Winship | 2001-04-12 | 1 | -2/+2 |
* | Check if gethostbyname_r take five params | JP Rosevear | 2001-04-12 | 1 | -0/+1 |
* | It would be a good idea to recognize '\0'. Before, this code was running | Peter Williams | 2001-04-08 | 1 | -1/+1 |
* | (imap_update_summary): When reading message flags, set the | Dan Winship | 2001-04-04 | 1 | -2/+9 |
* | (imap_get_message): If the server_level < IMAP4rev1, always fetch | Dan Winship | 2001-04-04 | 1 | -3/+6 |
* | If we don't change any flags or expunge, send a NOOP to give the server a | Dan Winship | 2001-04-04 | 1 | -1/+11 |
* | Updated the authtype values. | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+1 |
* | removed a g_warning for debugging | Jeffrey Stedfast | 2001-03-30 | 1 | -2/+0 |
* | Don't blindly append "/INBOX", construct a CamelURL and set the path that | Jeffrey Stedfast | 2001-03-30 | 1 | -7/+34 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 9 | -13/+24 |
* | change "gboolean show_passwd" to "guint32 flags". | Dan Winship | 2001-03-30 | 1 | -14/+8 |
* | add an argument to say whether or not you want "PLAIN" in the list (so you | Dan Winship | 2001-03-27 | 2 | -2/+2 |
* | Add an "extra_conf" field to CamelProvider with structures and defines and | Dan Winship | 2001-03-27 | 4 | -83/+98 |
* | Rewrite to use imap_store->namespace, not service->url->path | Dan Winship | 2001-03-27 | 1 | -8/+12 |
* | Use camel_vtrash_folder_new() to create the vtrash folder now. | Jeffrey Stedfast | 2001-03-27 | 1 | -50/+67 |
* | keep a reference on the store's current_folder. | Dan Winship | 2001-03-27 | 2 | -2/+11 |
* | Don't look at untagged responses other than "* BYE"... | Dan Winship | 2001-03-23 | 4 | -85/+116 |
* | add a "GList *authtypes", so you can get the list of authtypes used by a | Dan Winship | 2001-03-22 | 2 | -37/+37 |
* | Function to check if the store is online and set an exception if not. | Dan Winship | 2001-03-21 | 8 | -190/+402 |
* | translate NIL to "" in fetch body part response | Dan Winship | 2001-03-16 | 1 | -1/+3 |
* | First batch of disconnected IMAP-related stuff. This adds local | Dan Winship | 2001-03-16 | 12 | -268/+739 |
* | Uninclude prnetdb.h since it's not needed here. | Jeffrey Stedfast | 2001-03-16 | 1 | -5/+0 |
* | defined "ssmtp" | Jeffrey Stedfast | 2001-03-15 | 1 | -4/+4 |
* | also change the protocol name in the providers | Jeffrey Stedfast | 2001-03-15 | 1 | -1/+1 |
* | Check for "simap" instead of "imaps". | Jeffrey Stedfast | 2001-03-15 | 2 | -2/+2 |
* | So it turns out that NSS_Init *isn't* idempotent, so we have to protect | Jeffrey Stedfast | 2001-03-15 | 1 | -5/+36 |
* | Eek! So the service's URL isn't set until after this is initialized. This | Jeffrey Stedfast | 2001-03-15 | 1 | -13/+12 |
* | Numerous fixes to get it to build correctly with NSS enabled. | Jeffrey Stedfast | 2001-03-15 | 3 | -5/+16 |
* | When trying again after a failed password attempt, check if the connection | Dan Winship | 2001-03-14 | 1 | -0/+8 |
* | i18n'd some strings in here. | Jeffrey Stedfast | 2001-03-06 | 1 | -6/+4 |
* | Don't forget to unref the SASL object. | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+7 |
* | Add an "authtypes" hash table to CamelImapStore recording the supported | Dan Winship | 2001-03-02 | 5 | -286/+134 |
* | Added camel-sasl*.[c,h] to the build. | Jeffrey Stedfast | 2001-03-01 | 1 | -25/+1 |
* | Group messages into sets with the same flags and use the IMAP message set | Dan Winship | 2001-02-27 | 1 | -33/+144 |
* | Add some internal progress reporting. (imap_rescan): Do some progress | Not Zed | 2001-02-23 | 1 | -1/+18 |
* | #define this as the set of all IMAP system flags | Dan Winship | 2001-02-22 | 2 | -1/+8 |
* | Fixes for IMAP4-pre-rev1 from Torsten Schulz. | Dan Winship | 2001-02-22 | 1 | -2/+8 |
* | Emit the folder_created signal here. | Jeffrey Stedfast | 2001-02-16 | 1 | -1/+38 |
* | IMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use RFC822.PEEK instead in | Dan Winship | 2001-02-16 | 1 | -3/+8 |
* | (create_folder): Oops, and fix bug involving namespaces | Dan Winship | 2001-02-15 | 1 | -4/+3 |
* | New method to create a folder when you don't know its full name. | Dan Winship | 2001-02-15 | 1 | -8/+39 |
* | Rewrite a bunch. Replace the existing folder cache stuff with much simpler | Dan Winship | 2001-02-10 | 1 | -22/+25 |
* | Updated. | Jeffrey Stedfast | 2001-02-06 | 1 | -9/+16 |
* | Include the terminating NUL in the calculated string length. This hit | Not Zed | 2001-01-29 | 1 | -1/+1 |
* | Changed the subject search to handle case sensitive when it is mixed case. | Not Zed | 2001-01-25 | 1 | -2/+2 |
* | Add a lock around the delayed loading, so two threads won't try to do it | Dan Winship | 2001-01-24 | 3 | -2/+40 |
* | Removed some debug 'warnings', as they should now be displayed at the | Not Zed | 2001-01-23 | 1 | -10/+7 |
* | Change the callbacks in this file to match the callback function types. | Christopher James Lahey | 2001-01-23 | 1 | -1/+1 |
* | Added profiling temp files. | Not Zed | 2001-01-22 | 1 | -0/+4 |
* | (subscribe_folder): add a missing UNLOCK | Dan Winship | 2001-01-20 | 1 | -0/+1 |
* | If LISTing a subscribed folder doesn't return a LIST response, just ignore | Dan Winship | 2001-01-20 | 1 | -3/+6 |
* | More tweaking... skip separator characters after the namespace character. | Dan Winship | 2001-01-19 | 1 | -1/+1 |
* | Oops. Somewhere in one of the reorgs, the code to add new messages to the | Dan Winship | 2001-01-19 | 1 | -1/+2 |
* | Add some g_warnings() to help debug later if I ever get the segfaults I | Jeffrey Stedfast | 2001-01-18 | 1 | -1/+5 |
* | Delayed loading of IMAP message parts. | Dan Winship | 2001-01-17 | 7 | -157/+884 |
* | Ugh, this design is ugly like my butt. | Jeffrey Stedfast | 2001-01-16 | 1 | -1/+1 |
* | Chganged len back to be unsigned. And do a simple range check on the | Not Zed | 2001-01-16 | 3 | -4/+39 |
* | Lock around the imap_rescan, which needs it. | Peter Williams | 2001-01-16 | 1 | -0/+2 |
* | (imap_copy_message_to): Fix this up: sync flags to the server | Dan Winship | 2001-01-12 | 1 | -33/+50 |
* | Fix a bug in previous commit: don't check for deleted messages if there | Dan Winship | 2001-01-12 | 1 | -30/+33 |
* | New function to check for added/deleted messages when re-selecting a | Dan Winship | 2001-01-12 | 3 | -4/+83 |
* | New header to prevent recursive #include problems | Dan Winship | 2001-01-11 | 1 | -0/+39 |
* | New header to prevent recursive #include problems | Dan Winship | 2001-01-11 | 8 | -9/+14 |
* | New class function, parallel to camel_folder_sync. (The default | Dan Winship | 2001-01-11 | 1 | -0/+18 |
* | Mostly IMAP changes. Use the NAMESPACE extension (where | Dan Winship | 2001-01-10 | 2 | -146/+258 |
* | Kill off a long-hated Camel kludge: "empty" URLs and | Dan Winship | 2001-01-10 | 1 | -18/+4 |
* | oops. commit-o | Dan Winship | 2001-01-05 | 1 | -509/+0 |
* | Fix two problems in figuring out server-expunged messages. | Dan Winship | 2001-01-05 | 1 | -2/+1 |
* | Fix two problems in figuring out server-expunged messages. | Dan Winship | 2001-01-05 | 1 | -0/+509 |
* | Initialize the exists variable so that we don't do random things if the | Christopher James Lahey | 2001-01-04 | 1 | -1/+1 |
* | fix off-by-one | Dan Winship | 2001-01-03 | 1 | -1/+1 |
* | IMAP randomness. | Dan Winship | 2001-01-03 | 7 | -404/+102 |
* | (camel_imap_folder_changed): Make sure we unref the summary lookup. | Michael Zucci | 2000-12-24 | 1 | -0/+1 |
* | clean up a stubborn and hard to remove imap_folder->summary. | Michael Zucci | 2000-12-24 | 2 | -5/+4 |
* | Minor compilation fixes. | Michael Zucci | 2000-12-24 | 2 | -14/+6 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 9 | -174/+248 |
* | When getting the top-level folder list, include INBOX even if it's not | Dan Winship | 2000-12-23 | 1 | -12/+19 |
* | New CamelFolderSearch subclass that just reimplements body_contains (using | Dan Winship | 2000-12-22 | 7 | -441/+211 |
* | Oops. Don't do "FETCH 1:0" when the folder is empty. | Dan Winship | 2000-12-20 | 1 | -31/+40 |
* | Add "guint32 server_flags" to CamelImapMessageInfo to keep track of the | Dan Winship | 2000-12-20 | 3 | -62/+89 |
* | Change the semantics of fmt: Now %S (capital S) means an IMAP "string", | Dan Winship | 2000-12-19 | 5 | -21/+175 |
* | change a bunch of IS_CAMEL_* macros to CAMEL_IS_* | Dan Winship | 2000-12-14 | 2 | -2/+2 |
* | add #include <sys/types.h> for freebsd. | Chris Toshok | 2000-12-14 | 1 | -0/+1 |
* | Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototype | Christopher James Lahey | 2000-12-13 | 3 | -2/+6 |
* | 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 |
* | Fix a possible bug where 'name' could be uninitialized. | Jeffrey Stedfast | 2000-12-01 | 1 | -1/+1 |
* | Handle the case where the summary failed to load - clear the summary and | Jeffrey Stedfast | 2000-12-01 | 1 | -2/+6 |
* | Remove assertion that content is there, when it no longer can be. | Not Zed | 2000-11-30 | 1 | -5/+6 |
* | Fix some off-by-one-ness. | Dan Winship | 2000-11-30 | 1 | -3/+3 |
* | Make this gratuitously more complicated. No wait, I mean, fix bugs. Now | Dan Winship | 2000-11-28 | 1 | -48/+89 |
* | Fixed to return the correct bytecount in all cases which is the real fix | Jeffrey Stedfast | 2000-11-21 | 2 | -6/+3 |
* | 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 |
* | Use the byte-read count to decrement the number of bytes left to read | Jeffrey Stedfast | 2000-11-17 | 1 | -5/+5 |
* | Fix error handling. (Only send a "*" to bail out of authentication if the | Dan Winship | 2000-11-10 | 1 | -9/+13 |
* | Two segfault fixes | Peter Williams | 2000-11-07 | 1 | -1/+1 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 2 | -7/+5 |
* | Quote foldernames when sending to the IMAP server because the folder name | Jeffrey Stedfast | 2000-11-02 | 1 | -1/+1 |
* | Remove old subbed folders from hash table after freeing them. | Dan Winship | 2000-11-02 | 1 | -3/+11 |
* | Deal correctly with namespace == "" | Dan Winship | 2000-11-02 | 1 | -1/+1 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 1 | -7/+7 |
* | Camel IMAP authentication includes (forgotten in last commit) | Dan Winship | 2000-10-31 | 1 | -0/+39 |
* | New file with code for IMAP authentication mechanisms. (Currently just | Dan Winship | 2000-10-31 | 4 | -84/+357 |
* | Improved IMAP namespace handling: leave the namespace in the | Dan Winship | 2000-10-30 | 7 | -274/+297 |
* | Fix folder listing code infinite loop. | Dan Winship | 2000-10-26 | 1 | -1/+1 |
* | Add a "parent" field to CamelFolderInfo. | Dan Winship | 2000-10-25 | 1 | -13/+18 |
* | add subscribed_folders. | Chris Toshok | 2000-10-25 | 2 | -4/+97 |
* | Fill in the message_count and unread_message_count flags (if !fast). | Dan Winship | 2000-10-25 | 1 | -5/+34 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 4 | -23/+21 |
* | Fix a "how could this have been working before" memory overrun bug found | Dan Winship | 2000-10-24 | 1 | -0/+3 |
* | Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) as | Dan Winship | 2000-10-20 | 1 | -1/+1 |
* | 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 |
* | Build fixes from Jacob, same as the other branch. | Ettore Perazzoli | 2000-10-20 | 1 | -0/+1 |
* | No, we must not encode the headers here. These interfaces ARE raw | Not Zed | 2000-10-18 | 1 | -4/+3 |
* | (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 | 2 | -9/+14 |
* | Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) or | Jeffrey Stedfast | 2000-10-17 | 1 | -1/+1 |
* | Don't free 'resp' as it doesn't point to the beginning of the allocated | Jeffrey Stedfast | 2000-10-17 | 1 | -10/+11 |
* | Only send the LOGOUT command if the store is connected. (imap_connect): | Jeffrey Stedfast | 2000-10-17 | 3 | -10/+28 |
* | Deal with the possibility of not getting a LIST response back for the top | Dan Winship | 2000-10-17 | 1 | -12/+14 |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 8 | -517/+541 |
* | 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 |
* | Check before deferencing the sep pointer. | Joe Shaw | 2000-10-11 | 1 | -1/+2 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-06 | 1 | -1/+3 |
* | IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it. | Dan Winship | 2000-10-05 | 1 | -19/+28 |
* | Quote the mailbox name when sending a SELECT request otherwise mailboxes | Jeffrey Stedfast | 2000-10-04 | 1 | -1/+1 |
* | New file containing camel_imap_command and friends. Major | Dan Winship | 2000-10-04 | 8 | -1194/+713 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 2 | -1/+3 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 5 | -159/+168 |
* | When getting a literal string response, don't include the \r\n after the | Jeffrey Stedfast | 2000-09-29 | 3 | -1/+10 |
* | Return untagged data in a GPtrArray rather than a string, since it saves | Dan Winship | 2000-09-28 | 4 | -142/+191 |
* | 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 | 3 | -8/+9 |
* | The root folder's name is "", not the namespace. (camel_imap_folder_new): | Dan Winship | 2000-09-23 | 3 | -11/+7 |
* | New function to convert Camel flags to an IMAP flag_list. | Dan Winship | 2000-09-22 | 4 | -223/+135 |
* | INBOX is case-insensitive. (get_root_folder_name): Make the root folder "" | Dan Winship | 2000-09-22 | 3 | -263/+110 |
* | 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 | 3 | -74/+41 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 2 | -2/+2 |
* | Don't use dir_sep as top-level directory, use "/". | Jeffrey Stedfast | 2000-09-15 | 2 | -8/+5 |
* | 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 | 2 | -21/+95 |
* | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 3 | -7/+20 |
* | 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 |
* | Don't save any exceptions caused by camel_imap_folder_changed | Jeffrey Stedfast | 2000-08-31 | 2 | -10/+40 |
* | Rewrote to ignore strings that look like server responses until it is sure | Jeffrey Stedfast | 2000-08-31 | 2 | -12/+63 |
* | Don't wrap printed strings in quotes, makes things messy | Jeffrey Stedfast | 2000-08-31 | 4 | -133/+433 |
* | Make CamelServices connect only when told to (old behavior). Make CamelRemote... | Peter Williams | 2000-08-31 | 1 | -17/+20 |
* | General cleanup / moving stuff around to make things easier to follow. | Jeffrey Stedfast | 2000-08-31 | 1 | -41/+56 |
* | Prevent exceptions from being overwritten | Jeffrey Stedfast | 2000-08-30 | 3 | -123/+145 |
* | Removed old code that will never be needed again | Jeffrey Stedfast | 2000-08-30 | 2 | -212/+90 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 4 | -838/+402 |
* | Updated to check for EXPUNGE notifications | Jeffrey Stedfast | 2000-08-30 | 3 | -19/+70 |
* | Fixed the hack around quoted string responses - should now handle them | Jeffrey Stedfast | 2000-08-29 | 2 | -165/+158 |
* | Add support for specifying on which port to connect to a server; fix a potent... | Peter Williams | 2000-08-26 | 1 | -0/+1 |
* | 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 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -13/+31 |
* | 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 | 3 | -8/+115 |
* | No longer calls try_connect() to get authtypes | Jeffrey Stedfast | 2000-08-13 | 1 | -2/+4 |
* | Changed param order a bit and fixed some logic | Jeffrey Stedfast | 2000-08-12 | 3 | -28/+53 |
* | New convenience function for multi-transactional commands (opening | Jeffrey Stedfast | 2000-08-12 | 3 | -33/+209 |
* | 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 | 6 | -127/+115 |
* | A better way to compress leading whitespace. The code is probably invalid | Not Zed | 2000-08-11 | 1 | -6/+8 |
* | New code to keep an on-disk cache of what UIDs have been seen in a folder. | Dan Winship | 2000-08-09 | 1 | -1/+1 |
* | If we are trying to get a subfolder listing of the root folder, always | Jeffrey Stedfast | 2000-08-08 | 2 | -10/+23 |
* | Strip all \n's from the expression | Jeffrey Stedfast | 2000-08-08 | 1 | -4/+7 |
* | If we fail to get a dir_sep, then supply the default of "/". (get_folder): | Jeffrey Stedfast | 2000-08-05 | 1 | -28/+31 |
* | Coredump fix when IMAP get_folder with NULL dir_sep | Peter Williams | 2000-08-05 | 1 | -1/+1 |
* | Only call imap_get_summary_internal if the folder can hold messages | Jeffrey Stedfast | 2000-08-04 | 2 | -7/+10 |
* | New and improved sexp parser. An honest try at using e-sexp is wrapped in | Jeffrey Stedfast | 2000-08-02 | 2 | -222/+314 |
* | Some IMAP servers don't wrap the UID in ()'s so don't depend on that | Jeffrey Stedfast | 2000-08-01 | 2 | -208/+253 |
* | 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 | 4 | -46/+328 |
* | 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 | 2 | -8/+8 |
* | Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended): | Jeffrey Stedfast | 2000-07-29 | 2 | -35/+85 |
* | Get message count when STATUS is not available. (imap_init): | Jeffrey Stedfast | 2000-07-29 | 3 | -55/+123 |
* | 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 | 5 | -106/+172 |
* | Now uses a hash table for looking up message info rather than a linear | Jeffrey Stedfast | 2000-07-28 | 2 | -18/+36 |
* | Fix Makefile.am booboo. | Peter Williams | 2000-07-28 | 1 | -2/+0 |
* | 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 | 3 | -87/+73 |
* | Updated to give special attention to the root folder. | Jeffrey Stedfast | 2000-07-25 | 3 | -24/+39 |
* | 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 | 4 | -103/+161 |
* | Made it a little more forgiving. Also set current_folder to NULL as there | Jeffrey Stedfast | 2000-07-24 | 3 | -54/+90 |
* | Clear CamelExceptions when appropriate (eg when folder is marked as | Jeffrey Stedfast | 2000-07-23 | 2 | -40/+47 |
* | Updated to not strip out subfolders that are marked as \NoSelect because | Jeffrey Stedfast | 2000-07-22 | 2 | -7/+49 |
* | Updated with some of the same fixes I've made to camel-imap-folder.c like | Jeffrey Stedfast | 2000-07-22 | 1 | -3/+3 |
* | Rewrote the code to check for "* %d RECENT". Still needs to be modified, | Jeffrey Stedfast | 2000-07-22 | 1 | -7/+11 |
* | 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 |