| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the #include for camel-spoold-store.h | Jeffrey Stedfast | 2002-06-26 | 1 | -1/+0 |
* | Include <sys/time.h> for struct timeval. | Not Zed | 2002-06-26 | 18 | -2403/+888 |
* | Make sure we hold the command_lock before accessing current_folder. | Jeffrey Stedfast | 2002-06-20 | 2 | -2/+20 |
* | Don't bother trying to authenticate (and thus don't throw up an error | Jeffrey Stedfast | 2002-06-19 | 1 | -5/+6 |
* | Unlock the command_lock after each UID STORE command so that other | Jeffrey Stedfast | 2002-06-15 | 1 | -5/+10 |
* | Updated to use ctx->sign_protocol rather than ctx->protocol. | Jeffrey Stedfast | 2002-06-15 | 1 | -1/+1 |
* | Remove the CONF_DEFAULT_PATH entry, as this is handled by the url config | Not Zed | 2002-06-06 | 6 | -33/+469 |
* | setup/free the mech string. | Not Zed | 2002-06-03 | 2 | -1/+108 |
* | 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 |
* | Added a protocol field for users to use. | Not Zed | 2002-05-31 | 1 | -1/+1 |
* | 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 |
* | Implement. Run a summary check to update for any newly arrived messages. | Not Zed | 2002-05-29 | 2 | -1/+20 |
* | On connection failure, unref the tcp stream. | Jeffrey Stedfast | 2002-05-28 | 5 | -77/+207 |
* | 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 | 5 | -46/+89 |
* | 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 |
* | camel_pop3_engine_iterate doesn't return the state, it returns -1 on fail, | Jeffrey Stedfast | 2002-05-08 | 1 | -7/+7 |
* | Check for LOGIN xxxx as well if debug is on, so we dont print passwords to | Not Zed | 2002-05-07 | 15 | -30/+90 |
* | If the pop3 command status is -1, then we probably have a TCP error (?) so | Jeffrey Stedfast | 2002-05-07 | 2 | -15/+22 |
* | Call camel_mime_message_encode_8bit_parts() which fixes bug #10885. | Jeffrey Stedfast | 2002-05-07 | 1 | -3/+1 |
* | We want to set unread_count to get_unread_message_count, not | Not Zed | 2002-04-29 | 1 | -2/+1 |
* | Don't link to libibex.a anymore. | Jeffrey Stedfast | 2002-04-27 | 3 | -4/+1 |
* | Don't put a space between the "RCPT TO:" and the "<recipient>" strings - | Jeffrey Stedfast | 2002-04-26 | 1 | -5/+3 |
* | Configure the default paths for mh, mbox, maildir, spools, etc. | Jeffrey Stedfast | 2002-04-25 | 1 | -15/+52 |
* | Free the LIST pop3 command. | Jeffrey Stedfast | 2002-04-20 | 1 | -2/+4 |
* | If we get a failure, make sure we set an exception. | Not Zed | 2002-04-18 | 1 | -2/+6 |
* | When doing a contains match, split the words and perform an and on it. | Not Zed | 2002-04-18 | 3 | -5/+38 |
* | Get rid of an unused variable. | Jeffrey Stedfast | 2002-04-17 | 1 | -6/+12 |
* | Added #include <sys/types.h> for dirent.h which needs it on MacOS X. | Jeffrey Stedfast | 2002-04-15 | 4 | -1/+8 |
* | fix the nntp provider makefile.am | Jeffrey Stedfast | 2002-04-14 | 1 | -18/+3 |
* | If the last message(s) were deleted, and we had any messages output, | Not Zed | 2002-04-11 | 2 | -1/+8 |
* | 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 | 6 | -10/+0 |
* | Turn indexing back on, fingers crossed ... | Not Zed | 2002-04-03 | 1 | -1/+1 |
* | 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 | 5 | -13/+52 |
* | Use -avoid-version instead of -version-info 0:0:0, and specify -module. | Dan Winship | 2002-04-02 | 6 | -7/+6 |
* | Change the message arg to a CamelMimeMessage instead of a CamelMedium. | Dan Winship | 2002-03-29 | 2 | -136/+39 |
* | When we add a new name, up all of the cache limits, because we're probably | Not Zed | 2002-03-25 | 19 | -58/+120 |
* | Updated to use the same logic as the POP code. | Jeffrey Stedfast | 2002-03-19 | 1 | -8/+5 |
* | No longer takes a stls_supported argument since we no longer need it with | Jeffrey Stedfast | 2002-03-19 | 1 | -16/+9 |
* | Added a work-around for SMTP servers that can't read the RFCs and thus | Jeffrey Stedfast | 2002-03-14 | 1 | -1/+17 |
* | reverted my USER/PASS quoting fix | Jeffrey Stedfast | 2002-03-14 | 1 | -2/+2 |
* | Quote the USER and PASS arguments since some people have spaces in their | Jeffrey Stedfast | 2002-03-14 | 1 | -2/+2 |
* | oops, musta backspaced over a brace? | Jeffrey Stedfast | 2002-03-12 | 1 | -1/+1 |
* | These fixes should fix bug #21737. | Jeffrey Stedfast | 2002-03-12 | 2 | -17/+20 |
* | Rename the OpenSSL implementation of things to match the NSS | Dan Winship | 2002-03-11 | 2 | -54/+22 |
* | Remove this: it couldn't be generically used, because different subclasses | Dan Winship | 2002-03-11 | 2 | -47/+24 |
* | Don't call camel_remote_store_get_authtypes since we no longer subclass | Jeffrey Stedfast | 2002-03-09 | 6 | -50/+272 |
* | Fix to work with OpenSSL. | Jeffrey Stedfast | 2002-03-07 | 1 | -3/+5 |
* | Make this compile. | Dan Winship | 2002-03-07 | 1 | -1/+1 |
* | treat "" as "always" to maintain compatablity with old config settings | Jeffrey Stedfast | 2002-03-06 | 1 | -1/+2 |
* | Start the ssl stream off in non-ssl mode (useful for STARTTLS). | Jeffrey Stedfast | 2002-03-06 | 3 | -33/+157 |
* | Since the AUTH token sometimes uses '=' instead of whitespace, don't use | Jeffrey Stedfast | 2002-02-13 | 1 | -1/+2 |
* | Duh, when we grab the apop stamp it needs to include the <> as well, I | Not Zed | 2002-02-09 | 2 | -4/+4 |
* | The day number has to be 2 chars wide, space filled to work properly with | Not Zed | 2002-02-08 | 11 | -20/+500 |
* | Implementation of NTLM (aka "Secure Password Authentication") auth, taken | Dan Winship | 2002-02-08 | 1 | -1/+1 |
* | Use "pop" instead of "pop3" so current configurations continue to work. | Jeffrey Stedfast | 2002-01-31 | 1 | -1/+1 |
* | Changed name from "NT Login" to simply "Login". | Not Zed | 2002-01-30 | 10 | -666/+1608 |
* | Added more kludge to an existing Exchange IMAP 5.5 kludge to work around | Jeffrey Stedfast | 2002-01-30 | 1 | -1/+5 |
* | New function to decode an enhanced status code. (smtp_set_exception): Sets | Jeffrey Stedfast | 2002-01-29 | 1 | -95/+126 |
* | Use flags rather than a bunch of gboolean variables. (smtp_connect): Same. | Jeffrey Stedfast | 2002-01-29 | 2 | -71/+154 |
* | Clean up some of the Makefiles so we dont' link every library multiple | Ettore Perazzoli | 2002-01-25 | 1 | -2/+2 |
* | 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 |
* | Updated to match the new send_to API. (smtp_send): Get the from address | Jeffrey Stedfast | 2002-01-16 | 2 | -12/+18 |
* | 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 PATH_MAX doesn't exist, use _POSIX_PATH_MAX. | Jeffrey Stedfast | 2002-01-11 | 1 | -0/+8 |
* | 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 |
* | If the mbox file is a symlink, follow the symlink and get the One True | Jeffrey Stedfast | 2002-01-10 | 1 | -2/+10 |
* | Change the prototype for camel_address_get_type to return a CamelType | Jeffrey Stedfast | 2001-12-21 | 2 | -52/+49 |
* | install in the right directory. (accidentally didn't commit these before) | Dan Winship | 2001-12-20 | 2 | -9/+4 |
* | only use major and minor version in the camel providerdir, not micro and nano | Dan Winship | 2001-12-18 | 5 | -21/+8 |
* | 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 | 5 | -76/+93 |
* | Completely new implementation of NNTP. | Not Zed | 2001-11-30 | 10 | -872/+1759 |
* | If the uid doesn't have a ',' in it, fail to crash. | Not Zed | 2001-11-28 | 3 | -14/+47 |
* | Check to see that errno is non-zero before returning g_strerror. If it's | Jeffrey Stedfast | 2001-11-27 | 1 | -1/+4 |
* | 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 |
* | Same as below. | 1 | 2001-11-01 | 3 | -5/+4 |
* | Remove the X-Evolution header before anyone else gets to see this private | 0 | 2001-10-30 | 1 | -0/+2 |
* | If we can't retrieve the message, ignore it, it can't match. | 0 | 2001-10-30 | 2 | -10/+8 |
* | Dont try to move ibex if we have none. | 0 | 2001-10-30 | 1 | -4/+7 |
* | w(x) out some warnings. | 0 | 2001-10-30 | 1 | -1/+2 |
* | 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 |
* | Changed to call ibex_move to rename it internally. | 8 | 2001-10-28 | 1 | -9/+44 |
* | Use path not protocol as the path part of the uri of the folder_created | 8 | 2001-10-28 | 4 | -8/+60 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 12 | -140/+132 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 7 | -77/+77 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 57 | -57/+0 |
* | Finished implementation. | 7 | 2001-10-27 | 2 | -20/+31 |
* | 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 | 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 |