| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): Do | Jeffrey Stedfast | 2004-04-08 | 2 | -4/+108 |
* | always set the seen flag when we delete a message. I demand that this may, | Not Zed | 2004-04-08 | 3 | -2/+11 |
* | include camel-debug.h | Not Zed | 2004-04-08 | 5 | -54/+61 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 2 | -2/+27 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 2 | -11/+57 |
* | Defined. | Jeffrey Stedfast | 2004-04-07 | 8 | -8/+26 |
* | #if 0 out the sys/debugreg stuff. | Not Zed | 2004-04-06 | 2 | -1/+3 |
* | ** See bug #56110. | Not Zed | 2004-04-06 | 3 | -12/+69 |
* | ** See bug #56464. | Not Zed | 2004-04-06 | 5 | -16/+59 |
* | dont add folders to folders_out here, only in get_folders_add_folders. | Not Zed | 2004-04-05 | 3 | -13/+21 |
* | New function to get the deleted message count (used for Outbox count which | Jeffrey Stedfast | 2004-04-03 | 3 | -5/+53 |
* | turn this on, this should always be on, it points to real bugs in the | Not Zed | 2004-04-02 | 3 | -7/+33 |
* | Wrap annoying exeption warnings with w(). | Jeffrey Stedfast | 2004-04-02 | 2 | -6/+12 |
* | fixed changelog | Jeffrey Stedfast | 2004-03-31 | 1 | -1/+0 |
* | Partially implemented. (imap4_get_folder): Implemented. | Jeffrey Stedfast | 2004-03-31 | 3 | -19/+305 |
* | Use header_decode_text() rather than rfc2047_decode_word() to decode the | Jeffrey Stedfast | 2004-03-31 | 2 | -2/+9 |
* | added some debug to dump the whole folderinfo tree if store:folder_info is | Not Zed | 2004-03-30 | 7 | -22/+263 |
* | Implemented. | Jeffrey Stedfast | 2004-03-30 | 26 | -1997/+2114 |
* | Updated to actually parse the STATUS response into a list of item/value | Jeffrey Stedfast | 2004-03-30 | 2 | -23/+128 |
* | Removed debugging printfs. | Jeffrey Stedfast | 2004-03-30 | 3 | -4/+13 |
* | close pre tag in case we just flush. I am not sure if it's still worth to | Radek Doulik | 2004-03-30 | 2 | -3/+24 |
* | use object_bag_peek instead of _get, since we dont want to clash/wait for | Not Zed | 2004-03-29 | 4 | -23/+51 |
* | get the content-type off of the multipart-signed, not its container. This | Not Zed | 2004-03-29 | 2 | -2/+6 |
* | remove locking here, we're locked whne we enter. (fill_fi): call | Not Zed | 2004-03-29 | 2 | -4/+9 |
* | New source files implementing the CamelFolder class for the new IMAP4 | Jeffrey Stedfast | 2004-03-29 | 4 | -0/+840 |
* | added .cvsignore | Jeffrey Stedfast | 2004-03-29 | 1 | -0/+7 |
* | added camel-imap-store.[c,h] to the build | Jeffrey Stedfast | 2004-03-29 | 2 | -20/+47 |
* | added camel-imap-provider.c | Jeffrey Stedfast | 2004-03-29 | 3 | -1/+141 |
* | build fixes | Jeffrey Stedfast | 2004-03-29 | 2 | -6/+7 |
* | New source files implementing the CamelFolderSummary class for the new | Jeffrey Stedfast | 2004-03-29 | 4 | -0/+1206 |
* | Reverted imap.web.de fix. | Jeffrey Stedfast | 2004-03-27 | 2 | -6/+8 |
* | Added new maildir flags D for draft and commented P for forwarded. | Not Zed | 2004-03-26 | 3 | -4/+30 |
* | No longer need to split ']' tokens from atom tokens due to a fixup in the | Jeffrey Stedfast | 2004-03-26 | 5 | -35/+914 |
* | If the server is imap.web.de, just ask for all the headers rather than | Jeffrey Stedfast | 2004-03-26 | 4 | -8/+32 |
* | Fix for bug #55018. | Jeffrey Stedfast | 2004-03-26 | 2 | -4/+35 |
* | Removed newline character from the provider description | Martyn Russell | 2004-03-25 | 2 | -1/+6 |
* | removed ldap seetings and added a settng for SOAP port read port number | Sivaiah Nallagatla | 2004-03-25 | 3 | -93/+80 |
* | New convenience wrapper function. (engine_parse_status): Fixed to handle | Jeffrey Stedfast | 2004-03-25 | 4 | -9/+79 |
* | #include <stdlib.h> for strtoul() | Jeffrey Stedfast | 2004-03-25 | 1 | -0/+1 |
* | The beginnings of a new IMAP provider module | Jeffrey Stedfast | 2004-03-25 | 12 | -0/+4071 |
* | Reworked the else bit to fix a bug where if we had the BODY structure, we | Jeffrey Stedfast | 2004-03-24 | 2 | -51/+56 |
* | use camel debug to add some debug here. | Not Zed | 2004-03-23 | 7 | -69/+260 |
* | connect lock around this. was getting a race with mem corruption | Not Zed | 2004-03-23 | 2 | -2/+12 |
* | decode newsgroups header into a list of newsgroups. | Not Zed | 2004-03-22 | 5 | -2/+81 |
* | ref the diary before replaying it. it could get unreffed during replay if | Not Zed | 2004-03-19 | 3 | -9/+16 |
* | remove async_thread thing. | Not Zed | 2004-03-19 | 4 | -59/+4 |
* | Checking that mi->content->type != NULL is no longer good enough to tell | Jeffrey Stedfast | 2004-03-18 | 2 | -4/+30 |
* | reverted last fix and: | Radek Doulik | 2004-03-18 | 3 | -36/+35 |
* | Don't bloody junktest filter mail unless the user has configured Evolution | Jeffrey Stedfast | 2004-03-18 | 2 | -27/+37 |
* | Reverted jeff's fix for #55018, since it wasn't tested, and doesn't work. | Not Zed | 2004-03-17 | 2 | -75/+35 |
* | See bug #55618. | Not Zed | 2004-03-17 | 5 | -1/+54 |
* | Always use '/' to derive the basename of the folder. folder->full_name is | Jeffrey Stedfast | 2004-03-16 | 2 | -1/+6 |
* | If the initial SELECT fails and CREATE is specified, clear the exception | Jeffrey Stedfast | 2004-03-16 | 2 | -1/+10 |
* | rever previous patch. We don't want to set the default mime/type, it'll | Not Zed | 2004-03-16 | 2 | -4/+6 |
* | same as below for path. | Not Zed | 2004-03-15 | 5 | -5/+21 |
* | set the mime-type field on the content the same way as | Not Zed | 2004-03-15 | 7 | -9/+92 |
* | drop embedded whitespace characters, and don't do unquoting, etc. See | Not Zed | 2004-03-15 | 2 | -8/+31 |
* | Now takes an argument to specify whether disconnecting when respbuf is | Jeffrey Stedfast | 2004-03-13 | 2 | -15/+23 |
* | Fix for bug #53497. | Jeffrey Stedfast | 2004-03-13 | 2 | -38/+37 |
* | clearn the learn bit only if set | Radek Doulik | 2004-03-13 | 2 | -3/+6 |
* | Fixes for bug #55018. | Jeffrey Stedfast | 2004-03-13 | 5 | -59/+122 |
* | watch for setting JUNK flag, if JUNK_LEARN is not set as well then reset | Radek Doulik | 2004-03-13 | 3 | -72/+184 |
* | If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE or | Jeffrey Stedfast | 2004-03-13 | 2 | -37/+44 |
* | fixed ChangeLog | Jeffrey Stedfast | 2004-03-12 | 1 | -1/+0 |
* | Sanity check that count is <1024 and also use g_try_malloc so that we can | Jeffrey Stedfast | 2004-03-12 | 2 | -3/+12 |
* | removed this. not sure what it was doing there, a 1 line funciton used | Not Zed | 2004-03-11 | 2 | -16/+24 |
* | we need to add the folderinfo always if we're recursive from top. Should | Not Zed | 2004-03-11 | 2 | -2/+6 |
* | (imap_store_refresh_folders): check we're updating an imap folder, | Michael Zucci | 2004-03-11 | 2 | -3/+11 |
* | turn off NOINFERIORS always, translate to nochildren. | Not Zed | 2004-03-11 | 15 | -171/+318 |
* | fix all the warnings | Michael Zucci | 2004-03-04 | 5 | -8/+10 |
* | ** See bug #53355. | Not Zed | 2004-03-04 | 2 | -3/+15 |
* | use "Calendar" and "Checklist" for the folder names, instead of "Default". | Rodrigo Moya | 2004-03-03 | 2 | -8/+14 |
* | attempt at uncancelling a cancelled operation. | Not Zed | 2004-03-03 | 3 | -0/+28 |
* | forgot to turn off voluminous debug | Michael Zucci | 2004-03-03 | 1 | -1/+1 |
* | fun dun diddley un fun. Since we're writing a const buffer, we need to | Not Zed | 2004-03-03 | 11 | -79/+130 |
* | Overrides the parent method. We don't want to encode user flags/tags or | Jeffrey Stedfast | 2004-03-03 | 2 | -2/+30 |
* | ** See bug #54755. | Not Zed | 2004-02-27 | 2 | -5/+14 |
* | use g_ascii_str[n]casecmp everywhere. fix the sense of the nil check for | Not Zed | 2004-02-27 | 1 | -29/+31 |
* | ignore NODATA response, otherwise we abort in a meaningless way. See | Not Zed | 2004-02-27 | 1 | -10/+2 |
* | Free the uids *after* reporting Complete, otherwise we get an FMR if our | Jeffrey Stedfast | 2004-02-26 | 3 | -3/+16 |
* | do not avoid junk mails in unread count | 5 | 2004-02-26 | 2 | -1/+6 |
* | moved the RECNET flag into the folder area (bit 17-30). | Not Zed | 2004-02-25 | 6 | -21/+33 |
* | #include <signal.h>, we don't need limits.h | Jeffrey Stedfast | 2004-02-25 | 2 | -5/+7 |
* | fixed the g_return_val_if_changed expr that I messed up. doh. | Jeffrey Stedfast | 2004-02-25 | 1 | -1/+1 |
* | New function to do what camel_store_uri_cmp() was supposed to do. | Jeffrey Stedfast | 2004-02-25 | 3 | -0/+60 |
* | If our folder has a subdir, but no actual children, then we need to unset | Rodney Dawes | 2004-02-24 | 2 | -0/+10 |
* | remove debug | Michael Zucci | 2004-02-24 | 1 | -8/+1 |
* | kill some debug | Michael Zucci | 2004-02-24 | 2 | -16/+3 |
* | kill sum debug | Michael Zucci | 2004-02-24 | 1 | -3/+3 |
* | Removed. Useless/broken function. | Jeffrey Stedfast | 2004-02-24 | 3 | -11/+5 |
* | fixed | Jeffrey Stedfast | 2004-02-21 | 1 | -10/+15 |
* | Init list to NULL to prevent the crash in bug #54574. | Jeffrey Stedfast | 2004-02-21 | 2 | -1/+6 |
* | wrap this file with #ifdef ENABLE_SMIME instead of #ifdef HAVE_NSS. | Chris Toshok | 2004-02-20 | 2 | -2/+7 |
* | Add sanity checking to the folder name if we are going to create it, just | Jeffrey Stedfast | 2004-02-20 | 2 | -0/+20 |
* | Fixes for api changes. | Not Zed | 2004-02-19 | 15 | -330/+274 |
* | s/parading/masquerading/ | Jeffrey Stedfast | 2004-02-19 | 1 | -1/+1 |
* | Use the trust to decide the validity signature status. (Better way of | Jeffrey Stedfast | 2004-02-19 | 3 | -12/+15 |
* | Set the trust. | Jeffrey Stedfast | 2004-02-18 | 3 | -2/+22 |
* | implment, make sync a noop on vee stores. Speeds up exit, so we don't try | Not Zed | 2004-02-17 | 2 | -0/+13 |
* | ** See bug #53861. | Not Zed | 2004-02-17 | 2 | -0/+12 |
* | ** See bug #51045. | Not Zed | 2004-02-16 | 20 | -140/+437 |
* | added bug# to a changelog entry | Jeffrey Stedfast | 2004-02-14 | 1 | -1/+2 |
* | Same. | Jeffrey Stedfast | 2004-02-14 | 8 | -52/+107 |
* | Since decoding a string doesn't allow strings longer than 65536, truncate | Jeffrey Stedfast | 2004-02-13 | 2 | -2/+10 |
* | ** See bug #53978. | Not Zed | 2004-02-09 | 2 | -1/+11 |
* | ** See bug #51319. | Not Zed | 2004-02-09 | 3 | -11/+17 |
* | Use strrchr, not strchr. | Jeffrey Stedfast | 2004-02-07 | 3 | -1/+5 |
* | Forget the need_id, not the userid. Fixes bug #53908. | Jeffrey Stedfast | 2004-02-07 | 2 | -1/+4 |
* | Set a CAMEL_FOLDER_VIRTUAL bit on the special folder info so our UI can | Jeffrey Stedfast | 2004-02-07 | 3 | -2/+16 |
* | changed to return a boolean to indicate if the flags were actually changed | Not Zed | 2004-02-06 | 7 | -37/+55 |
* | rename .cmeta file too, and fix the recovery order. | Not Zed | 2004-02-05 | 6 | -316/+342 |
* | ** See bug #53553. | Not Zed | 2004-02-05 | 10 | -75/+131 |
* | Get rid of some unnecessary CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2004-02-05 | 3 | -31/+42 |
* | Fix for bug #53755 (local folders case) | Jeffrey Stedfast | 2004-02-05 | 3 | -14/+28 |
* | (store_sync): duh, actually pass expunge to folder_sync. | Michael Zucci | 2004-02-04 | 2 | -1/+2 |
* | added 'expunge' parameter, easier 'empty trash on exit' call. | Not Zed | 2004-02-04 | 5 | -14/+22 |
* | changed order around, first try to delete and only remove from the object | Not Zed | 2004-02-04 | 8 | -244/+163 |
* | updated last fix to use void* instead of gpointer | Jeffrey Stedfast | 2004-02-04 | 1 | -5/+5 |
* | Use macro casts from int to pointer. | Jeffrey Stedfast | 2004-02-04 | 5 | -17/+45 |
* | New test suite for url scanning. | Jeffrey Stedfast | 2004-02-04 | 4 | -40/+240 |
* | Fixes for bug #53091. | Jeffrey Stedfast | 2004-02-03 | 2 | -1/+11 |
* | Copy the flags too. Fixes the local folder case of bug #53091. | Jeffrey Stedfast | 2004-02-03 | 2 | -1/+7 |
* | Same as below. | Jeffrey Stedfast | 2004-02-01 | 3 | -4/+14 |
* | Fix spelling error in provider description | Rodney Dawes | 2004-01-31 | 2 | -1/+8 |
* | Protect against multiple camel_init() calls. Remember if we've already | Jeffrey Stedfast | 2004-01-31 | 2 | -0/+17 |
* | copy the old_name that comes in, since it might be the actual folder_name, | Not Zed | 2004-01-30 | 2 | -1/+11 |
* | ** See bug #53269. | Not Zed | 2004-01-29 | 2 | -4/+9 |
* | added a doc comment. | Not Zed | 2004-01-29 | 4 | -38/+53 |
* | output scan->name and scan->value for writing metadata, rather than | Not Zed | 2004-01-29 | 2 | -2/+6 |
* | zero out passwd/user/host before freeing them. | Not Zed | 2004-01-29 | 2 | -0/+11 |
* | Make sure the new dir path exists before trying to rename files to avoid | Jeffrey Stedfast | 2004-01-29 | 2 | -7/+48 |
* | add port and /soap parts to relative uri while updating it when account | Sivaih Nallagatla | 2004-01-28 | 2 | -4/+11 |
* | set CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_summary): update | Radek Doulik | 2004-01-27 | 4 | -4/+25 |
* | ** See bug #53373. | Not Zed | 2004-01-27 | 4 | -25/+57 |
* | use check_junk_for_imap flag | Radek Doulik | 2004-01-24 | 4 | -3/+43 |
* | (imap_get_message): revert peterw's change of 2002-07-15, instead | Michael Zucci | 2004-01-23 | 1 | -8/+0 |
* | removed the meaningless fixme, a butt-retrieved-number is as good as any | Not Zed | 2004-01-23 | 2 | -1/+12 |
* | Fix prototype to be consistent. | Jeremy Katz | 2004-01-23 | 2 | -2/+6 |
* | ** See bug #52996. | Not Zed | 2004-01-21 | 3 | -11/+81 |
* | ** See bug #52817. | Not Zed | 2004-01-20 | 15 | -31/+53 |
* | ** See bug #52899. | Not Zed | 2004-01-20 | 2 | -1/+8 |
* | add port and "/soap" to source uri | Siviaah Nallagatla | 2004-01-19 | 2 | -2/+11 |
* | use a CamelURL to properly encode the url we generate. | Not Zed | 2004-01-19 | 4 | -8/+40 |
* | Limit the flags we set (or unset) to the folder's permanent flags. | Jeffrey Stedfast | 2004-01-17 | 2 | -9/+14 |
* | Same. | Jeffrey Stedfast | 2004-01-17 | 5 | -29/+40 |
* | added some conf entries for LDAP address setup added | Sivaiah Nallagatla | 2004-01-16 | 3 | -16/+169 |
* | *** empty log message *** | Rodrigo Moya | 2004-01-16 | 1 | -16/+8 |
* | added some hook debug h(x) | Michael Zucci | 2004-01-16 | 1 | -0/+7 |
* | remove debugs, oops. | Michael Zucci | 2004-01-15 | 1 | -5/+5 |
* | ** See bug #52881. | Not Zed | 2004-01-15 | 3 | -65/+218 |
* | missing renaming. | Rodrigo Moya | 2004-01-15 | 2 | -1/+6 |
* | set the "auth" property on the ESource's we create, to get authentication. | Rodrigo Moya | 2004-01-14 | 2 | -0/+6 |
* | ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only status for | Not Zed | 2004-01-14 | 3 | -1/+24 |
* | remove debug printf. | Not Zed | 2004-01-14 | 3 | -4/+23 |
* | missing renaming. | Rodrigo Moya | 2004-01-14 | 2 | -3/+7 |
* | removed unused groupwise-config-listener.[ch] files | Sivaiah Nallagatla | 2004-01-13 | 2 | -546/+0 |
* | renamed groupwise-config-listener.[ch] to these file names and also | Sivaiah Nallagatla | 2004-01-13 | 4 | -2/+553 |
* | bump version and requirements | JP Rosevear | 2004-01-13 | 1 | -0/+1 |
* | fixed distcheck | Jeffrey Stedfast | 2004-01-13 | 1 | -2/+0 |
* | now based on discofolder, cache_message and append_message implemented, | Meilof Veeningen | 2004-01-13 | 12 | -316/+1712 |
* | ** See bug 52725. | Not Zed | 2004-01-12 | 4 | -2/+18 |
* | if e_iconv() returns -1, check that errno != EINVAL - if errno *is* | Jeffrey Stedfast | 2004-01-11 | 2 | -11/+30 |
* | libcamelgroupwise.urls instead of libcamelimap.urls | Rodney Dawes | 2004-01-10 | 2 | -1/+7 |
* | added null check for source url to take care of accounts with Server Types | Sivaiah Nallagatla | 2004-01-09 | 2 | -1/+11 |
* | fix removal of journal file, and remove the cmeta state file too. | Not Zed | 2004-01-09 | 6 | -9/+144 |
* | move assertions here. (set_mime_type_field): change order slightly to | Not Zed | 2004-01-09 | 2 | -5/+12 |
* | *** empty log message *** | Rodrigo Moya | 2004-01-08 | 1 | -0/+2 |
* | add groupwise to SUBDIRS new camel provider for groupwise new class to add | Sivaiah Nallagatla | 2004-01-08 | 6 | -20/+590 |
* | include sys/types.h for freebsd | JP Rosevear | 2004-01-06 | 2 | -0/+5 |
* | renamed from imap_*. | Rodrigo Moya | 2004-01-05 | 2 | -6/+11 |
* | check the right return of the socket call, dont set fd to the value of the | Not Zed | 2004-01-05 | 2 | -1/+6 |
* | Save errno and check the return of the socket() call. | Jeffrey Stedfast | 2004-01-03 | 2 | -7/+18 |
* | g_module_open the other providers we depend on to avoid load ordering | Rodrigo Moya | 2003-12-25 | 4 | -0/+226 |
* | Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASE | Jeffrey Stedfast | 2003-12-12 | 2 | -13/+34 |
* | Use CAMEL_FODLER_NOCHILDREN rather than NOINFERIORS because NOINFERIORS | Jeffrey Stedfast | 2003-12-11 | 2 | -3/+9 |
* | Add a CAMEL_FOLDER_NOCHILDREN flag. | Jeffrey Stedfast | 2003-12-11 | 5 | -5/+15 |
* | also check application/pkcs7-signature (bloody applemail). | Not Zed | 2003-12-10 | 2 | -2/+12 |
* | put the camel-smime-context.[ch] back in here, remove it from EXTRA_DIST, | Not Zed | 2003-12-10 | 5 | -12/+109 |
* | remove dthe clearenv stuff, not sure why its there. s/setenv/putenv/ for | Not Zed | 2003-12-10 | 2 | -12/+9 |
* | ** See bug #51899. | Not Zed | 2003-12-09 | 3 | -2/+12 |
* | Revert the s/is_/camel_mime_is_/ changes or we get really long variable | Jeffrey Stedfast | 2003-12-09 | 2 | -20/+28 |
* | encode the address before sending it out, rather than using the raw/utf8 | Not Zed | 2003-12-09 | 8 | -108/+184 |
* | Fixes bug #51881 | Jeffrey Stedfast | 2003-12-09 | 3 | -2/+62 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 9 | -15/+11 |
* | Properly set the O_NONBLOCK flag along with any previously set flags. | Jeffrey Stedfast | 2003-12-06 | 4 | -9/+27 |
* | check recent messages for junk mail | Radek Doulik | 2003-12-04 | 5 | -3/+49 |
* | Free fi->path if we are gonna replace it with the vinfo path. | Jeffrey Stedfast | 2003-12-04 | 2 | -0/+4 |
* | Treat parent_name == NULL and parent_name == "" the same. | Jeffrey Stedfast | 2003-12-04 | 2 | -1/+4 |
* | Only add vTrash/vJunk info's if we've requested the toplevel folder tree, | Jeffrey Stedfast | 2003-12-04 | 2 | -18/+31 |
* | ** See bug #51478. | Not Zed | 2003-12-02 | 2 | -1/+11 |
* | Start at fd = 3. | Jeffrey Stedfast | 2003-12-02 | 5 | -26/+21 |
* | Same. | Jeffrey Stedfast | 2003-12-01 | 7 | -84/+104 |
* | set flags only for new folder info | Radek Doulik | 2003-12-01 | 1 | -2/+2 |
* | set SUBSCRIBED and NOINFERIORS flags to special folders, renamed method | Radek Doulik | 2003-12-01 | 2 | -3/+78 |
* | Enable GUI option for 'custom command' connection. Don't g_free strings in | David Woodhouse | 2003-12-01 | 3 | -1/+15 |
* | Added list-unsubscribe header match. | Not Zed | 2003-12-01 | 5 | -20/+83 |
* | Commit missing entry. | JP Rosevear | 2003-11-27 | 1 | -1/+1 |
* | make sure we always dist the smime stuff | JP Rosevear | 2003-11-27 | 2 | -0/+6 |
* | conditionally compile s/mime support | JP Rosevear | 2003-11-26 | 2 | -2/+15 |
* | change args to make it suit storing the validity in a tree. | Not Zed | 2003-11-25 | 3 | -14/+39 |
* | Don't destroy the providers as it mans we can never ever have more than 1 | Jeffrey Stedfast | 2003-11-19 | 2 | -2/+10 |
* | Single condition shortening | Artur Flinta | 2003-11-18 | 1 | -1/+1 |
* | Fixed an exception to give a more meaningful description. | Jeffrey Stedfast | 2003-11-18 | 2 | -12/+11 |
* | Fixed an exception to give a more meaningful description. | Jeffrey Stedfast | 2003-11-18 | 2 | -1/+7 |
* | set flags in another place too | Jeffrey Stedfast | 2003-11-15 | 1 | -0/+6 |
* | Handle "" as a request for a full dirscan as well (not just NULL). Makes | Jeffrey Stedfast | 2003-11-15 | 3 | -19/+34 |
* | oops, put the mempool stuff back, we don't use e-memory afterall. Damn | Not Zed | 2003-11-14 | 2 | -0/+114 |
* | Remove mempool code, we use the stuff in e-util. (PRESERVE_HEADERS): new | Not Zed | 2003-11-14 | 7 | -154/+87 |
* | look at the content object's mime type, not the container's type. | Not Zed | 2003-11-13 | 4 | -6/+37 |
* | merged spam filtering branch | Radek Doulik | 2003-11-13 | 15 | -21/+316 |
* | split out the CMSMessage verification code so it can be used from | Not Zed | 2003-11-10 | 8 | -173/+380 |
* | Don't bother trying to see if the server advertises EHLO. Simply always | Jeffrey Stedfast | 2003-11-07 | 2 | -18/+15 |
* | new (unfinished) api to peek inside smime parts to tell us whats in it. | Not Zed | 2003-11-05 | 8 | -107/+291 |
* | We might need to convert the passwd from UTF-8 into the locale charset. | Jeffrey Stedfast | 2003-11-05 | 2 | -4/+25 |
* | removed, now redundant. | Not Zed | 2003-10-31 | 3 | -452/+4 |
* | implement something basic. | Not Zed | 2003-10-30 | 2 | -2/+17 |
* | Added a note about api inconsistencies. | Not Zed | 2003-10-30 | 12 | -1301/+1253 |
* | We should check List-Post before List-Id (List-Post has to contain the | Jeffrey Stedfast | 2003-10-29 | 2 | -10/+17 |
* | Fixes bug #35083 | Jeffrey Stedfast | 2003-10-29 | 4 | -12/+57 |
* | better detection of broken date to give to broken_date_parser. | Frédéric Crozat | 2003-10-28 | 2 | -0/+20 |
* | If a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN, then ignore it. | Jeffrey Stedfast | 2003-10-28 | 2 | -2/+11 |
* | Removed unneeded CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2003-10-24 | 24 | -104/+117 |
* | Merge new-ui-branch into the trunk. | Ettore Perazzoli | 2003-10-22 | 10 | -21/+108 |
* | Fixed a #include. | Jeffrey Stedfast | 2003-10-16 | 2 | -1/+5 |
* | Allow timezone offsets to be up to 14 hours ahead of UTC. Fixes bug | Jeffrey Stedfast | 2003-10-10 | 3 | -3/+10 |
* | Removed an unused variable. | Jeffrey Stedfast | 2003-10-09 | 2 | -1/+5 |
* | fixed a comment spelling mistake and removede CAMEL_OBJECT() casting where it... | Jeffrey Stedfast | 2003-09-26 | 1 | -12/+13 |
* | If the localhost lookup results in a numeric IPv6 host, use the form | Jeffrey Stedfast | 2003-09-25 | 2 | -1/+9 |
* | If the CREATE flag is set and the parent .sbd directory does not exist, | Jeffrey Stedfast | 2003-09-24 | 3 | -2/+19 |
* | Don't forget to flush the iconv conversion. | Jeffrey Stedfast | 2003-09-24 | 2 | -1/+6 |
* | Don't try dot-files. | Jeffrey Stedfast | 2003-09-24 | 3 | -0/+8 |
* | ** See bug #41610 | Not Zed | 2003-09-23 | 2 | -1/+9 |
* | Added "offline_sync" option, which lets you synchronise all mail to local | Not Zed | 2003-09-23 | 11 | -204/+316 |
* | Fix the code that creates a new ssl stream to pass the correct arguments | Jeffrey Stedfast | 2003-09-22 | 5 | -6/+24 |
* | New function to replace the one from camel-mime-part.c | Jeffrey Stedfast | 2003-09-19 | 17 | -103/+142 |
* | namespaced the encoding/decoding routines. | Jeffrey Stedfast | 2003-09-19 | 10 | -52/+78 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-09-19 | 45 | -911/+1076 |
* | Implement a temp hack so trunk works until we merge in new-ui-branch. | Jeffrey Stedfast | 2003-09-17 | 2 | -10/+19 |
* | Don't warning about how we haven't written anything to the stream, this is | Jeffrey Stedfast | 2003-09-17 | 2 | -4/+9 |
* | removed dead code. | Not Zed | 2003-09-16 | 7 | -239/+100 |
* | Implements CamelLocalFolder::get_full_path() (publicly namespaced so that | Jeffrey Stedfast | 2003-09-13 | 6 | -51/+696 |
* | added copyright comment block | Jeffrey Stedfast | 2003-09-13 | 2 | -0/+48 |
* | updated warning to mention the proper rfc | Jeffrey Stedfast | 2003-09-13 | 1 | -2/+2 |
* | add | Dan Winship | 2003-09-11 | 1 | -0/+11 |
* | Remove libcamel-static.la | Dan Winship | 2003-09-11 | 2 | -5/+4 |
* | call camel_folder_sync bypassing the folder lock. See | Not Zed | 2003-09-09 | 2 | -2/+8 |
* | Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> exec | David Woodhouse | 2003-09-05 | 3 | -2/+169 |
* | New stream implementation for running commands. Compile the above | David Woodhouse | 2003-09-04 | 4 | -0/+335 |
* | ** See bug #47765. | Not Zed | 2003-09-04 | 4 | -22/+37 |
* | removed debug printfs. | Not Zed | 2003-08-30 | 2 | -12/+5 |