| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 57 | -114/+114 |
* | Check to make sure that the dataset is non-NULL before using and/or | Jeffrey Stedfast | 2001-10-27 | 1 | -19/+25 |
* | Lets try putting a camel_stream_reset() here. Logic being that the stream | Jeffrey Stedfast | 2001-10-27 | 1 | -0/+1 |
* | Don't let fi->name be NULL. | Dan Winship | 2001-10-25 | 1 | -0/+2 |
* | made d(x) x recompile again. | 3 | 2001-10-23 | 1 | -5/+5 |
* | No, use Storing, as the other code does :p (spool_summary_check): Check | 2 | 2001-10-23 | 1 | -3/+3 |
* | s/summarising/summarizing/. (spool_summary_check): s/summarise/summarize/. | Jon Trowbridge | 2001-10-23 | 1 | -3/+3 |
* | Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko | 8 | 2001-10-19 | 5 | -0/+5 |
* | Flush the stream here, not sure it really matters but it might (hopefully) | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+1 |
* | String cleanup for bug #6640. | Jeffrey Stedfast | 2001-10-19 | 1 | -2/+2 |
* | Fix my Cyrus imapd workaround...instead of checking to see if info->flags | Jeffrey Stedfast | 2001-10-19 | 1 | -5/+5 |
* | Use '.' as the inbox name for filter new messages test. | 7 | 2001-10-18 | 1 | -1/+1 |
* | Same as maildir and mbox append-message. | Jeffrey Stedfast | 2001-10-18 | 2 | -6/+14 |
* | Make sure the new description isn't the same as the old description | Jeffrey Stedfast | 2001-10-18 | 1 | -4/+8 |
* | Patch from Danw, Use unread count of -1 to mark unflagged messages. Make | 7 | 2001-10-18 | 2 | -9/+12 |
* | If CAMEL_DEBUG is defined, print some useful ref/unref info. | Jeffrey Stedfast | 2001-10-17 | 1 | -1/+1 |
* | Replace the Bcc headers in a single location and don't flush the data | Jeffrey Stedfast | 2001-10-14 | 1 | -21/+16 |
* | oops, it should remove the bcc header, not the cc header | Jeffrey Stedfast | 2001-10-13 | 1 | -8/+29 |
* | Remove the stripheader filter from the build. | Jeffrey Stedfast | 2001-10-13 | 1 | -8/+15 |
* | oops, we want get_unread_message_count, not get_message_count! | 0 | 2001-10-11 | 1 | -1/+1 |
* | Implement. | 9 | 2001-10-10 | 5 | -5/+175 |
* | replace the ever-growing list of gbooleans with a single guint32 for | Dan Winship | 2001-10-09 | 6 | -25/+12 |
* | Unlock the store before returning error. (noted by NotZed) | Dan Winship | 2001-10-09 | 1 | -1/+3 |
* | Use a folder_subscribed event rather than a folder_created one. | 5 | 2001-10-06 | 1 | -2/+22 |
* | Remove now unused 'recents' array/freeing func. | 3 | 2001-10-04 | 1 | -5/+0 |
* | Dont explicitly save metadata, its saved in summary_sync. | 3 | 2001-10-04 | 5 | -50/+24 |
* | Strange are the ways of alloca. Fixes 11543. | Dan Winship | 2001-10-03 | 1 | -1/+4 |
* | for hashing/comparing local url's, we ignore trailing /'s in paths (maybe | 2 | 2001-10-03 | 1 | -12/+94 |
* | Go back to using the store url's path, not the toplevel_dir thing. | 2 | 2001-10-03 | 1 | -1/+1 |
* | Shoo! Shoo! | Dan Winship | 2001-10-03 | 1 | -6/+0 |
* | Remove any cached messages that belonged to the deleted folder. | Jeffrey Stedfast | 2001-10-02 | 1 | -6/+56 |
* | Fix up the provider flags to specify things more completely so we don't | Dan Winship | 2001-10-02 | 1 | -3/+4 |
* | Don't munge the URL; CamelSession's caching relies on it not changing. | Dan Winship | 2001-10-02 | 6 | -42/+33 |
* | if STAT returns 0, don't bother sending UIDL. Speeds things up slightly | Dan Winship | 2001-10-01 | 1 | -0/+7 |
* | Init the nntp url hash and url_equal functions. | Jeffrey Stedfast | 2001-09-29 | 6 | -4/+22 |
* | Grab the store's command_lock before grabbing the folder's cache_lock to | Dan Winship | 2001-09-28 | 1 | -2/+15 |
* | [Patch for Automake 1.5 compatibility pointed out by Richard | Ettore Perazzoli | 2001-09-26 | 1 | -12/+0 |
* | In the 'lose' case, free messages, not fetch_data twice! | 4 | 2001-09-25 | 1 | -1/+1 |
* | Go back to not using camel_folder_info_build() here because this seems to | Jeffrey Stedfast | 2001-09-22 | 1 | -4/+11 |
* | New function to just load the summary. Not much use yet, until unread | Michael Zucci | 2001-09-21 | 1 | -0/+29 |
* | Setup unread count properly, and also setup the url properly. | Michael Zucci | 2001-09-21 | 2 | -12/+28 |
* | Build the path on the folderinfo. | 0 | 2001-09-21 | 6 | -15/+23 |
* | And finally here. | Jeffrey Stedfast | 2001-09-21 | 3 | -25/+51 |
* | General cleanup of camel debug printfs. | 9 | 2001-09-19 | 5 | -10/+12 |
* | If filter inbox is set on the store, and we're opening inbox '', then | 8 | 2001-09-19 | 13 | -110/+60 |
* | Don't process the ImapResponse data, we don't want to block forever on | Jeffrey Stedfast | 2001-09-18 | 1 | -3/+18 |
* | Don't process the ImapResponse data, we don't want to block forever on | Jeffrey Stedfast | 2001-09-18 | 1 | -8/+5 |
* | Do error-checking based on function return values rather than exceptions | Jeffrey Stedfast | 2001-09-14 | 1 | -7/+7 |
* | Pass an exception to the cache. (imap_append_online): Same. | Jeffrey Stedfast | 2001-09-14 | 3 | -33/+56 |
* | Pass in a hashtalbe used for finding visited nodes. (inode_hash): | 0 | 2001-09-11 | 1 | -26/+69 |
* | Progress reporting while moving messages. | 0 | 2001-09-11 | 1 | -4/+4 |
* | Forgot to return the newly allocated msg. | 0 | 2001-09-10 | 1 | -0/+2 |
* | Likewise. | Not Zed | 2001-09-08 | 2 | -8/+8 |
* | Make sure to unref the mime filters when we finish with them. | Jeffrey Stedfast | 2001-09-08 | 1 | -0/+2 |
* | s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise. | Ettore Perazzoli | 2001-09-08 | 1 | -4/+4 |
* | Thread function to perform filtering. (filter_free): Free the filter | 6 | 2001-09-07 | 3 | -3/+123 |
* | Fix this to always set an exception if it returns POP3_FAIL, as | Dan Winship | 2001-09-07 | 2 | -6/+8 |
* | Set an exception on POP3_FAIL as well. | Jeffrey Stedfast | 2001-09-07 | 1 | -3/+5 |
* | #ifdef out the "delete after N days" option in pop3_conf_entries, since it | Dan Winship | 2001-09-07 | 1 | -0/+2 |
* | Do a clean disconnect. | Jeffrey Stedfast | 2001-09-05 | 1 | -1/+1 |
* | Return the default folder (ie. INBOX) rather than saying we don't support | Jeffrey Stedfast | 2001-08-31 | 1 | -3/+1 |
* | Add progress reporting to deleting messages. Dont change the calculation | Not Zed | 2001-08-29 | 1 | -2/+9 |
* | Whoops. Double-free and FMR = bad. | Peter Williams | 2001-08-29 | 1 | -2/+3 |
* | Changed the description/names of some of the local providers to try and | Jeffrey Stedfast | 2001-08-28 | 2 | -15/+14 |
* | s/IMAPv4/IMAP | Jeffrey Stedfast | 2001-08-28 | 1 | -1/+1 |
* | ["Summarising" and "Synchronising" are spelt with a "s" in ENGLISH] | Not Zed | 2001-08-25 | 2 | -8/+8 |
* | Revert Not Zed's previous commits as they apparently can cause serious | Peter Williams | 2001-08-25 | 2 | -5/+5 |
* | s/Synchronising/Synchronizing/. | Ettore Perazzoli | 2001-08-25 | 1 | -3/+3 |
* | Likewise. | Not Zed | 2001-08-24 | 2 | -8/+8 |
* | Add a missing \n to the end of a printf. | Peter Williams | 2001-08-24 | 2 | -2/+2 |
* | oops, don't need that extra statement | Jeffrey Stedfast | 2001-08-23 | 1 | -3/+0 |
* | Oops. Fixed a mis-use of GPtrArray. If we set_size, then using | Jeffrey Stedfast | 2001-08-23 | 1 | -2/+4 |
* | Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): Disable | Jeffrey Stedfast | 2001-08-22 | 1 | -3/+3 |
* | s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise. | Ettore Perazzoli | 2001-08-20 | 2 | -4/+4 |
* | Get the entire directory structure for the folder we just created, meaning | Jeffrey Stedfast | 2001-08-20 | 3 | -17/+98 |
* | Make sure the generated UID is non-NULL before appending it to the array | Jeffrey Stedfast | 2001-08-20 | 1 | -5/+2 |
* | Start scanning new messages at maxuid + 1 rather than uidval + 1? Maybe | Jeffrey Stedfast | 2001-08-18 | 1 | -35/+35 |
* | If we are online and message flags have changed in the current folder, | Jeffrey Stedfast | 2001-08-17 | 4 | -24/+47 |
* | Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like | Jeffrey Stedfast | 2001-08-17 | 1 | -9/+22 |
* | Fix this again. Sigh. Problem of namespace = "" may not yet be completely | Peter Williams | 2001-08-17 | 1 | -1/+1 |
* | Oh crap, huge killer typo. | Peter Williams | 2001-08-15 | 1 | -1/+1 |
* | Canonicalize store->namespace to end in store->dir_sep, once both values | Peter Williams | 2001-08-15 | 1 | -1/+11 |
* | We need to be ref'ing the folder if/when we add it to the hash. This may | Jeffrey Stedfast | 2001-08-14 | 1 | -14/+14 |
* | Fix a leak. | Peter Williams | 2001-08-14 | 3 | -5/+24 |
* | We need to be ref'ing the folder if/when we add it to the hash. This may | Jeffrey Stedfast | 2001-08-14 | 2 | -17/+18 |
* | s/summarising/summarizing/. (summary_rebuild): Likewise. | Ettore Perazzoli | 2001-08-12 | 2 | -7/+7 |
* | Added an assert - at this point a backtrace would be more useful than a | Jeffrey Stedfast | 2001-08-11 | 2 | -6/+19 |
* | Return FALSE here, not NULL. | Jeffrey Stedfast | 2001-08-11 | 1 | -1/+1 |
* | tedfast <fejj@ximian.com> | Jeffrey Stedfast | 2001-08-11 | 1 | -4/+4 |
* | Don't g_strdup() the uid into the trigger_event call. | Jeffrey Stedfast | 2001-08-11 | 1 | -17/+17 |
* | Set the total bytes expected to 0 if the response is empty too. | Jeffrey Stedfast | 2001-08-11 | 1 | -3/+4 |
* | Set the total bytes expected to 0 if the response is empty too. | Jeffrey Stedfast | 2001-08-11 | 2 | -8/+8 |
* | A quoted string cannot contain \n's so check for those as well. | Jeffrey Stedfast | 2001-08-10 | 4 | -190/+187 |
* | Modify to take a headers_only argument which will then only fetch message | Jeffrey Stedfast | 2001-08-07 | 1 | -9/+7 |
* | New internal function to get a message stream by message sequence id (so | Jeffrey Stedfast | 2001-08-07 | 1 | -68/+119 |
* | Don't strstr for noselect=yes, that's just plain broken. | Jeffrey Stedfast | 2001-08-07 | 2 | -33/+46 |
* | Fix off-by-one error in cleaning up deleted messages at the end of the | Dan Winship | 2001-08-07 | 1 | -1/+1 |
* | Do a refresh_info on the selected folder before looking at its unread | Dan Winship | 2001-08-07 | 1 | -7/+6 |
* | Completely hide the namespace from everything external to the IMAP code, | Peter Williams | 2001-08-07 | 5 | -66/+88 |
* | First check to make sure that service->url->authmech is non-NULL before | Jeffrey Stedfast | 2001-08-04 | 1 | -14/+14 |
* | special case popb4smtp auth before we try and connect, and do the magic | Not Zed | 2001-08-03 | 2 | -12/+30 |
* | If we fail to get the lock, make sure we close our locking fd, and reset | Not Zed | 2001-08-01 | 1 | -1/+7 |
* | Slightly re-arranged filter/change notification logic. If we;re filtering, | Not Zed | 2001-08-01 | 1 | -17/+25 |
* | Send an IMAP command, but don't wait for responses. | Dan Winship | 2001-07-27 | 4 | -233/+483 |
* | Change the break into a continue, we should process as many as we can | Not Zed | 2001-07-25 | 1 | -1/+1 |
* | Added some operation progress reporting. Actual data transfer is 'tricky' | Not Zed | 2001-07-23 | 2 | -11/+27 |
* | More usage fixes for CamelException. Check our own exception for | Peter Williams | 2001-07-21 | 1 | -2/+6 |
* | 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 |
* | Removed some code i wasn't supposed to commit. | Not Zed | 2001-07-12 | 1 | -2/+14 |
* | Run the filter in its own thread to prevent locking issues. | Peter Williams | 2001-07-12 | 1 | -12/+68 |
* | Create the messageinfo itself, so we can properly set the size. | Not Zed | 2001-07-11 | 1 | -0/+1 |
* | Oops, e_poolv_set free's it for us, so dont double-free here. | Not Zed | 2001-07-09 | 1 | -1/+0 |
* | Fixes bug #1138. | Jeffrey Stedfast | 2001-07-07 | 1 | -0/+9 |
* | Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bug | Jeffrey Stedfast | 2001-07-07 | 1 | -1/+1 |
* | Set the pipe fd's to nonblocking. | Jeffrey Stedfast | 2001-07-07 | 1 | -2/+2 |
* | Add locking to camel_nntp_get_grouplist_from_server(). | Joe Shaw | 2001-07-06 | 4 | -2/+35 |
* | Added an assert to make sure that `mi' isn't NULL. | Jeffrey Stedfast | 2001-07-06 | 1 | -2/+6 |
* | When indexing a new record, create a pseudo word 'ibexindexed' so we can | Not Zed | 2001-07-05 | 1 | -19/+17 |
* | Added NNTP_NO_PERMISSION (502) to the list of response codes. | Joe Shaw | 2001-07-04 | 2 | -1/+7 |
* | Doh. Don't remove things from the hash table while foreach'ing it. (And | Dan Winship | 2001-07-03 | 2 | -23/+49 |
* | Implemented nntp_folder_search_by_expression and nntp_folder_search_free. | Sam Creasey | 2001-07-03 | 7 | -33/+113 |
* | new method to get an application-initialized filter driver. | Dan Winship | 2001-07-02 | 5 | -5/+37 |
* | ssh | Jose Maria Celorio | 2001-06-29 | 1 | -0/+6 |
* | Add a CamelMimeFilterStripHeader that removes a header from mime output. Used | Peter Williams | 2001-06-29 | 1 | -1/+4 |
* | 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 |
* | g_strdup() the message source here or we will have problems later when we | Jeffrey Stedfast | 2001-06-26 | 1 | -2/+2 |
* | 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 | 68 | -118/+118 |
* | Use camel_address_length() rather than casting and accessing data members. | Jeffrey Stedfast | 2001-06-22 | 1 | -3/+3 |
* | Only create a missing uid if we have indexing turned on. | Not Zed | 2001-06-18 | 6 | -44/+238 |
* | Return the largest real UID in the cache (as an integer). Eventually to be | Dan Winship | 2001-06-16 | 2 | -0/+19 |
* | A new provider, for spool mailboxes. Mostly a cut and paste of the mbox | Not Zed | 2001-06-12 | 10 | -2/+2378 |
* | Don't fetch the UID and FLAGS of messages we don't know about yet, since | Dan Winship | 2001-06-06 | 1 | -30/+34 |
* | Remove this evolutionary dead end | Dan Winship | 2001-05-30 | 10 | -1689/+0 |
* | 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 |
* | Oops. Use a strNcmp to make sure the response begins with a 334 code, not | Jeffrey Stedfast | 2001-05-26 | 1 | -1/+1 |
* | remove the summary info so we are not out-of-sync with the maildir folder. | Jeffrey Stedfast | 2001-05-26 | 3 | -71/+88 |
* | s/folder_deleted/folder_created - result of a bad copy/paste. | Jeffrey Stedfast | 2001-05-24 | 1 | -1/+1 |
* | 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 |
* | Don't check the initial auth response until we get into the while-loop | Jeffrey Stedfast | 2001-05-12 | 1 | -9/+13 |
* | 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 |
* | Add support for using OpenSSL. | Jeffrey Stedfast | 2001-05-08 | 2 | -2/+11 |
* | 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 | 5 | -508/+481 |
* | 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 |
* | Rescue the KPOP code from bit rot. | Dan Winship | 2001-05-02 | 1 | -23/+16 |
* | 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 | 3 | -18/+14 |
* | New file, with the int, string, time_t, and off_t encode/decode routines | Dan Winship | 2001-04-27 | 3 | -20/+21 |
* | Remove UNICODE_CFLAGS (and some other stuff that's redundant with | Dan Winship | 2001-04-27 | 3 | -3/+3 |
* | Applied jacob's patches for e-poolv stuff. | Not Zed | 2001-04-26 | 2 | -10/+18 |
* | Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS. | Mikael Hallendal | 2001-04-23 | 1 | -1/+1 |
* | Free base_url and storage_path. | Dan Winship | 2001-04-19 | 3 | -5/+33 |
* | Don't we want to tell where we are by using the start of the message? I | Jeffrey Stedfast | 2001-04-17 | 1 | -5/+5 |
* | Remove the EXTRA_GNOME_CFLAGS include. | Jeffrey Stedfast | 2001-04-17 | 4 | -14/+9 |
* | 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 |
* | s/IMAP/SMTP | Jeffrey Stedfast | 2001-04-12 | 1 | -1/+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 | 5 | -1/+7 |
* | It would be a good idea to recognize '\0'. Before, this code was running | Peter Williams | 2001-04-08 | 1 | -1/+1 |
* | merge from evolution-0-10-branch to evolution-0-10-merge-0 | Not Zed | 2001-04-05 | 2 | -1/+5 |
* | (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 |
* | Remove the "quick_login" member, which is unnecessary. | Dan Winship | 2001-04-03 | 3 | -25/+28 |
* | New files to handle the LOGIN SASL mechanism. | Jeffrey Stedfast | 2001-04-02 | 1 | -9/+24 |
* | Updated the authtypes here too. | Jeffrey Stedfast | 2001-04-02 | 1 | -2/+5 |
* | Updated the authtype values. | Jeffrey Stedfast | 2001-04-02 | 2 | -2/+4 |
* | Move things around here to make this all work right again (so you don't | Dan Winship | 2001-03-31 | 1 | -47/+28 |
* | 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 |
* | Not quite finished but checking in for some local frobbing. | Not Zed | 2001-03-30 | 2 | -0/+4 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 35 | -51/+125 |
* | change "gboolean show_passwd" to "guint32 flags". | Dan Winship | 2001-03-30 | 1 | -14/+8 |
* | If we aren't going to even check the resp/free buffer that gets returned | Jeffrey Stedfast | 2001-03-28 | 1 | -4/+3 |
* | add an argument to say whether or not you want "PLAIN" in the list (so you | Dan Winship | 2001-03-27 | 4 | -4/+4 |
* | Add an "extra_conf" field to CamelProvider with structures and defines and | Dan Winship | 2001-03-27 | 11 | -159/+140 |
* | 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 | 8 | -187/+148 |
* | Function to check if the store is online and set an exception if not. | Dan Winship | 2001-03-21 | 8 | -190/+402 |
* | Set the errbuf to NULL after freeing it? I don't think this should fix bug | Jeffrey Stedfast | 2001-03-19 | 1 | -0/+1 |
* | Modified patch from Dan Berger <dberger@ix.netcom.com> to re-check the | Not Zed | 2001-03-17 | 1 | -0/+3 |
* | Print info about the issuer of the certificate. | Jeffrey Stedfast | 2001-03-17 | 1 | -3/+5 |
* | Added #include <config.h> | Kjartan Maraas | 2001-03-17 | 1 | -0/+4 |
* | 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 | 3 | -5/+3 |
* | Update for using CamelTcpStreams and also for using SSL. | Jeffrey Stedfast | 2001-03-15 | 1 | -19/+47 |
* | defined "ssmtp" | Jeffrey Stedfast | 2001-03-15 | 4 | -10/+42 |
* | also change the protocol name in the providers | Jeffrey Stedfast | 2001-03-15 | 2 | -2/+2 |
* | Check for "simap" instead of "imaps". | Jeffrey Stedfast | 2001-03-15 | 4 | -5/+5 |
* | Check to see if we are using "pops" and then set the appropriate SSL | Jeffrey Stedfast | 2001-03-15 | 3 | -3/+44 |
* | 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 |
* | More fixing for exim: It can't deal with "-tif", you need to say "-t -i | Dan Winship | 2001-03-14 | 1 | -10/+11 |
* | Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (And | Dan Winship | 2001-03-10 | 1 | -2/+2 |
* | Implement. (get_trash): Implement. (camel_pop3_store_class_init): Override | Jeffrey Stedfast | 2001-03-08 | 1 | -0/+19 |
* | Remove some unused stuff | Dan Winship | 2001-03-07 | 3 | -71/+0 |
* | i18n'd some strings in here. | Jeffrey Stedfast | 2001-03-06 | 2 | -9/+59 |
* | Doh! Set the CAMEL_URL_ALLOW_AUTH flag. | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+1 |
* | Updated with the extended AUTH return codes. | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+14 |
* | oops, the return code is 235 on success, not 234 | Jeffrey Stedfast | 2001-03-03 | 1 | -1/+1 |
* | Don't forget to unref the SASL object. | Jeffrey Stedfast | 2001-03-03 | 3 | -52/+189 |
* | Use "-f" to set the envelope from address so bounces go to the right | Dan Winship | 2001-03-02 | 1 | -10/+34 |
* | 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 |
* | Removed all files. | Not Zed | 2001-02-22 | 8 | -1312/+2 |
* | Removed, not used. (camel_vee_folder_new): Removed call to build_folder. | Not Zed | 2001-02-22 | 1 | -47/+5 |
* | Fixes for IMAP4-pre-rev1 from Torsten Schulz. | Dan Winship | 2001-02-22 | 1 | -2/+8 |
* | Added flags argument. (message_changed): Add support for the auto-update | Not Zed | 2001-02-20 | 6 | -120/+482 |
* | Emit the folder_created signal here. | Jeffrey Stedfast | 2001-02-16 | 4 | -3/+79 |
* | 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 |
* | mbox, mh, and maildir camel-url's need absolute paths. | Jeffrey Stedfast | 2001-02-13 | 1 | -3/+3 |
* | Rewrite a bunch. Replace the existing folder cache stuff with much simpler | Dan Winship | 2001-02-10 | 8 | -134/+58 |
* | Changed to push the operation into a status stack. | Not Zed | 2001-02-08 | 4 | -14/+77 |
* | Updated. | Jeffrey Stedfast | 2001-02-06 | 5 | -93/+104 |
* | 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 |
* | Set the CamelFolder::name to just the base part of the vfolder name (the | Dan Winship | 2001-01-23 | 1 | -2/+2 |
* | Removed some debug 'warnings', as they should now be displayed at the | Not Zed | 2001-01-23 | 2 | -14/+17 |
* | Change the callbacks in this file to match the callback function types. | Christopher James Lahey | 2001-01-23 | 1 | -1/+1 |