| Commit message (Expand) | Author | Age | Files | Lines |
* | fix/rearrange logic. It was using the wrong working pointer. | Not Zed | 2004-05-24 | 1 | -0/+5 |
* | added CAMEL_PROVIDER_CONF_HIDDEN to conf item type enum. This is used by | Sivaiah Nallagatla | 2004-05-24 | 1 | -0/+9 |
* | oops, forgot folder_created. Removed locking, the object bag serialises | Not Zed | 2004-05-22 | 1 | -0/+4 |
* | ** Another unread count bug, #58814. | Not Zed | 2004-05-22 | 1 | -0/+9 |
* | Added a workaround for broken IMAP. Hopefully by forcing only the IMAP4 | Jeffrey Stedfast | 2004-05-22 | 1 | -0/+6 |
* | added a 'domain' argument, and rearragned arguments to be prettier and | Not Zed | 2004-05-21 | 1 | -0/+23 |
* | re-arrange the code so exception debug will print the expanded | Not Zed | 2004-05-21 | 1 | -0/+12 |
* | Fix for #58738 ja_JP.UTF-8: Evolution crashes when certain ASCII/non-ASCII | Suresh Chandrasekharan | 2004-05-21 | 1 | -0/+10 |
* | Fixes bug #42295 and the infinite loop part of bug #58766 (these 2 bugs | Jeffrey Stedfast | 2004-05-21 | 1 | -0/+18 |
* | oops, poke the right uid to get the article number. | Not Zed | 2004-05-20 | 1 | -0/+7 |
* | copy the messageinfo rather than reference the source folder's one, we | Not Zed | 2004-05-20 | 1 | -0/+5 |
* | use the article number instead of the messageid. Some servers are just | Not Zed | 2004-05-19 | 1 | -0/+9 |
* | ** See #58641. | Not Zed | 2004-05-19 | 1 | -0/+12 |
* | do the same load of mailbox if we're in slow mode as we did for maildir. | Not Zed | 2004-05-18 | 1 | -0/+4 |
* | check for NULL implementation before calling it. (disco_sync): similar. | Not Zed | 2004-05-18 | 1 | -0/+6 |
* | Fixed a string type-o. | Jeffrey Stedfast | 2004-05-18 | 1 | -0/+4 |
* | If the encrypted block was also signed, set the signature verification | Jeffrey Stedfast | 2004-05-18 | 1 | -0/+6 |
* | ** Bug #56050. | Not Zed | 2004-05-17 | 1 | -0/+10 |
* | if we have no folder in-memory, load it if we're not doing it fast to get | Not Zed | 2004-05-17 | 1 | -0/+6 |
* | don't allow creation of Trash or Junk folders. | Not Zed | 2004-05-17 | 1 | -0/+20 |
* | Ignore PERMANENTFLAGS if it gives us an empty set. Works around broken | Jeffrey Stedfast | 2004-05-13 | 1 | -0/+6 |
* | changed to match_threads. (camel_folder_search_search): remove thread | Not Zed | 2004-05-12 | 1 | -0/+26 |
* | fixed | Jeffrey Stedfast | 2004-05-12 | 1 | -0/+16 |
* | Fixed a type-o. Fixes bug #58348. | Jeffrey Stedfast | 2004-05-12 | 1 | -16/+5 |
* | New class for zipping/unzipping gzip streams. | Jeffrey Stedfast | 2004-05-11 | 1 | -0/+8 |
* | properly set the parent nodes for the re-parented phantom-node children. | Not Zed | 2004-05-07 | 1 | -0/+9 |
* | set nodelay and keepalive on the socket. | Not Zed | 2004-05-06 | 1 | -0/+16 |
* | dont set X-Evolution-Source here anymore, set in caller. | Not Zed | 2004-05-05 | 1 | -0/+7 |
* | Get rid of #ifdef ENABLE_THREADS stuff, that was done away with a while | Jeffrey Stedfast | 2004-05-05 | 1 | -0/+7 |
* | Fixed typo. | Christian Kellner | 2004-05-04 | 1 | -0/+4 |
* | ** See #57979. | Not Zed | 2004-05-04 | 1 | -0/+18 |
* | ** See bug #57881. | Not Zed | 2004-05-03 | 1 | -0/+15 |
* | Fix typo. #53466. | Priit Laes | 2004-05-01 | 1 | -0/+4 |
* | Change the UID_SET_LIMIT to 768 (something <1000 octets as suggested by | Jeffrey Stedfast | 2004-04-28 | 1 | -0/+4 |
* | Mark exception strings for translation and fixed a spelling mistake. | Jeffrey Stedfast | 2004-04-28 | 1 | -0/+5 |
* | ** See bug #57659. | Not Zed | 2004-04-27 | 1 | -0/+10 |
* | Added HAS_LICENSE flag for allowing camel providers to display license | Sarfraaz Ahmed | 2004-04-23 | 1 | -0/+5 |
* | Send a flag list rather than \Deleted by itself. See #57381. | Not Zed | 2004-04-22 | 1 | -0/+6 |
* | Don't bother doing any work if perm_flags is 0. | Jeffrey Stedfast | 2004-04-22 | 1 | -6/+13 |
* | added CAMEL_LIBS to LIBADD added new function to get addres book names | Sivaiah Nallagatla | 2004-04-21 | 1 | -0/+9 |
* | set the meta data file on nntp folders. | Not Zed | 2004-04-21 | 1 | -0/+3 |
* | implement dummy virtual method. | Not Zed | 2004-04-21 | 1 | -0/+8 |
* | Fixed to not expect ]'s as part of the BODY atom token. | Jeffrey Stedfast | 2004-04-20 | 1 | -0/+5 |
* | will never be true. Fixes bug #56982. | Jeffrey Stedfast | 2004-04-17 | 1 | -0/+5 |
* | Changed imap_atom_specials[] to not treat ']' as an atom char (as per | Jeffrey Stedfast | 2004-04-16 | 1 | -0/+6 |
* | Use %F instead of %S so that the folder name gets properly converted from | Jeffrey Stedfast | 2004-04-15 | 1 | -0/+8 |
* | do offline mail syncing (only for open folders so far). If we fail doing | Not Zed | 2004-04-14 | 1 | -0/+6 |
* | Rearranged some error checking code to fix bug #56405. | Jeffrey Stedfast | 2004-04-14 | 1 | -0/+5 |
* | implement the new counts, and get them all atomically so they're only | Not Zed | 2004-04-13 | 1 | -0/+10 |
* | Fix NotZed's fix to not mark messages as unseen. Fixes bug #56879. | Jeffrey Stedfast | 2004-04-13 | 1 | -3/+8 |
* | change the auth type string from Password to plain/password | Sivaiah Nallagatla | 2004-04-13 | 1 | -0/+6 |
* | Fix for bug #56878. | Jeffrey Stedfast | 2004-04-13 | 1 | -0/+12 |
* | add bookname to uri | Sivaiah Nallagatla | 2004-04-11 | 1 | -0/+6 |
* | Fix capitalisation of the "mailcheck" section title and move it to the top | Jeffrey Stedfast | 2004-04-10 | 1 | -0/+10 |
* | Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): Do | Jeffrey Stedfast | 2004-04-08 | 1 | -0/+9 |
* | always set the seen flag when we delete a message. I demand that this may, | Not Zed | 2004-04-08 | 1 | -0/+6 |
* | include camel-debug.h | Not Zed | 2004-04-08 | 1 | -0/+27 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 1 | -0/+3 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 1 | -0/+3 |
* | Defined. | Jeffrey Stedfast | 2004-04-07 | 1 | -0/+12 |
* | #if 0 out the sys/debugreg stuff. | Not Zed | 2004-04-06 | 1 | -0/+2 |
* | ** See bug #56110. | Not Zed | 2004-04-06 | 1 | -0/+15 |
* | ** See bug #56464. | Not Zed | 2004-04-06 | 1 | -0/+21 |
* | dont add folders to folders_out here, only in get_folders_add_folders. | Not Zed | 2004-04-05 | 1 | -0/+14 |
* | New function to get the deleted message count (used for Outbox count which | Jeffrey Stedfast | 2004-04-03 | 1 | -0/+6 |
* | turn this on, this should always be on, it points to real bugs in the | Not Zed | 2004-04-02 | 1 | -0/+9 |
* | Wrap annoying exeption warnings with w(). | Jeffrey Stedfast | 2004-04-02 | 1 | -0/+4 |
* | fixed changelog | Jeffrey Stedfast | 2004-03-31 | 1 | -1/+0 |
* | Partially implemented. (imap4_get_folder): Implemented. | Jeffrey Stedfast | 2004-03-31 | 1 | -0/+7 |
* | Use header_decode_text() rather than rfc2047_decode_word() to decode the | Jeffrey Stedfast | 2004-03-31 | 1 | -0/+8 |
* | added some debug to dump the whole folderinfo tree if store:folder_info is | Not Zed | 2004-03-30 | 1 | -0/+24 |
* | Implemented. | Jeffrey Stedfast | 2004-03-30 | 1 | -0/+11 |
* | Updated to actually parse the STATUS response into a list of item/value | Jeffrey Stedfast | 2004-03-30 | 1 | -0/+8 |
* | Removed debugging printfs. | Jeffrey Stedfast | 2004-03-30 | 1 | -0/+12 |
* | close pre tag in case we just flush. I am not sure if it's still worth to | Radek Doulik | 2004-03-30 | 1 | -0/+9 |
* | use object_bag_peek instead of _get, since we dont want to clash/wait for | Not Zed | 2004-03-29 | 1 | -0/+9 |
* | get the content-type off of the multipart-signed, not its container. This | Not Zed | 2004-03-29 | 1 | -0/+4 |
* | remove locking here, we're locked whne we enter. (fill_fi): call | Not Zed | 2004-03-29 | 1 | -0/+6 |
* | New source files implementing the CamelFolder class for the new IMAP4 | Jeffrey Stedfast | 2004-03-29 | 1 | -0/+4 |
* | New source files implementing the CamelFolderSummary class for the new | Jeffrey Stedfast | 2004-03-29 | 1 | -0/+6 |
* | Reverted imap.web.de fix. | Jeffrey Stedfast | 2004-03-27 | 1 | -0/+5 |
* | Added new maildir flags D for draft and commented P for forwarded. | Not Zed | 2004-03-26 | 1 | -0/+10 |
* | No longer need to split ']' tokens from atom tokens due to a fixup in the | Jeffrey Stedfast | 2004-03-26 | 1 | -8/+22 |
* | If the server is imap.web.de, just ask for all the headers rather than | Jeffrey Stedfast | 2004-03-26 | 1 | -1/+16 |
* | Fix for bug #55018. | Jeffrey Stedfast | 2004-03-26 | 1 | -0/+12 |
* | Removed newline character from the provider description | Martyn Russell | 2004-03-25 | 1 | -0/+5 |
* | removed ldap seetings and added a settng for SOAP port read port number | Sivaiah Nallagatla | 2004-03-25 | 1 | -0/+10 |
* | New convenience wrapper function. (engine_parse_status): Fixed to handle | Jeffrey Stedfast | 2004-03-25 | 1 | -0/+12 |
* | Reworked the else bit to fix a bug where if we had the BODY structure, we | Jeffrey Stedfast | 2004-03-24 | 1 | -0/+6 |
* | use camel debug to add some debug here. | Not Zed | 2004-03-23 | 1 | -0/+13 |
* | connect lock around this. was getting a race with mem corruption | Not Zed | 2004-03-23 | 1 | -0/+6 |
* | decode newsgroups header into a list of newsgroups. | Not Zed | 2004-03-22 | 1 | -0/+14 |
* | ref the diary before replaying it. it could get unreffed during replay if | Not Zed | 2004-03-19 | 1 | -0/+9 |
* | remove async_thread thing. | Not Zed | 2004-03-19 | 1 | -0/+4 |
* | Checking that mi->content->type != NULL is no longer good enough to tell | Jeffrey Stedfast | 2004-03-18 | 1 | -0/+9 |
* | reverted last fix and: | Radek Doulik | 2004-03-18 | 1 | -3/+3 |
* | Don't bloody junktest filter mail unless the user has configured Evolution | Jeffrey Stedfast | 2004-03-18 | 1 | -0/+5 |
* | Reverted jeff's fix for #55018, since it wasn't tested, and doesn't work. | Not Zed | 2004-03-17 | 1 | -0/+6 |
* | See bug #55618. | Not Zed | 2004-03-17 | 1 | -0/+16 |
* | Always use '/' to derive the basename of the folder. folder->full_name is | Jeffrey Stedfast | 2004-03-16 | 1 | -0/+5 |
* | If the initial SELECT fails and CREATE is specified, clear the exception | Jeffrey Stedfast | 2004-03-16 | 1 | -0/+7 |
* | rever previous patch. We don't want to set the default mime/type, it'll | Not Zed | 2004-03-16 | 1 | -0/+6 |
* | same as below for path. | Not Zed | 2004-03-15 | 1 | -0/+12 |
* | set the mime-type field on the content the same way as | Not Zed | 2004-03-15 | 1 | -0/+11 |
* | drop embedded whitespace characters, and don't do unquoting, etc. See | Not Zed | 2004-03-15 | 1 | -0/+6 |
* | Now takes an argument to specify whether disconnecting when respbuf is | Jeffrey Stedfast | 2004-03-13 | 1 | -0/+7 |
* | Fix for bug #53497. | Jeffrey Stedfast | 2004-03-13 | 1 | -1/+18 |
* | clearn the learn bit only if set | Radek Doulik | 2004-03-13 | 1 | -0/+4 |
* | Fixes for bug #55018. | Jeffrey Stedfast | 2004-03-13 | 1 | -0/+26 |
* | watch for setting JUNK flag, if JUNK_LEARN is not set as well then reset | Radek Doulik | 2004-03-13 | 1 | -0/+21 |
* | If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE or | Jeffrey Stedfast | 2004-03-13 | 1 | -0/+16 |
* | 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 | 1 | -0/+7 |
* | removed this. not sure what it was doing there, a 1 line funciton used | Not Zed | 2004-03-11 | 1 | -0/+10 |
* | we need to add the folderinfo always if we're recursive from top. Should | Not Zed | 2004-03-11 | 1 | -0/+4 |
* | (imap_store_refresh_folders): check we're updating an imap folder, | Michael Zucci | 2004-03-11 | 1 | -3/+5 |
* | turn off NOINFERIORS always, translate to nochildren. | Not Zed | 2004-03-11 | 1 | -0/+48 |
* | ** See bug #53355. | Not Zed | 2004-03-04 | 1 | -0/+8 |
* | use "Calendar" and "Checklist" for the folder names, instead of "Default". | Rodrigo Moya | 2004-03-03 | 1 | -0/+7 |
* | attempt at uncancelling a cancelled operation. | Not Zed | 2004-03-03 | 1 | -0/+3 |
* | fun dun diddley un fun. Since we're writing a const buffer, we need to | Not Zed | 2004-03-03 | 1 | -0/+50 |
* | Overrides the parent method. We don't want to encode user flags/tags or | Jeffrey Stedfast | 2004-03-03 | 1 | -1/+8 |
* | Free the uids *after* reporting Complete, otherwise we get an FMR if our | Jeffrey Stedfast | 2004-02-26 | 1 | -0/+11 |
* | do not avoid junk mails in unread count | 5 | 2004-02-26 | 1 | -0/+5 |
* | moved the RECNET flag into the folder area (bit 17-30). | Not Zed | 2004-02-25 | 1 | -0/+17 |
* | #include <signal.h>, we don't need limits.h | Jeffrey Stedfast | 2004-02-25 | 1 | -0/+2 |
* | New function to do what camel_store_uri_cmp() was supposed to do. | Jeffrey Stedfast | 2004-02-25 | 1 | -0/+5 |
* | If our folder has a subdir, but no actual children, then we need to unset | Rodney Dawes | 2004-02-24 | 1 | -0/+8 |
* | Removed. Useless/broken function. | Jeffrey Stedfast | 2004-02-24 | 1 | -0/+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 | 1 | -0/+5 |
* | wrap this file with #ifdef ENABLE_SMIME instead of #ifdef HAVE_NSS. | Chris Toshok | 2004-02-20 | 1 | -0/+5 |
* | Add sanity checking to the folder name if we are going to create it, just | Jeffrey Stedfast | 2004-02-20 | 1 | -0/+6 |
* | Fixes for api changes. | Not Zed | 2004-02-19 | 1 | -0/+15 |
* | Use the trust to decide the validity signature status. (Better way of | Jeffrey Stedfast | 2004-02-19 | 1 | -0/+8 |
* | Set the trust. | Jeffrey Stedfast | 2004-02-18 | 1 | -0/+6 |
* | implment, make sync a noop on vee stores. Speeds up exit, so we don't try | Not Zed | 2004-02-17 | 1 | -0/+4 |
* | ** See bug #53861. | Not Zed | 2004-02-17 | 1 | -0/+8 |
* | ** See bug #51045. | Not Zed | 2004-02-16 | 1 | -0/+47 |
* | added bug# to a changelog entry | Jeffrey Stedfast | 2004-02-14 | 1 | -1/+2 |
* | Same. | Jeffrey Stedfast | 2004-02-14 | 1 | -0/+24 |
* | Since decoding a string doesn't allow strings longer than 65536, truncate | Jeffrey Stedfast | 2004-02-13 | 1 | -0/+6 |
* | ** See bug #53978. | Not Zed | 2004-02-09 | 1 | -0/+6 |
* | ** See bug #51319. | Not Zed | 2004-02-09 | 1 | -0/+8 |
* | Use strrchr, not strchr. | Jeffrey Stedfast | 2004-02-07 | 1 | -0/+2 |
* | Forget the need_id, not the userid. Fixes bug #53908. | Jeffrey Stedfast | 2004-02-07 | 1 | -0/+3 |
* | Set a CAMEL_FOLDER_VIRTUAL bit on the special folder info so our UI can | Jeffrey Stedfast | 2004-02-07 | 1 | -0/+8 |
* | changed to return a boolean to indicate if the flags were actually changed | Not Zed | 2004-02-06 | 1 | -0/+6 |
* | rename .cmeta file too, and fix the recovery order. | Not Zed | 2004-02-05 | 1 | -0/+14 |
* | ** See bug #53553. | Not Zed | 2004-02-05 | 1 | -0/+34 |
* | Get rid of some unnecessary CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2004-02-05 | 1 | -0/+11 |
* | Fix for bug #53755 (local folders case) | Jeffrey Stedfast | 2004-02-05 | 1 | -0/+11 |
* | (store_sync): duh, actually pass expunge to folder_sync. | Michael Zucci | 2004-02-04 | 1 | -0/+1 |
* | added 'expunge' parameter, easier 'empty trash on exit' call. | Not Zed | 2004-02-04 | 1 | -0/+9 |
* | changed order around, first try to delete and only remove from the object | Not Zed | 2004-02-04 | 1 | -0/+24 |
* | Use macro casts from int to pointer. | Jeffrey Stedfast | 2004-02-04 | 1 | -0/+18 |
* | New test suite for url scanning. | Jeffrey Stedfast | 2004-02-04 | 1 | -0/+17 |
* | Fixes for bug #53091. | Jeffrey Stedfast | 2004-02-03 | 1 | -0/+7 |
* | Copy the flags too. Fixes the local folder case of bug #53091. | Jeffrey Stedfast | 2004-02-03 | 1 | -0/+5 |
* | Same as below. | Jeffrey Stedfast | 2004-02-01 | 1 | -0/+10 |
* | Fix spelling error in provider description | Rodney Dawes | 2004-01-31 | 1 | -0/+7 |
* | Protect against multiple camel_init() calls. Remember if we've already | Jeffrey Stedfast | 2004-01-31 | 1 | -0/+5 |
* | copy the old_name that comes in, since it might be the actual folder_name, | Not Zed | 2004-01-30 | 1 | -0/+6 |
* | ** See bug #53269. | Not Zed | 2004-01-29 | 1 | -0/+6 |
* | added a doc comment. | Not Zed | 2004-01-29 | 1 | -0/+12 |
* | output scan->name and scan->value for writing metadata, rather than | Not Zed | 2004-01-29 | 1 | -0/+4 |
* | zero out passwd/user/host before freeing them. | Not Zed | 2004-01-29 | 1 | -0/+5 |
* | Make sure the new dir path exists before trying to rename files to avoid | Jeffrey Stedfast | 2004-01-29 | 1 | -0/+9 |
* | add port and /soap parts to relative uri while updating it when account | Sivaih Nallagatla | 2004-01-28 | 1 | -0/+6 |
* | set CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_summary): update | Radek Doulik | 2004-01-27 | 1 | -0/+11 |
* | ** See bug #53373. | Not Zed | 2004-01-27 | 1 | -0/+9 |
* | use check_junk_for_imap flag | Radek Doulik | 2004-01-24 | 1 | -0/+6 |
* | removed the meaningless fixme, a butt-retrieved-number is as good as any | Not Zed | 2004-01-23 | 1 | -0/+10 |
* | Fix prototype to be consistent. | Jeremy Katz | 2004-01-23 | 1 | -0/+4 |
* | ** See bug #52996. | Not Zed | 2004-01-21 | 1 | -0/+11 |
* | ** See bug #52817. | Not Zed | 2004-01-20 | 1 | -0/+6 |
* | ** See bug #52899. | Not Zed | 2004-01-20 | 1 | -0/+7 |
* | add port and "/soap" to source uri | Siviaah Nallagatla | 2004-01-19 | 1 | -0/+5 |
* | use a CamelURL to properly encode the url we generate. | Not Zed | 2004-01-19 | 1 | -0/+13 |
* | Limit the flags we set (or unset) to the folder's permanent flags. | Jeffrey Stedfast | 2004-01-17 | 1 | -0/+5 |
* | Same. | Jeffrey Stedfast | 2004-01-17 | 1 | -6/+17 |
* | added some conf entries for LDAP address setup added | Sivaiah Nallagatla | 2004-01-16 | 1 | -0/+9 |
* | ** See bug #52881. | Not Zed | 2004-01-15 | 1 | -0/+15 |
* | missing renaming. | Rodrigo Moya | 2004-01-15 | 1 | -0/+5 |
* | set the "auth" property on the ESource's we create, to get authentication. | Rodrigo Moya | 2004-01-14 | 1 | -0/+5 |
* | ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only status for | Not Zed | 2004-01-14 | 1 | -0/+10 |
* | remove debug printf. | Not Zed | 2004-01-14 | 1 | -0/+12 |
* | missing renaming. | Rodrigo Moya | 2004-01-14 | 1 | -1/+5 |
* | renamed groupwise-config-listener.[ch] to these file names and also | Sivaiah Nallagatla | 2004-01-13 | 1 | -0/+8 |
* | now based on discofolder, cache_message and append_message implemented, | Meilof Veeningen | 2004-01-13 | 1 | -2/+26 |
* | ** See bug 52725. | Not Zed | 2004-01-12 | 1 | -0/+10 |
* | if e_iconv() returns -1, check that errno != EINVAL - if errno *is* | Jeffrey Stedfast | 2004-01-11 | 1 | -7/+25 |
* | libcamelgroupwise.urls instead of libcamelimap.urls | Rodney Dawes | 2004-01-10 | 1 | -0/+5 |
* | added null check for source url to take care of accounts with Server Types | Sivaiah Nallagatla | 2004-01-09 | 1 | -0/+5 |
* | fix removal of journal file, and remove the cmeta state file too. | Not Zed | 2004-01-09 | 1 | -0/+19 |
* | move assertions here. (set_mime_type_field): change order slightly to | Not Zed | 2004-01-09 | 1 | -0/+7 |
* | add groupwise to SUBDIRS new camel provider for groupwise new class to add | Sivaiah Nallagatla | 2004-01-08 | 1 | -0/+8 |
* | include sys/types.h for freebsd | JP Rosevear | 2004-01-06 | 1 | -0/+4 |
* | renamed from imap_*. | Rodrigo Moya | 2004-01-05 | 1 | -0/+5 |
* | check the right return of the socket call, dont set fd to the value of the | Not Zed | 2004-01-05 | 1 | -0/+5 |
* | Save errno and check the return of the socket() call. | Jeffrey Stedfast | 2004-01-03 | 1 | -2/+7 |
* | g_module_open the other providers we depend on to avoid load ordering | Rodrigo Moya | 2003-12-25 | 1 | -0/+21 |
* | Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASE | Jeffrey Stedfast | 2003-12-12 | 1 | -0/+11 |
* | Use CAMEL_FODLER_NOCHILDREN rather than NOINFERIORS because NOINFERIORS | Jeffrey Stedfast | 2003-12-11 | 1 | -0/+6 |
* | Add a CAMEL_FOLDER_NOCHILDREN flag. | Jeffrey Stedfast | 2003-12-11 | 1 | -0/+9 |
* | also check application/pkcs7-signature (bloody applemail). | Not Zed | 2003-12-10 | 1 | -0/+7 |
* | put the camel-smime-context.[ch] back in here, remove it from EXTRA_DIST, | Not Zed | 2003-12-10 | 1 | -0/+17 |
* | remove dthe clearenv stuff, not sure why its there. s/setenv/putenv/ for | Not Zed | 2003-12-10 | 1 | -0/+6 |
* | ** See bug #51899. | Not Zed | 2003-12-09 | 1 | -0/+8 |
* | Revert the s/is_/camel_mime_is_/ changes or we get really long variable | Jeffrey Stedfast | 2003-12-09 | 1 | -0/+8 |
* | encode the address before sending it out, rather than using the raw/utf8 | Not Zed | 2003-12-09 | 1 | -0/+30 |
* | Fixes bug #51881 | Jeffrey Stedfast | 2003-12-09 | 1 | -0/+9 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 1 | -0/+4 |
* | Properly set the O_NONBLOCK flag along with any previously set flags. | Jeffrey Stedfast | 2003-12-06 | 1 | -0/+12 |
* | check recent messages for junk mail | Radek Doulik | 2003-12-04 | 1 | -0/+12 |
* | Free fi->path if we are gonna replace it with the vinfo path. | Jeffrey Stedfast | 2003-12-04 | 1 | -0/+3 |
* | Treat parent_name == NULL and parent_name == "" the same. | Jeffrey Stedfast | 2003-12-04 | 1 | -0/+3 |
* | Only add vTrash/vJunk info's if we've requested the toplevel folder tree, | Jeffrey Stedfast | 2003-12-04 | 1 | -0/+9 |
* | ** See bug #51478. | Not Zed | 2003-12-02 | 1 | -0/+7 |
* | Start at fd = 3. | Jeffrey Stedfast | 2003-12-02 | 1 | -0/+10 |
* | Same. | Jeffrey Stedfast | 2003-12-01 | 1 | -0/+15 |
* | set SUBSCRIBED and NOINFERIORS flags to special folders, renamed method | Radek Doulik | 2003-12-01 | 1 | -0/+12 |
* | Enable GUI option for 'custom command' connection. Don't g_free strings in | David Woodhouse | 2003-12-01 | 1 | -0/+7 |
* | Added list-unsubscribe header match. | Not Zed | 2003-12-01 | 1 | -0/+15 |
* | Commit missing entry. | JP Rosevear | 2003-11-27 | 1 | -1/+1 |
* | make sure we always dist the smime stuff | JP Rosevear | 2003-11-27 | 1 | -0/+4 |
* | conditionally compile s/mime support | JP Rosevear | 2003-11-26 | 1 | -0/+5 |
* | change args to make it suit storing the validity in a tree. | Not Zed | 2003-11-25 | 1 | -0/+12 |
* | Don't destroy the providers as it mans we can never ever have more than 1 | Jeffrey Stedfast | 2003-11-19 | 1 | -0/+6 |
* | Fixed an exception to give a more meaningful description. | Jeffrey Stedfast | 2003-11-18 | 1 | -0/+1 |
* | Fixed an exception to give a more meaningful description. | Jeffrey Stedfast | 2003-11-18 | 1 | -0/+5 |
* | Handle "" as a request for a full dirscan as well (not just NULL). Makes | Jeffrey Stedfast | 2003-11-15 | 1 | -0/+10 |
* | oops, put the mempool stuff back, we don't use e-memory afterall. Damn | Not Zed | 2003-11-14 | 1 | -0/+5 |
* | Remove mempool code, we use the stuff in e-util. (PRESERVE_HEADERS): new | Not Zed | 2003-11-14 | 1 | -0/+21 |
* | look at the content object's mime type, not the container's type. | Not Zed | 2003-11-13 | 1 | -0/+13 |
* | split out the CMSMessage verification code so it can be used from | Not Zed | 2003-11-10 | 1 | -0/+23 |
* | Don't bother trying to see if the server advertises EHLO. Simply always | Jeffrey Stedfast | 2003-11-07 | 1 | -0/+6 |
* | new (unfinished) api to peek inside smime parts to tell us whats in it. | Not Zed | 2003-11-05 | 1 | -0/+20 |
* | We might need to convert the passwd from UTF-8 into the locale charset. | Jeffrey Stedfast | 2003-11-05 | 1 | -0/+6 |
* | removed, now redundant. | Not Zed | 2003-10-31 | 1 | -0/+4 |
* | implement something basic. | Not Zed | 2003-10-30 | 1 | -0/+2 |
* | Added a note about api inconsistencies. | Not Zed | 2003-10-30 | 1 | -0/+57 |
* | We should check List-Post before List-Id (List-Post has to contain the | Jeffrey Stedfast | 2003-10-29 | 1 | -0/+7 |
* | Fixes bug #35083 | Jeffrey Stedfast | 2003-10-29 | 1 | -0/+15 |
* | better detection of broken date to give to broken_date_parser. | Frédéric Crozat | 2003-10-28 | 1 | -0/+5 |
* | If a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN, then ignore it. | Jeffrey Stedfast | 2003-10-28 | 1 | -0/+6 |
* | Removed unneeded CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2003-10-24 | 1 | -0/+4 |
* | Merge new-ui-branch into the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -0/+47 |
* | Fixed a #include. | Jeffrey Stedfast | 2003-10-16 | 1 | -0/+4 |
* | Allow timezone offsets to be up to 14 hours ahead of UTC. Fixes bug | Jeffrey Stedfast | 2003-10-10 | 1 | -0/+7 |