| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't - | Jeffrey Stedfast | 2002-08-20 | 1 | -1/+1 |
* | Ugh, actually do what i just said i did, last patch was | Michael Zucci | 2002-08-16 | 1 | -1/+1 |
* | Fix the logic check for working out if we add inbox or not, we do it if we | Not Zed | 2002-08-16 | 1 | -2/+4 |
* | added a flags field, defined some flags, currently only used by imap. This | Not Zed | 2002-08-15 | 4 | -193/+277 |
* | New function, generate a UID that has better chances of being unique. | Peter Williams | 2002-08-10 | 1 | -6/+19 |
* | Tweak how we build the tree based on whether a full tree or a subtree is | Peter Williams | 2002-08-10 | 1 | -1/+21 |
* | When renaming our cache, add the "/folders" to the path. | Peter Williams | 2002-08-10 | 1 | -1/+4 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 1 | -3/+9 |
* | Set some default permanent_flags. This is the other cause of bug #28038. | Jeffrey Stedfast | 2002-08-08 | 1 | -0/+3 |
* | Oops - outbuf pointed to alloca'd memory but we were g_free'ing it after | Jeffrey Stedfast | 2002-08-08 | 1 | -2/+1 |
* | Only add the stream to the gdatalist if it is non-NULL. | Jeffrey Stedfast | 2002-08-08 | 1 | -2/+3 |
* | If we are asking for the toplevel folders, use the IMAP store's namespace | Jeffrey Stedfast | 2002-08-06 | 2 | -35/+15 |
* | Fixes bug #26237. | Jeffrey Stedfast | 2002-08-03 | 2 | -55/+20 |
* | If the folder name contains the directory separator, reject it. | Peter Williams | 2002-08-03 | 1 | -1/+9 |
* | camel: | Peter Williams | 2002-08-01 | 1 | -92/+171 |
* | Disable my fix to not cache headers as it means that each time we load the | Jeffrey Stedfast | 2002-08-01 | 1 | -6/+8 |
* | Use the same command-counter mojo that the append code uses in case the | Peter Williams | 2002-07-31 | 1 | -1/+2 |
* | The flags'n'tags copy was unnecessary. Removed it. | Peter Williams | 2002-07-27 | 1 | -4/+0 |
* | Prototype. | Peter Williams | 2002-07-26 | 4 | -7/+42 |
* | It would help to mark the UIDs as deleted before we try to expunge them | Peter Williams | 2002-07-26 | 1 | -6/+16 |
* | Sync before doing an expunge if we dont have uidplus. See #25766. | Not Zed | 2002-07-24 | 1 | -1/+16 |
* | Move folders to a subdirectory of storage_path, rather than in it. Bye bye | Not Zed | 2002-07-24 | 1 | -12/+23 |
* | Duplicated the very much hack in imap_store_refresh_folders() to avoid a | Not Zed | 2002-07-24 | 1 | -1/+4 |
* | Clean up some improper usage of CamelExceptions (looking at | Peter Williams | 2002-07-17 | 3 | -10/+14 |
* | If we're not online and the message isn't in our cache, give up. | Peter Williams | 2002-07-16 | 1 | -1/+7 |
* | >= is not appropriate here because the sequences are 1-based; so seq = | Peter Williams | 2002-07-16 | 1 | -2/+3 |
* | Only assign a uid if indexing is enabled. This stops us always assigning a | Not Zed | 2002-07-15 | 1 | -1/+14 |
* | Handle multipart/encrypted parts too. | Jeffrey Stedfast | 2002-07-12 | 1 | -6/+10 |
* | If we are fetching HEADERs, don't cache the stream - instead just create a | Jeffrey Stedfast | 2002-07-12 | 1 | -23/+34 |
* | Make sure we hold the command_lock before accessing current_folder. | Jeffrey Stedfast | 2002-06-20 | 2 | -2/+20 |
* | Unlock the command_lock after each UID STORE command so that other | Jeffrey Stedfast | 2002-06-15 | 1 | -5/+10 |
* | setup/free the mech string. | Not Zed | 2002-06-03 | 1 | -1/+45 |
* | When the part is a multipart/signed, make sure to free the part_spec | Jeffrey Stedfast | 2002-06-01 | 1 | -13/+14 |
* | Free the path buffer when we're done with it. | Jeffrey Stedfast | 2002-06-01 | 2 | -2/+6 |
* | If we fail to read a literal, free the temporary string buffer. | Jeffrey Stedfast | 2002-06-01 | 1 | -6/+5 |
* | Revert my fix from the other day since camel_imap_command_response() | Jeffrey Stedfast | 2002-06-01 | 2 | -6/+9 |
* | On error, don't leak the GByteArray buffer. | Jeffrey Stedfast | 2002-05-31 | 1 | -0/+1 |
* | Free the response before checking for errors. I'm not sure this'll | Jeffrey Stedfast | 2002-05-31 | 1 | -4/+33 |
* | Only free the LOGOUT response if it is non-NULL. | Jeffrey Stedfast | 2002-05-30 | 1 | -1/+2 |
* | On connection failure, unref the tcp stream. | Jeffrey Stedfast | 2002-05-28 | 1 | -0/+3 |
* | Helps if we allocate enough space here. Also, start smoking the same | Jeffrey Stedfast | 2002-05-25 | 2 | -4/+12 |
* | Use the new readline function. | Jeffrey Stedfast | 2002-05-25 | 3 | -18/+34 |
* | Added some NULL protection fixes. | Jeffrey Stedfast | 2002-05-24 | 1 | -8/+21 |
* | Removed from the build. Glory glory hallelujah. | Jeffrey Stedfast | 2002-05-23 | 4 | -152/+445 |
* | Don't call some retarded function to simply set an exception. | Jeffrey Stedfast | 2002-05-22 | 3 | -4/+8 |
* | New function to parse a NAMESPACE response properly. | Jeffrey Stedfast | 2002-05-16 | 4 | -32/+283 |
* | If the part_spec is an empty string for a leaft part, use "1" since we | Jeffrey Stedfast | 2002-05-16 | 1 | -3/+1 |
* | removed. (imap_store_refresh_folders): Copy the folders first, then | Not Zed | 2002-05-15 | 1 | -9/+19 |
* | fixed a simple logic mistake | Jeffrey Stedfast | 2002-05-15 | 1 | -1/+4 |
* | Fixes bug #24136. | Jeffrey Stedfast | 2002-05-15 | 2 | -17/+94 |
* | Previous fix reverted. | Jeffrey Stedfast | 2002-05-15 | 1 | -6/+1 |
* | Previous fix reverted. (get_content): Handle the case where a multipart's | Jeffrey Stedfast | 2002-05-15 | 2 | -6/+10 |
* | Overload the setv/getv CamelObject virtual methods. (imap_setv): | Jeffrey Stedfast | 2002-05-14 | 2 | -1/+125 |
* | Add a "char **appended_uid" argument, for the caller to optionally pass in | Dan Winship | 2002-05-14 | 1 | -38/+69 |
* | Fetch the BODYSTRUCTURE rather than BODY since BODY seems to be lacking | Jeffrey Stedfast | 2002-05-11 | 1 | -1/+1 |
* | Replace copy_messages_to and move_messages_to with a single function that | Dan Winship | 2002-05-11 | 1 | -39/+43 |
* | Instead of testing for SERVICE_CONNECTED, we need to also handle | Not Zed | 2002-05-09 | 1 | -1/+1 |
* | Check for LOGIN xxxx as well if debug is on, so we dont print passwords to | Not Zed | 2002-05-07 | 7 | -21/+81 |
* | Call camel_mime_message_encode_8bit_parts() which fixes bug #10885. | Jeffrey Stedfast | 2002-05-07 | 1 | -3/+1 |
* | Don't link to libibex.a anymore. | Jeffrey Stedfast | 2002-04-27 | 1 | -1/+0 |
* | When doing a contains match, split the words and perform an and on it. | Not Zed | 2002-04-18 | 3 | -5/+38 |
* | Added #include <sys/types.h> for dirent.h which needs it on MacOS X. | Jeffrey Stedfast | 2002-04-15 | 1 | -1/+2 |
* | If the last message(s) were deleted, and we had any messages output, | Not Zed | 2002-04-11 | 1 | -1/+1 |
* | Set the UID_SET_LIMIT value to 4096. I ran into an issue tonight where | Jeffrey Stedfast | 2002-04-11 | 1 | -1/+3 |
* | If (body-contains) is not passed any arguments, return empty/false. Fixes | Not Zed | 2002-04-05 | 1 | -1/+1 |
* | make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so you | Dan Winship | 2002-04-04 | 1 | -1/+0 |
* | Put back in the exception setup stuff i disabled for debugging. | Not Zed | 2002-04-02 | 1 | -4/+3 |
* | Temporarily disable indexing. | Not Zed | 2002-04-02 | 2 | -9/+20 |
* | Use -avoid-version instead of -version-info 0:0:0, and specify -module. | Dan Winship | 2002-04-02 | 1 | -1/+1 |
* | The day number has to be 2 chars wide, space filled to work properly with | Not Zed | 2002-02-08 | 1 | -5/+9 |
* | Implementation of NTLM (aka "Secure Password Authentication") auth, taken | Dan Winship | 2002-02-08 | 1 | -1/+1 |
* | Added more kludge to an existing Exchange IMAP 5.5 kludge to work around | Jeffrey Stedfast | 2002-01-30 | 1 | -1/+5 |
* | As a temporary solution, just printf ("\a"); to make a beep :-) | Jeffrey Stedfast | 2002-01-22 | 4 | -41/+65 |
* | New function to decode an IMAP mailbox name from modified UTF-7 encoding | Jeffrey Stedfast | 2002-01-19 | 2 | -1/+266 |
* | Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT. | Jeffrey Stedfast | 2002-01-16 | 1 | -28/+41 |
* | Updated to use the new imap_uid_array_to_set() interface. | Jeffrey Stedfast | 2002-01-15 | 3 | -110/+171 |
* | Rewritten to use a cache for body searches when online. Will need some | Not Zed | 2002-01-14 | 3 | -111/+384 |
* | Kludge around a bug in Exchange 5.5 that reports 2 messages with the same | Jeffrey Stedfast | 2002-01-12 | 1 | -2/+24 |
* | If mi is NULL, don't bother updating it. Should fix bug #17694. | Jeffrey Stedfast | 2002-01-11 | 1 | -0/+5 |
* | Kludge around Microsoft Exchange 5.5 (bug #5348) by forgetting our | Jeffrey Stedfast | 2002-01-11 | 1 | -19/+36 |
* | only use major and minor version in the camel providerdir, not micro and nano | Dan Winship | 2001-12-18 | 1 | -5/+2 |
* | Reverted my previous changes here since it doesn't actually work afterall. | Jeffrey Stedfast | 2001-12-17 | 2 | -26/+26 |
* | Try to use the original boundary so luis will stop bugging me about "data | Jeffrey Stedfast | 2001-12-17 | 1 | -1/+7 |
* | Try to use the original boundary so luis will stop bugging me about "data | Jeffrey Stedfast | 2001-12-17 | 1 | -2/+4 |
* | Don't use regex matching. Fixes bug #16227. | Jeffrey Stedfast | 2001-12-01 | 3 | -46/+69 |
* | Abort if body == NULL. | Jeffrey Stedfast | 2001-11-17 | 1 | -1/+1 |
* | see the ChangeLog, I forget | Jeffrey Stedfast | 2001-11-17 | 1 | -4/+4 |
* | If we get a BYE response, call camel_service_disconnect() and set an | Jeffrey Stedfast | 2001-11-17 | 1 | -13/+20 |
* | If we get a user cancel and that causes us to fail to authenticate, abort | 9 | 2001-11-10 | 1 | -0/+3 |
* | Now takes a command-length argument so we can 1) avoid duping the command | Jeffrey Stedfast | 2001-11-09 | 4 | -28/+47 |
* | If we can't retrieve the message, ignore it, it can't match. | 0 | 2001-10-30 | 2 | -10/+8 |
* | If we get an empty name, then mark that as NoSelect. Workaround fix for | 0 | 2001-10-30 | 1 | -2/+2 |
* | Set an X-Evolution-Source header on the returned message so replies come | Dan Winship | 2001-10-30 | 1 | -0/+9 |
* | Don't emit a folder_subscribed signal if we are in the process of renaming | Jeffrey Stedfast | 2001-10-30 | 3 | -60/+96 |
* | Don't free the hash table key if the folder wasn't found in the hash | Dan Winship | 2001-10-30 | 1 | -4/+5 |
* | Turn off w() -> warnings. | 9 | 2001-10-29 | 5 | -4/+114 |
* | Use path not protocol as the path part of the uri of the folder_created | 8 | 2001-10-28 | 1 | -1/+5 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 2 | -24/+22 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 7 | -77/+77 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 10 | -10/+0 |
* | Finished implementation. | 7 | 2001-10-27 | 1 | -20/+3 |
* | Don't bother checking ex since we can rely on the response being NULL on | Jeffrey Stedfast | 2001-10-27 | 1 | -12/+61 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 10 | -20/+20 |
* | 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 |
* | Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko | 8 | 2001-10-19 | 1 | -0/+1 |
* | Flush the stream here, not sure it really matters but it might (hopefully) | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+1 |
* | Fix my Cyrus imapd workaround...instead of checking to see if info->flags | Jeffrey Stedfast | 2001-10-19 | 1 | -5/+5 |
* | Patch from Danw, Use unread count of -1 to mark unflagged messages. Make | 7 | 2001-10-18 | 1 | -4/+6 |
* | If CAMEL_DEBUG is defined, print some useful ref/unref info. | Jeffrey Stedfast | 2001-10-17 | 1 | -1/+1 |
* | Implement. | 9 | 2001-10-10 | 3 | -5/+88 |
* | replace the ever-growing list of gbooleans with a single guint32 for | Dan Winship | 2001-10-09 | 1 | -3/+3 |
* | 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 |
* | Remove any cached messages that belonged to the deleted folder. | Jeffrey Stedfast | 2001-10-02 | 1 | -6/+56 |
* | Init the nntp url hash and url_equal functions. | Jeffrey Stedfast | 2001-09-29 | 1 | -0/+2 |
* | Grab the store's command_lock before grabbing the folder's cache_lock to | Dan Winship | 2001-09-28 | 1 | -2/+15 |
* | 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 |
* | Build the path on the folderinfo. | 0 | 2001-09-21 | 1 | -3/+1 |
* | And finally here. | Jeffrey Stedfast | 2001-09-21 | 1 | -25/+48 |
* | If filter inbox is set on the store, and we're opening inbox '', then | 8 | 2001-09-19 | 3 | -88/+11 |
* | 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 |
* | Pass an exception to the cache. (imap_append_online): Same. | Jeffrey Stedfast | 2001-09-14 | 3 | -33/+56 |
* | Forgot to return the newly allocated msg. | 0 | 2001-09-10 | 1 | -0/+2 |
* | Thread function to perform filtering. (filter_free): Free the filter | 6 | 2001-09-07 | 3 | -3/+123 |
* | Whoops. Double-free and FMR = bad. | Peter Williams | 2001-08-29 | 1 | -2/+3 |
* | s/IMAPv4/IMAP | Jeffrey Stedfast | 2001-08-28 | 1 | -1/+1 |
* | Get the entire directory structure for the folder we just created, meaning | Jeffrey Stedfast | 2001-08-20 | 3 | -17/+98 |
* | 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 | 1 | -13/+13 |
* | 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 |
* | A quoted string cannot contain \n's so check for those as well. | Jeffrey Stedfast | 2001-08-10 | 3 | -166/+163 |
* | Don't strstr for noselect=yes, that's just plain broken. | Jeffrey Stedfast | 2001-08-07 | 1 | -19/+33 |
* | 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 |
* | 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 |
* | 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 |