| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass --always-trust to gpg (requested by users). (pgp_clearsign): Same. | Jeffrey Stedfast | 2002-02-15 | 1 | -0/+7 |
* | Since the AUTH token sometimes uses '=' instead of whitespace, don't use | Jeffrey Stedfast | 2002-02-13 | 1 | -0/+6 |
* | Duh, when we grab the apop stamp it needs to include the <> as well, I | Not Zed | 2002-02-09 | 1 | -0/+10 |
* | Removed some <<< stuff i missed. | Michael Zucci | 2002-02-08 | 1 | -1/+0 |
* | The day number has to be 2 chars wide, space filled to work properly with | Not Zed | 2002-02-08 | 1 | -0/+35 |
* | Implementation of NTLM (aka "Secure Password Authentication") auth, taken | Dan Winship | 2002-02-08 | 1 | -0/+15 |
* | Remove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer will be using | Jeffrey Stedfast | 2002-02-07 | 1 | -0/+5 |
* | Use camel_mime_parser_read to read internal parser data. | Jeffrey Stedfast | 2002-02-05 | 1 | -0/+1 |
* | Use camel_mime_parser_read to read internal parser data. | Jeffrey Stedfast | 2002-02-05 | 1 | -0/+6 |
* | Added. New stream for HTTP requests (currently supported are GET and | Jeffrey Stedfast | 2002-02-05 | 1 | -0/+3 |
* | Call set_errno appropriately. | Jeffrey Stedfast | 2002-02-05 | 1 | -0/+5 |
* | Oops, this was converting foo@[blah] to foo@[ blah ], fixed. | Not Zed | 2002-01-31 | 1 | -0/+5 |
* | Use "pop" instead of "pop3" so current configurations continue to work. | Jeffrey Stedfast | 2002-01-31 | 1 | -0/+5 |
* | Changed name from "NT Login" to simply "Login". | Not Zed | 2002-01-30 | 1 | -0/+20 |
* | Added more kludge to an existing Exchange IMAP 5.5 kludge to work around | Jeffrey Stedfast | 2002-01-30 | 1 | -0/+6 |
* | Handle Resent headers too. | Jeffrey Stedfast | 2002-01-29 | 1 | -0/+3 |
* | Added Resent-* #defines. | Jeffrey Stedfast | 2002-01-29 | 1 | -0/+2 |
* | Use while (node->next) instead of while (node) | Jeffrey Stedfast | 2002-01-29 | 1 | -0/+3 |
* | New function to decode an enhanced status code. (smtp_set_exception): Sets | Jeffrey Stedfast | 2002-01-29 | 1 | -0/+14 |
* | Use flags rather than a bunch of gboolean variables. (smtp_connect): Same. | Jeffrey Stedfast | 2002-01-29 | 1 | -0/+17 |
* | Remove some old cruft. | Ettore Perazzoli | 2002-01-25 | 1 | -0/+4 |
* | Clean up some of the Makefiles so we dont' link every library multiple | Ettore Perazzoli | 2002-01-25 | 1 | -0/+9 |
* | Call the beep callback function. | Jeffrey Stedfast | 2002-01-25 | 1 | -0/+7 |
* | New function to remove a filter rule by name. | Jeffrey Stedfast | 2002-01-23 | 1 | -0/+5 |
* | As a temporary solution, just printf ("\a"); to make a beep :-) | Jeffrey Stedfast | 2002-01-22 | 1 | -0/+13 |
* | New function to decode an IMAP mailbox name from modified UTF-7 encoding | Jeffrey Stedfast | 2002-01-19 | 1 | -0/+8 |
* | Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. Set | Jeffrey Stedfast | 2002-01-18 | 1 | -0/+15 |
* | If we don't want to corrupt the uuencoded data by overwriting it with | Jeffrey Stedfast | 2002-01-17 | 1 | -0/+10 |
* | Fixed slight logic error to find the uuencode begin line. Fixes bug | Jeffrey Stedfast | 2002-01-17 | 1 | -0/+5 |
* | Updated to match the new send_to API. (smtp_send): Get the from address | Jeffrey Stedfast | 2002-01-16 | 1 | -0/+11 |
* | Sort the needheaders UID array and fixed to respect the UID_SET_LIMIT. | Jeffrey Stedfast | 2002-01-16 | 1 | -0/+15 |
* | Updated to use the new imap_uid_array_to_set() interface. | Jeffrey Stedfast | 2002-01-15 | 1 | -0/+17 |
* | Rewritten to use a cache for body searches when online. Will need some | Not Zed | 2002-01-14 | 1 | -0/+16 |
* | Kludge around a bug in Exchange 5.5 that reports 2 messages with the same | Jeffrey Stedfast | 2002-01-12 | 1 | -0/+6 |
* | If PATH_MAX doesn't exist, use _POSIX_PATH_MAX. | Jeffrey Stedfast | 2002-01-11 | 1 | -0/+3 |
* | If mi is NULL, don't bother updating it. Should fix bug #17694. | Jeffrey Stedfast | 2002-01-11 | 1 | -0/+5 |
* | #include camel-mime-filter-tohtml.h | Jeffrey Stedfast | 2002-01-11 | 1 | -0/+2 |
* | Kludge around Microsoft Exchange 5.5 (bug #5348) by forgetting our | Jeffrey Stedfast | 2002-01-11 | 1 | -0/+7 |
* | fixed changelog | Jeffrey Stedfast | 2002-01-10 | 1 | -4/+5 |
* | If the mbox file is a symlink, follow the symlink and get the One True | Jeffrey Stedfast | 2002-01-10 | 1 | -0/+41 |
* | Flush the only-once actions. | Jeffrey Stedfast | 2002-01-08 | 1 | -0/+13 |
* | Moved windows-1251 to the end of the list since it contains the euro and | Jeffrey Stedfast | 2002-01-08 | 1 | -0/+8 |
* | Don't try setting a content-type parameter if either the name or value is | Jeffrey Stedfast | 2002-01-05 | 1 | -0/+7 |
* | Do more like what mutt does so hopefully this'll fix bug #16363 and | Jeffrey Stedfast | 2002-01-03 | 1 | -0/+5 |
* | Completely rewritten. It is now a load faster and a heck of a lot more | Jeffrey Stedfast | 2001-12-22 | 1 | -0/+12 |
* | Change the prototype for camel_address_get_type to return a CamelType | Jeffrey Stedfast | 2001-12-21 | 1 | -0/+28 |
* | New function to map ISO charsets to the Windows charsets. | Jeffrey Stedfast | 2001-12-18 | 1 | -5/+21 |
* | only use major and minor version in the camel providerdir, not micro and nano | Dan Winship | 2001-12-18 | 1 | -0/+16 |
* | Reverted my previous changes here since it doesn't actually work afterall. | Jeffrey Stedfast | 2001-12-17 | 1 | -0/+8 |
* | Try to use the original boundary so luis will stop bugging me about "data | Jeffrey Stedfast | 2001-12-17 | 1 | -1/+3 |
* | Try to use the original boundary so luis will stop bugging me about "data | Jeffrey Stedfast | 2001-12-17 | 1 | -0/+6 |
* | Reset the filtered_count to zero. | Jeffrey Stedfast | 2001-12-15 | 1 | -0/+13 |
* | Removed x-inline-pgp-hack kludge because it doesn't work. | Jeffrey Stedfast | 2001-12-15 | 1 | -0/+6 |
* | include stdlib.h (for alloca on freebsd) and only include alloca.h if | Chris Toshok | 2001-12-14 | 1 | -0/+5 |
* | Fixes #17085 | Zbigniew Chyla | 2001-12-14 | 1 | -0/+9 |
* | Keep a name-to-type hash so that we can make sure that the type has not | Jeffrey Stedfast | 2001-12-14 | 1 | -0/+9 |
* | Protect against either of the types being NULL. | Jeffrey Stedfast | 2001-12-11 | 1 | -0/+50 |
* | Fix the tm_gmtoff case (its sign is the opposite of "timezone"). Fixes | Dan Winship | 2001-12-10 | 1 | -0/+6 |
* | Implements marking messages as "Need Reply". | Jon Trowbridge | 2001-12-10 | 1 | -0/+7 |
* | Don't use regex matching. Fixes bug #16227. | Jeffrey Stedfast | 2001-12-01 | 1 | -5/+22 |
* | Use the uid rather than vuid for unmatched. Also add the uid to unmatched | 4 | 2001-12-01 | 1 | -1/+15 |
* | Completely new implementation of NNTP. | Not Zed | 2001-11-30 | 1 | -0/+28 |
* | If the uid doesn't have a ',' in it, fail to crash. | Not Zed | 2001-11-28 | 1 | -0/+16 |
* | Check to see that errno is non-zero before returning g_strerror. If it's | Jeffrey Stedfast | 2001-11-27 | 1 | -0/+6 |
* | For the uudecoding mode, garble up the "begin <mode> <filename>" line | Jeffrey Stedfast | 2001-11-27 | 1 | -0/+12 |
* | Added a check to see if the operation has been cancelled. (stream_write): | Jeffrey Stedfast | 2001-11-20 | 1 | -0/+6 |
* | Updates for compliance with rfc2231 | Jeffrey Stedfast | 2001-11-20 | 1 | -0/+16 |
* | Abort if body == NULL. | Jeffrey Stedfast | 2001-11-17 | 1 | -0/+3 |
* | New mime filter to convert plain text to html. | Jeffrey Stedfast | 2001-11-17 | 1 | -0/+5 |
* | see the ChangeLog, I forget | Jeffrey Stedfast | 2001-11-17 | 1 | -0/+9 |
* | If we get a BYE response, call camel_service_disconnect() and set an | Jeffrey Stedfast | 2001-11-17 | 1 | -0/+9 |
* | If we have no source string, then use undefined, which should always | 3 | 2001-11-14 | 1 | -0/+6 |
* | Added a g_return_val_if_fail for folder_name != NULL. | Jeffrey Stedfast | 2001-11-13 | 1 | -0/+5 |
* | If any of the pipe()'s fail, clean up any pipes that may have succeeded. | Jeffrey Stedfast | 2001-11-10 | 1 | -0/+6 |
* | If we get a user cancel and that causes us to fail to authenticate, abort | 9 | 2001-11-10 | 1 | -0/+6 |
* | Now takes a command-length argument so we can 1) avoid duping the command | Jeffrey Stedfast | 2001-11-09 | 1 | -0/+20 |
* | Oops, pass a mode argument to the open() call. | Jeffrey Stedfast | 2001-11-09 | 1 | -0/+8 |
* | Add code to kludge around any x-inline-pgp-hacks by prepending some | Jeffrey Stedfast | 2001-11-08 | 1 | -0/+6 |
* | Initialize our private mutex. (camel_data_wrapper_finalize): Destroy our | Jeffrey Stedfast | 2001-11-03 | 1 | -0/+9 |
* | Move all searching operations outside of any locks except subfolder lock, | 1 | 2001-11-03 | 1 | -0/+6 |
* | Same as below. | 1 | 2001-11-01 | 1 | -0/+29 |
* | Dont setup cancel_fd. (camel_operation_cancel_fd): If cancel_fd not | 0 | 2001-10-31 | 1 | -0/+5 |
* | Make sure we unref the mimeparse when we're done (successfully). This was | 0 | 2001-10-31 | 1 | -0/+7 |
* | Remove the X-Evolution header before anyone else gets to see this private | 0 | 2001-10-30 | 1 | -0/+5 |
* | If we can't retrieve the message, ignore it, it can't match. | 0 | 2001-10-30 | 1 | -0/+14 |
* | Fix this to match get_headers. | Dan Winship | 2001-10-30 | 1 | -0/+4 |
* | Dont try to move ibex if we have none. | 0 | 2001-10-30 | 1 | -0/+3 |
* | Fixed compilation errors. | 0 | 2001-10-30 | 1 | -0/+5 |
* | Removed unused variable. | Jeffrey Stedfast | 2001-10-30 | 1 | -0/+5 |
* | w(x) out some warnings. | 0 | 2001-10-30 | 1 | -0/+8 |
* | Removed. (stream_write): Keep looping (non-blocking case) if errno is | Jeffrey Stedfast | 2001-10-30 | 1 | -0/+27 |
* | If we get an empty name, then mark that as NoSelect. Workaround fix for | 0 | 2001-10-30 | 1 | -0/+6 |
* | Set an X-Evolution-Source header on the returned message so replies come | Dan Winship | 2001-10-30 | 1 | -0/+6 |
* | If we're not going to search on a changed uid, make sure we change out | 9 | 2001-10-30 | 1 | -0/+6 |
* | Don't emit a folder_subscribed signal if we are in the process of renaming | Jeffrey Stedfast | 2001-10-30 | 1 | -0/+12 |
* | Minor fix - should have been using a strNcmp when checking if it was an | Jeffrey Stedfast | 2001-10-30 | 1 | -0/+4 |
* | Notify the user that PGP 2.6.x is no longer supported and use | Jeffrey Stedfast | 2001-10-30 | 1 | -1/+11 |
* | Don't free the hash table key if the folder wasn't found in the hash | Dan Winship | 2001-10-30 | 1 | -0/+6 |
* | if the service is being connected and thinks it's online, but the session | Dan Winship | 2001-10-30 | 1 | -0/+6 |
* | Turn off w() -> warnings. | 9 | 2001-10-29 | 1 | -0/+13 |
* | Fix the 'is this a matching subfolder or subfolder'' logic to match | 9 | 2001-10-29 | 1 | -0/+9 |
* | Changed to call ibex_move to rename it internally. | 8 | 2001-10-28 | 1 | -1/+5 |
* | Use the right variable, not info. | 8 | 2001-10-28 | 1 | -0/+4 |
* | Make sure we've actually read data before checking if p[-] is '\r' or not. | Jeffrey Stedfast | 2001-10-28 | 1 | -0/+3 |
* | Same. | Jeffrey Stedfast | 2001-10-28 | 1 | -0/+10 |
* | Use path not protocol as the path part of the uri of the folder_created | 8 | 2001-10-28 | 1 | -0/+25 |
* | Finished implementation. | 7 | 2001-10-27 | 1 | -0/+34 |
* | Don't bother checking ex since we can rely on the response being NULL on | Jeffrey Stedfast | 2001-10-27 | 1 | -0/+6 |
* | Check to make sure that the dataset is non-NULL before using and/or | Jeffrey Stedfast | 2001-10-27 | 1 | -0/+4 |
* | Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0 | Jeffrey Stedfast | 2001-10-27 | 1 | -1/+4 |
* | Check for EWOULDBLOCK too? (stream_read): Same. | Jeffrey Stedfast | 2001-10-27 | 1 | -0/+3 |
* | Lets try putting a camel_stream_reset() here. Logic being that the stream | Jeffrey Stedfast | 2001-10-27 | 1 | -0/+9 |
* | Remove the stupid warning that should never have been there in the first | 5 | 2001-10-26 | 1 | -0/+28 |
* | Don't let fi->name be NULL. | Dan Winship | 2001-10-25 | 1 | -0/+5 |
* | Same as in the TcpStreamRaw code. (stream_write): And again here... | Jeffrey Stedfast | 2001-10-25 | 1 | -0/+10 |
* | Remove an extra * in one of the regexps that glibc apparently doesn't mind | Dan Winship | 2001-10-24 | 1 | -0/+5 |
* | made d(x) x recompile again. | 3 | 2001-10-23 | 1 | -0/+4 |
* | No, use Storing, as the other code does :p (spool_summary_check): Check | 2 | 2001-10-23 | 1 | -0/+6 |
* | s/summarising/summarizing/. (spool_summary_check): s/summarise/summarize/. | Jon Trowbridge | 2001-10-23 | 1 | -0/+6 |
* | If we are kludging around a inline-pgp signed part, do some charset | Jeffrey Stedfast | 2001-10-23 | 1 | -0/+6 |
* | Use search_type_mlist for mailing list searches. | Michael Zucci | 2001-10-23 | 1 | -0/+25 |
* | (camel_search_header_match): Oops, missing i=0. | Michael Zucci | 2001-10-23 | 1 | -0/+1 |
* | Match check against all addresses in a multiple address match. Should fix | 2 | 2001-10-23 | 1 | -0/+6 |
* | Add a hack: if the multipart/signed part has a "x-inline-pgp-hack" | Dan Winship | 2001-10-23 | 1 | -0/+7 |
* | added $GNOME_INCLUDEDIR to INCLUDES, needed for latest libgnome, which | Rodrigo Moya | 2001-10-23 | 1 | -0/+5 |
* | Only do the rawtext checks if the part is a text part, otherwise don't | Jeffrey Stedfast | 2001-10-22 | 1 | -0/+5 |
* | Updated comments to make the code a bit more clear. | Jeffrey Stedfast | 2001-10-22 | 1 | -0/+5 |
* | Dont do the macro stuff - basically so you can actually debug calls. | 1 | 2001-10-22 | 1 | -0/+5 |
* | oops, dont free the vuid, since its alloca'd now. | 1 | 2001-10-22 | 1 | -0/+5 |
* | If no exception supplied, use a local one. (move_message_to): Set the seen | 0 | 2001-10-20 | 1 | -0/+6 |
* | If the destination folder is the vfolder source folder, then | Jeffrey Stedfast | 2001-10-20 | 1 | -0/+6 |
* | When registering provider, translate all strings. | 9 | 2001-10-20 | 1 | -0/+3 |
* | camel-vee-folder.c (folder_changed_change): Change logic, we always add | Michael Zucci | 2001-10-20 | 1 | -0/+5 |
* | Fixes a deadlock. camel-vee-folder.c: (folder_changed_change): Ok, so dont | Michael Zucci | 2001-10-20 | 1 | -0/+3 |
* | camel-vee-folder.c: (folder_changed_change_uid): Use alloca for vuid, and | Michael Zucci | 2001-10-19 | 1 | -0/+9 |
* | Lock the right lock for unmatched subfolder list stuff. If the sub folder | 9 | 2001-10-19 | 1 | -0/+19 |
* | If a charset isn't specified or claims to be utf-8, check the validity of | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+9 |
* | Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko | 8 | 2001-10-19 | 1 | -0/+6 |
* | Make sure the cancel_fd isn't -1. | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+5 |
* | Flush the stream here, not sure it really matters but it might (hopefully) | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+4 |
* | Make user-cancellable. | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+3 |
* | String cleanup for bug #6640. | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+3 |
* | Fix my Cyrus imapd workaround...instead of checking to see if info->flags | Jeffrey Stedfast | 2001-10-19 | 1 | -0/+6 |
* | Use '.' as the inbox name for filter new messages test. | 7 | 2001-10-18 | 1 | -0/+4 |
* | New function to clone a folderinfo tree. | 7 | 2001-10-18 | 1 | -0/+5 |
* | Same as maildir and mbox append-message. | Jeffrey Stedfast | 2001-10-18 | 1 | -0/+6 |
* | Make sure the new description isn't the same as the old description | Jeffrey Stedfast | 2001-10-18 | 1 | -0/+11 |
* | Add an optimization for when destination folder is the same as the source | Jeffrey Stedfast | 2001-10-18 | 1 | -0/+5 |
* | Patch from Danw, Use unread count of -1 to mark unflagged messages. Make | 7 | 2001-10-18 | 1 | -0/+11 |
* | Set the DELETED flag on directly on the info if the source folder doesn't | Jeffrey Stedfast | 2001-10-18 | 1 | -0/+6 |
* | As below. | Not Zed | 2001-10-17 | 1 | -0/+7 |
* | Rearange the order of the gpg options slightly otherwise it might try to | Jeffrey Stedfast | 2001-10-17 | 1 | -0/+4 |
* | If CAMEL_DEBUG is defined, print some useful ref/unref info. | Jeffrey Stedfast | 2001-10-17 | 1 | -0/+12 |
* | If no content, dont try and decode further and spit meaningless warnings. | 6 | 2001-10-17 | 1 | -0/+5 |
* | Only perform the operation on the folder if the folder has summary | Jeffrey Stedfast | 2001-10-17 | 1 | -0/+8 |
* | Save the errno before calling fcntl so fcntl doesn't overwrite errno in | Jeffrey Stedfast | 2001-10-16 | 1 | -0/+7 |
* | Replace the Bcc headers in a single location and don't flush the data | Jeffrey Stedfast | 2001-10-14 | 1 | -0/+6 |
* | Remove the stripheader filter from the build. | Jeffrey Stedfast | 2001-10-13 | 1 | -0/+12 |
* | Unhook from all events before removing folder. | 2 | 2001-10-13 | 1 | -0/+9 |
* | convert the uids list to a subset appropriate for each subfolder before | 1 | 2001-10-12 | 1 | -0/+4 |
* | Removed charset/locale charset lookup and iconv_open/close functions, | 1 | 2001-10-12 | 1 | -0/+5 |
* | Same. | Jeffrey Stedfast | 2001-10-12 | 1 | -0/+7 |
* | Same hack as below. | Jeffrey Stedfast | 2001-10-11 | 1 | -0/+7 |
* | Only re-build the folder if we're expunging. Also only clear out the | 0 | 2001-10-11 | 1 | -0/+6 |
* | Added a hack for Solaris systems. | Jeffrey Stedfast | 2001-10-11 | 1 | -0/+5 |
* | oops, we want get_unread_message_count, not get_message_count! | 0 | 2001-10-11 | 1 | -0/+8 |
* | Another go at getting the logic right again. Make transients only update | 9 | 2001-10-10 | 1 | -0/+5 |
* | Implement. | 9 | 2001-10-10 | 1 | -0/+33 |
* | replace the ever-growing list of gbooleans with a single guint32 for | Dan Winship | 2001-10-09 | 1 | -0/+20 |
* | Unlock the store before returning error. (noted by NotZed) | Dan Winship | 2001-10-09 | 1 | -0/+5 |
* | Fix a slight error in logic. Just because the last word was an encoded | Jeffrey Stedfast | 2001-10-07 | 1 | -0/+7 |
* | Implemented uuencoding and decoding. (complete): Implemented uuencoding | Jeffrey Stedfast | 2001-10-06 | 1 | -0/+10 |
* | Use a folder_subscribed event rather than a folder_created one. | 5 | 2001-10-06 | 1 | -0/+14 |
* | Turn off warnings. (get_name): Same. | Jeffrey Stedfast | 2001-10-06 | 1 | -0/+32 |
* | Try harder to get broken names out of addresses. Unencoded ,'s in names | 5 | 2001-10-06 | 1 | -0/+9 |
* | Change the order of execution slightly. We delete the folder first, then | 4 | 2001-10-06 | 1 | -0/+8 |
* | tedfast <fejj@ximian.com> | Jeffrey Stedfast | 2001-10-05 | 1 | -0/+5 |
* | Remove now unused 'recents' array/freeing func. | 3 | 2001-10-04 | 1 | -0/+8 |
* | Dont explicitly save metadata, its saved in summary_sync. | 3 | 2001-10-04 | 1 | -0/+19 |
* | Added MATCH_NEWLINE flag, -> REG_NEWLINE. | 3 | 2001-10-04 | 1 | -0/+14 |
* | Call camel_folder_delete() on the folder if it's "alive". | Jeffrey Stedfast | 2001-10-04 | 1 | -0/+12 |
* | Strange are the ways of alloca. Fixes 11543. | Dan Winship | 2001-10-03 | 1 | -0/+5 |
* | Import the certificate if the user accepts it. | Jeffrey Stedfast | 2001-10-03 | 1 | -2/+8 |
* | for hashing/comparing local url's, we ignore trailing /'s in paths (maybe | 2 | 2001-10-03 | 1 | -0/+5 |
* | Change to camel_charset_iconv_open/close. | 2 | 2001-10-03 | 1 | -0/+23 |
* | Revert my x-unknown special-case hack - this may mask other problems. | Jeffrey Stedfast | 2001-10-03 | 1 | -0/+9 |
* | Go back to using the store url's path, not the toplevel_dir thing. | 2 | 2001-10-03 | 1 | -0/+6 |
* | Change the lock to a recursive e-mutex. (camel_object_hook_event): | 2 | 2001-10-03 | 1 | -0/+17 |
* | Remove any cached messages that belonged to the deleted folder. | Jeffrey Stedfast | 2001-10-02 | 1 | -0/+7 |
* | If the charset is x-unknown, return the locale_charset. | Jeffrey Stedfast | 2001-10-02 | 1 | -0/+5 |
* | Fix up the provider flags to specify things more completely so we don't | Dan Winship | 2001-10-02 | 1 | -0/+12 |
* | Don't munge the URL; CamelSession's caching relies on it not changing. | Dan Winship | 2001-10-02 | 1 | -0/+16 |
* | if STAT returns 0, don't bother sending UIDL. Speeds things up slightly | Dan Winship | 2001-10-01 | 1 | -0/+7 |
* | Add --no-secmem-warning and --no-greeting to the gpg command-line options. | Jeffrey Stedfast | 2001-09-30 | 1 | -0/+9 |
* | Same here. | Jeffrey Stedfast | 2001-09-29 | 1 | -0/+7 |
* | Init the nntp url hash and url_equal functions. | Jeffrey Stedfast | 2001-09-29 | 1 | -0/+30 |
* | Oops, a CamelFolder is not a CamelFolderClass. | Jeffrey Stedfast | 2001-09-29 | 1 | -2/+7 |
* | Make this take an SSL * instead of a CamelTcpStreamSSL *, since it can get | Dan Winship | 2001-09-28 | 1 | -0/+7 |
* | Grab the store's command_lock before grabbing the folder's cache_lock to | Dan Winship | 2001-09-28 | 1 | -0/+14 |
* | Dont re-register the connect_op if we got it by calling | 7 | 2001-09-28 | 1 | -0/+6 |
* | Fill the finalised data with nonsense, rather than 0's - more easily | 7 | 2001-09-28 | 1 | -0/+13 |
* | CRLF decode the stream before parsing it into a MIME part. This fixes bug | Jeffrey Stedfast | 2001-09-28 | 1 | -0/+7 |
* | Change "gboolean connected" to "CamelServiceConnectionStatus status", | Dan Winship | 2001-09-27 | 1 | -0/+36 |
* | If we get a search error, just abort, dont try and fall back and copy to | 6 | 2001-09-27 | 1 | -0/+21 |
* | New function to convenience Larry ;-) (check_content_id): Oops, return | Jeffrey Stedfast | 2001-09-27 | 1 | -0/+3 |
* | fixed merge conflicts | Jeffrey Stedfast | 2001-09-27 | 1 | -1/+0 |
* | New function to convenience Larry ;-) | Jeffrey Stedfast | 2001-09-27 | 1 | -0/+10 |
* | Emptied VeeStorePrivate, member wasn't used. | 6 | 2001-09-27 | 1 | -0/+18 |
* | Fix Ettore's fix. | Jeffrey Stedfast | 2001-09-27 | 1 | -0/+4 |
* | No longer takes a remember argument. (pgp_sign): Only uncache the | Jeffrey Stedfast | 2001-09-26 | 1 | -0/+11 |
* | [Patch for Automake 1.5 compatibility pointed out by Richard | Ettore Perazzoli | 2001-09-26 | 1 | -0/+11 |
* | Only unref info if we got it. | 5 | 2001-09-26 | 1 | -0/+3 |
* | Fix for !threads enabled not ccompiling. (camel_operation_ref): Assert | 5 | 2001-09-26 | 1 | -0/+21 |
* | call SSL_read/write, looping on SSL_ERROR_WANT_READ/WRITE. I'm sure | Dan Winship | 2001-09-26 | 1 | -0/+10 |
* | A "safe write" function that always writes out all data asked of it, till | 5 | 2001-09-26 | 1 | -0/+8 |
* | Set the exception to FOLDER_INVALID rather than making out it worked. A | 4 | 2001-09-25 | 1 | -0/+4 |
* | In the 'lose' case, free messages, not fetch_data twice! | 4 | 2001-09-25 | 1 | -0/+3 |
* | If the type is encoded, get the fallback charset from the message | 4 | 2001-09-25 | 1 | -0/+50 |
* | Don't even try to alert the user if the session isn't interactive. | Jeffrey Stedfast | 2001-09-24 | 1 | -1/+15 |
* | Set the exception if create_folder isn't implemented. | 1 | 2001-09-22 | 1 | -0/+5 |
* | Go back to not using camel_folder_info_build() here because this seems to | Jeffrey Stedfast | 2001-09-22 | 1 | -0/+7 |
* | Force a refresh of vfolders before storing their count. This essentially | 1 | 2001-09-21 | 1 | -0/+20 |
* | New function to just load the summary. Not much use yet, until unread | Michael Zucci | 2001-09-21 | 1 | -0/+16 |
* | Setup unread count properly, and also setup the url properly. | Michael Zucci | 2001-09-21 | 1 | -0/+7 |
* | Build the path on the folderinfo. | 0 | 2001-09-21 | 1 | -0/+35 |
* | And finally here. | Jeffrey Stedfast | 2001-09-21 | 1 | -0/+21 |
* | Nuke debug warning. | Dan Winship | 2001-09-21 | 1 | -0/+4 |
* | Updated exception strings to be more clear. | Jeffrey Stedfast | 2001-09-20 | 1 | -0/+5 |
* | Oops, don't fail if `data' isn't a CamelService...cuz it's not supposed to | Jeffrey Stedfast | 2001-09-20 | 1 | -0/+6 |
* | General cleanup of camel debug printfs. | 9 | 2001-09-19 | 1 | -0/+20 |
* | Match mailing-list header List-Owner. | Jeffrey Stedfast | 2001-09-19 | 1 | -0/+4 |
* | If filter inbox is set on the store, and we're opening inbox '', then | 8 | 2001-09-19 | 1 | -0/+107 |
* | Virtualize this. | Dan Winship | 2001-09-19 | 1 | -0/+11 |
* | Added korean charset conversion. | Jeffrey Stedfast | 2001-09-19 | 1 | -0/+4 |
* | Don't process the ImapResponse data, we don't want to block forever on | Jeffrey Stedfast | 2001-09-18 | 1 | -0/+2 |
* | Don't process the ImapResponse data, we don't want to block forever on | Jeffrey Stedfast | 2001-09-18 | 1 | -0/+4 |
* | Reverted previous changes. | Jeffrey Stedfast | 2001-09-18 | 1 | -0/+4 |
* | Helpful install-exec-hook debugging output | JP Rosevear | 2001-09-18 | 1 | -0/+4 |
* | New function to get the URI of a folder. (get_uri): Default | Jeffrey Stedfast | 2001-09-17 | 1 | -0/+6 |
* | New function, set the complete list of folders on a vfolder, all at once. | 4 | 2001-09-15 | 1 | -0/+51 |
* | Use g_datalist_set_data_full so that the data will be free'd when we clear | Jeffrey Stedfast | 2001-09-15 | 1 | -0/+5 |
* | Don't claim failure when reading/writing the empty string. | Dan Winship | 2001-09-15 | 1 | -0/+6 |
* | use install hook instead of install rule to guarantee we run after | JP Rosevear | 2001-09-15 | 1 | -0/+5 |
* | Don't reuse the exception if it has already been set. | Jeffrey Stedfast | 2001-09-14 | 1 | -0/+8 |
* | Do error-checking based on function return values rather than exceptions | Jeffrey Stedfast | 2001-09-14 | 1 | -0/+5 |
* | Pass an exception to the cache. (imap_append_online): Same. | Jeffrey Stedfast | 2001-09-14 | 1 | -0/+16 |
* | Convert the charset to the iconv-friendly name. | Jeffrey Stedfast | 2001-09-14 | 1 | -0/+8 |
* | Return -1 on failure. | Jeffrey Stedfast | 2001-09-14 | 1 | -0/+5 |
* | free the source url in the nonfailure case. | Larry Ewing | 2001-09-13 | 1 | -0/+5 |
* | Change the 'not' virtual method from an immediate e-sexp function to a | 2 | 2001-09-13 | 1 | -0/+12 |