| Commit message (Expand) | Author | Age | Files | Lines |
* | oops, poke the right uid to get the article number. | Not Zed | 2004-05-20 | 1 | -2/+2 |
* | use the article number instead of the messageid. Some servers are just | Not Zed | 2004-05-19 | 1 | -11/+16 |
* | do the same load of mailbox if we're in slow mode as we did for maildir. | Not Zed | 2004-05-18 | 1 | -0/+5 |
* | ** Bug #56050. | Not Zed | 2004-05-17 | 2 | -3/+80 |
* | 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/+5 |
* | type-o fix for bug #58404 | Jeffrey Stedfast | 2004-05-13 | 1 | -1/+1 |
* | eliminate the need for another variable | Jeffrey Stedfast | 2004-05-13 | 1 | -5/+2 |
* | oops, tiny fix | Jeffrey Stedfast | 2004-05-13 | 1 | -0/+2 |
* | Ignore PERMANENTFLAGS if it gives us an empty set. Works around broken | Jeffrey Stedfast | 2004-05-13 | 1 | -3/+8 |
* | changed to match_threads. (camel_folder_search_search): remove thread | Not Zed | 2004-05-12 | 3 | -95/+19 |
* | New class for zipping/unzipping gzip streams. | Jeffrey Stedfast | 2004-05-11 | 1 | -0/+5 |
* | set nodelay and keepalive on the socket. | Not Zed | 2004-05-06 | 1 | -1/+12 |
* | dont set X-Evolution-Source here anymore, set in caller. | Not Zed | 2004-05-05 | 1 | -17/+15 |
* | Fixed typo. | Christian Kellner | 2004-05-04 | 1 | -1/+1 |
* | ** See #57979. | Not Zed | 2004-05-04 | 1 | -1/+2 |
* | Fix typo. #53466. | Priit Laes | 2004-05-01 | 1 | -1/+1 |
* | Change the UID_SET_LIMIT to 768 (something <1000 octets as suggested by | Jeffrey Stedfast | 2004-04-28 | 1 | -2/+5 |
* | Send a flag list rather than \Deleted by itself. See #57381. | Not Zed | 2004-04-22 | 1 | -4/+4 |
* | Don't bother doing any work if perm_flags is 0. | Jeffrey Stedfast | 2004-04-22 | 1 | -0/+3 |
* | added CAMEL_LIBS to LIBADD added new function to get addres book names | Sivaiah Nallagatla | 2004-04-21 | 2 | -68/+167 |
* | set the meta data file on nntp folders. | Not Zed | 2004-04-21 | 1 | -0/+5 |
* | implement dummy virtual method. | Not Zed | 2004-04-21 | 1 | -0/+29 |
* | Fixed to not expect ]'s as part of the BODY atom token. | Jeffrey Stedfast | 2004-04-20 | 1 | -1/+7 |
* | Changed imap_atom_specials[] to not treat ']' as an atom char (as per | Jeffrey Stedfast | 2004-04-16 | 1 | -2/+4 |
* | Use %F instead of %S so that the folder name gets properly converted from | Jeffrey Stedfast | 2004-04-15 | 1 | -1/+1 |
* | Rearranged some error checking code to fix bug #56405. | Jeffrey Stedfast | 2004-04-14 | 1 | -10/+11 |
* | change the auth type string from Password to plain/password | Sivaiah Nallagatla | 2004-04-13 | 1 | -1/+1 |
* | add bookname to uri | Sivaiah Nallagatla | 2004-04-11 | 1 | -6/+5 |
* | Fix capitalisation of the "mailcheck" section title and move it to the top | Jeffrey Stedfast | 2004-04-10 | 2 | -7/+7 |
* | Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): Do | Jeffrey Stedfast | 2004-04-08 | 1 | -4/+99 |
* | include camel-debug.h | Not Zed | 2004-04-08 | 1 | -2/+12 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 1 | -2/+24 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 1 | -11/+54 |
* | Defined. | Jeffrey Stedfast | 2004-04-07 | 5 | -7/+12 |
* | ** See bug #56110. | Not Zed | 2004-04-06 | 1 | -10/+52 |
* | dont add folders to folders_out here, only in get_folders_add_folders. | Not Zed | 2004-04-05 | 1 | -5/+3 |
* | Partially implemented. (imap4_get_folder): Implemented. | Jeffrey Stedfast | 2004-03-31 | 2 | -19/+298 |
* | added some debug to dump the whole folderinfo tree if store:folder_info is | Not Zed | 2004-03-30 | 2 | -22/+64 |
* | Implemented. | Jeffrey Stedfast | 2004-03-30 | 25 | -1997/+2103 |
* | Updated to actually parse the STATUS response into a list of item/value | Jeffrey Stedfast | 2004-03-30 | 1 | -23/+120 |
* | Removed debugging printfs. | Jeffrey Stedfast | 2004-03-30 | 2 | -4/+1 |
* | use object_bag_peek instead of _get, since we dont want to clash/wait for | Not Zed | 2004-03-29 | 1 | -23/+9 |
* | remove locking here, we're locked whne we enter. (fill_fi): call | Not Zed | 2004-03-29 | 1 | -4/+3 |
* | New source files implementing the CamelFolder class for the new IMAP4 | Jeffrey Stedfast | 2004-03-29 | 3 | -0/+836 |
* | 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 | 3 | -0/+1200 |
* | Reverted imap.web.de fix. | Jeffrey Stedfast | 2004-03-27 | 1 | -6/+3 |
* | Added new maildir flags D for draft and commented P for forwarded. | Not Zed | 2004-03-26 | 2 | -4/+20 |
* | No longer need to split ']' tokens from atom tokens due to a fixup in the | Jeffrey Stedfast | 2004-03-26 | 4 | -27/+892 |
* | If the server is imap.web.de, just ask for all the headers rather than | Jeffrey Stedfast | 2004-03-26 | 3 | -7/+16 |
* | Fix for bug #55018. | Jeffrey Stedfast | 2004-03-26 | 1 | -4/+23 |
* | Removed newline character from the provider description | Martyn Russell | 2004-03-25 | 1 | -1/+1 |
* | removed ldap seetings and added a settng for SOAP port read port number | Sivaiah Nallagatla | 2004-03-25 | 2 | -93/+70 |
* | New convenience wrapper function. (engine_parse_status): Fixed to handle | Jeffrey Stedfast | 2004-03-25 | 3 | -9/+67 |
* | #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 | 1 | -51/+50 |
* | use camel debug to add some debug here. | Not Zed | 2004-03-23 | 1 | -62/+73 |
* | connect lock around this. was getting a race with mem corruption | Not Zed | 2004-03-23 | 1 | -2/+6 |
* | decode newsgroups header into a list of newsgroups. | Not Zed | 2004-03-22 | 2 | -2/+11 |
* | remove async_thread thing. | Not Zed | 2004-03-19 | 2 | -58/+0 |
* | Checking that mi->content->type != NULL is no longer good enough to tell | Jeffrey Stedfast | 2004-03-18 | 1 | -4/+21 |
* | Reverted jeff's fix for #55018, since it wasn't tested, and doesn't work. | Not Zed | 2004-03-17 | 1 | -75/+29 |
* | See bug #55618. | Not Zed | 2004-03-17 | 1 | -0/+2 |
* | If the initial SELECT fails and CREATE is specified, clear the exception | Jeffrey Stedfast | 2004-03-16 | 1 | -1/+3 |
* | same as below for path. | Not Zed | 2004-03-15 | 2 | -2/+4 |
* | set the mime-type field on the content the same way as | Not Zed | 2004-03-15 | 1 | -3/+10 |
* | Now takes an argument to specify whether disconnecting when respbuf is | Jeffrey Stedfast | 2004-03-13 | 1 | -15/+16 |
* | Fix for bug #53497. | Jeffrey Stedfast | 2004-03-13 | 1 | -37/+19 |
* | Fixes for bug #55018. | Jeffrey Stedfast | 2004-03-13 | 4 | -59/+96 |
* | If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE or | Jeffrey Stedfast | 2004-03-13 | 1 | -37/+28 |
* | removed this. not sure what it was doing there, a 1 line funciton used | Not Zed | 2004-03-11 | 1 | -16/+14 |
* | (imap_store_refresh_folders): check we're updating an imap folder, | Michael Zucci | 2004-03-11 | 1 | -0/+6 |
* | turn off NOINFERIORS always, translate to nochildren. | Not Zed | 2004-03-11 | 11 | -126/+217 |
* | fix all the warnings | Michael Zucci | 2004-03-04 | 5 | -8/+10 |
* | ** See bug #53355. | Not Zed | 2004-03-04 | 1 | -3/+7 |
* | use "Calendar" and "Checklist" for the folder names, instead of "Default". | Rodrigo Moya | 2004-03-03 | 1 | -8/+7 |
* | fun dun diddley un fun. Since we're writing a const buffer, we need to | Not Zed | 2004-03-03 | 4 | -22/+47 |
* | Overrides the parent method. We don't want to encode user flags/tags or | Jeffrey Stedfast | 2004-03-03 | 1 | -1/+22 |
* | use g_ascii_str[n]casecmp everywhere. fix the sense of the nil check for | Not Zed | 2004-02-27 | 1 | -29/+31 |
* | moved the RECNET flag into the folder area (bit 17-30). | Not Zed | 2004-02-25 | 3 | -19/+13 |
* | If our folder has a subdir, but no actual children, then we need to unset | Rodney Dawes | 2004-02-24 | 1 | -0/+2 |
* | remove debug | Michael Zucci | 2004-02-24 | 1 | -8/+1 |
* | kill some debug | Michael Zucci | 2004-02-24 | 2 | -16/+3 |
* | Add sanity checking to the folder name if we are going to create it, just | Jeffrey Stedfast | 2004-02-20 | 1 | -0/+14 |
* | Fixes for api changes. | Not Zed | 2004-02-19 | 8 | -46/+31 |
* | ** See bug #53861. | Not Zed | 2004-02-17 | 1 | -0/+4 |
* | ** See bug #51045. | Not Zed | 2004-02-16 | 13 | -60/+266 |
* | Same. | Jeffrey Stedfast | 2004-02-14 | 5 | -45/+60 |
* | ** See bug #53978. | Not Zed | 2004-02-09 | 1 | -1/+5 |
* | ** See bug #51319. | Not Zed | 2004-02-09 | 1 | -9/+9 |
* | changed to return a boolean to indicate if the flags were actually changed | Not Zed | 2004-02-06 | 3 | -9/+18 |
* | rename .cmeta file too, and fix the recovery order. | Not Zed | 2004-02-05 | 4 | -315/+327 |
* | ** See bug #53553. | Not Zed | 2004-02-05 | 2 | -2/+6 |
* | Get rid of some unnecessary CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2004-02-05 | 2 | -31/+31 |
* | Fix for bug #53755 (local folders case) | Jeffrey Stedfast | 2004-02-05 | 1 | -13/+16 |
* | added 'expunge' parameter, easier 'empty trash on exit' call. | Not Zed | 2004-02-04 | 1 | -0/+3 |
* | changed order around, first try to delete and only remove from the object | Not Zed | 2004-02-04 | 2 | -19/+0 |
* | Fixes for bug #53091. | Jeffrey Stedfast | 2004-02-03 | 1 | -1/+4 |
* | Same as below. | Jeffrey Stedfast | 2004-02-01 | 2 | -4/+4 |
* | Fix spelling error in provider description | Rodney Dawes | 2004-01-31 | 1 | -1/+1 |
* | ** See bug #53269. | Not Zed | 2004-01-29 | 1 | -4/+3 |
* | Make sure the new dir path exists before trying to rename files to avoid | Jeffrey Stedfast | 2004-01-29 | 1 | -7/+39 |
* | add port and /soap parts to relative uri while updating it when account | Sivaih Nallagatla | 2004-01-28 | 1 | -4/+5 |
* | set CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_summary): update | Radek Doulik | 2004-01-27 | 1 | -3/+12 |
* | (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 | 1 | -1/+2 |
* | ** See bug #52817. | Not Zed | 2004-01-20 | 5 | -6/+11 |
* | add port and "/soap" to source uri | Siviaah Nallagatla | 2004-01-19 | 1 | -2/+6 |
* | use a CamelURL to properly encode the url we generate. | Not Zed | 2004-01-19 | 1 | -2/+2 |
* | Limit the flags we set (or unset) to the folder's permanent flags. | Jeffrey Stedfast | 2004-01-17 | 1 | -9/+9 |
* | added some conf entries for LDAP address setup added | Sivaiah Nallagatla | 2004-01-16 | 2 | -16/+160 |
* | *** empty log message *** | Rodrigo Moya | 2004-01-16 | 1 | -16/+8 |
* | missing renaming. | Rodrigo Moya | 2004-01-15 | 1 | -1/+1 |
* | set the "auth" property on the ESource's we create, to get authentication. | Rodrigo Moya | 2004-01-14 | 1 | -0/+1 |
* | ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only status for | Not Zed | 2004-01-14 | 2 | -1/+14 |
* | remove debug printf. | Not Zed | 2004-01-14 | 1 | -2/+0 |
* | missing renaming. | Rodrigo Moya | 2004-01-14 | 1 | -2/+2 |
* | 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 | 3 | -2/+545 |
* | 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 | 11 | -314/+1686 |
* | ** See bug 52725. | Not Zed | 2004-01-12 | 3 | -2/+8 |
* | libcamelgroupwise.urls instead of libcamelimap.urls | Rodney Dawes | 2004-01-10 | 1 | -1/+2 |
* | added null check for source url to take care of accounts with Server Types | Sivaiah Nallagatla | 2004-01-09 | 1 | -1/+6 |
* | fix removal of journal file, and remove the cmeta state file too. | Not Zed | 2004-01-09 | 3 | -8/+23 |
* | *** 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 | 5 | -20/+582 |
* | renamed from imap_*. | Rodrigo Moya | 2004-01-05 | 1 | -6/+6 |
* | g_module_open the other providers we depend on to avoid load ordering | Rodrigo Moya | 2003-12-25 | 3 | -0/+205 |
* | Use CAMEL_FODLER_NOCHILDREN rather than NOINFERIORS because NOINFERIORS | Jeffrey Stedfast | 2003-12-11 | 1 | -3/+3 |
* | Add a CAMEL_FOLDER_NOCHILDREN flag. | Jeffrey Stedfast | 2003-12-11 | 3 | -4/+3 |
* | ** See bug #51899. | Not Zed | 2003-12-09 | 1 | -2/+3 |
* | encode the address before sending it out, rather than using the raw/utf8 | Not Zed | 2003-12-09 | 3 | -5/+8 |
* | Fixes bug #51881 | Jeffrey Stedfast | 2003-12-09 | 2 | -2/+53 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 7 | -14/+7 |
* | Treat parent_name == NULL and parent_name == "" the same. | Jeffrey Stedfast | 2003-12-04 | 1 | -1/+1 |
* | Enable GUI option for 'custom command' connection. Don't g_free strings in | David Woodhouse | 2003-12-01 | 2 | -1/+8 |
* | Fixed an exception to give a more meaningful description. | Jeffrey Stedfast | 2003-11-18 | 1 | -12/+10 |
* | Fixed an exception to give a more meaningful description. | Jeffrey Stedfast | 2003-11-18 | 1 | -1/+2 |
* | 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 | 2 | -19/+24 |
* | Don't bother trying to see if the server advertises EHLO. Simply always | Jeffrey Stedfast | 2003-11-07 | 1 | -18/+9 |
* | Fixes bug #35083 | Jeffrey Stedfast | 2003-10-29 | 3 | -12/+42 |
* | Merge new-ui-branch into the trunk. | Ettore Perazzoli | 2003-10-22 | 3 | -11/+25 |
* | Removed an unused variable. | Jeffrey Stedfast | 2003-10-09 | 1 | -1/+0 |
* | 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 | 1 | -1/+3 |
* | If the CREATE flag is set and the parent .sbd directory does not exist, | Jeffrey Stedfast | 2003-09-24 | 1 | -0/+13 |
* | ** See bug #41610 | Not Zed | 2003-09-23 | 1 | -1/+2 |
* | Added "offline_sync" option, which lets you synchronise all mail to local | Not Zed | 2003-09-23 | 1 | -0/+2 |
* | Fix the code that creates a new ssl stream to pass the correct arguments | Jeffrey Stedfast | 2003-09-22 | 3 | -4/+8 |
* | New function to replace the one from camel-mime-part.c | Jeffrey Stedfast | 2003-09-19 | 1 | -1/+1 |
* | namespaced the encoding/decoding routines. | Jeffrey Stedfast | 2003-09-19 | 2 | -2/+2 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-09-19 | 17 | -106/+109 |
* | Implement a temp hack so trunk works until we merge in new-ui-branch. | Jeffrey Stedfast | 2003-09-17 | 1 | -10/+15 |
* | removed dead code. | Not Zed | 2003-09-16 | 6 | -239/+75 |
* | Implements CamelLocalFolder::get_full_path() (publicly namespaced so that | Jeffrey Stedfast | 2003-09-13 | 5 | -51/+666 |
* | updated warning to mention the proper rfc | Jeffrey Stedfast | 2003-09-13 | 1 | -2/+2 |
* | add | Dan Winship | 2003-09-11 | 1 | -0/+11 |
* | call camel_folder_sync bypassing the folder lock. See | Not Zed | 2003-09-09 | 1 | -2/+2 |
* | Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> exec | David Woodhouse | 2003-09-05 | 2 | -2/+164 |
* | Need to copy the local properties list before passing it out, since it's | Not Zed | 2003-08-30 | 1 | -1/+1 |
* | implement PERSISTENT_PROPERTIES, for index mode. | Not Zed | 2003-08-28 | 2 | -12/+82 |
* | temporarily reverting my camel namespace patches until after we merge in some... | Jeffrey Stedfast | 2003-08-27 | 17 | -109/+106 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-08-27 | 5 | -14/+14 |
* | Namespaced. | Jeffrey Stedfast | 2003-08-26 | 15 | -92/+95 |
* | Don't poke wrapper->stream directly, use | Jeffrey Stedfast | 2003-08-22 | 1 | -1/+1 |
* | Make sure to ref the stream. Fixes bug #47749. | Jeffrey Stedfast | 2003-08-21 | 1 | -7/+9 |
* | Various fixes to make it work. | Not Zed | 2003-08-19 | 4 | -8/+8 |
* | Don't attach any filters to decode base64/qp/etc. | Jeffrey Stedfast | 2003-08-16 | 1 | -48/+5 |
* | force connect manually so basics work. | Not Zed | 2003-08-12 | 1 | -3/+3 |
* | New test suite for the mime parser (which is where the below 2 fixes were | Jeffrey Stedfast | 2003-08-12 | 1 | -2/+2 |
* | add optional imapp compile | Michael Zucci | 2003-08-02 | 1 | -1/+6 |
* | experimental, non-working imap implementation | Michael Zucci | 2003-08-02 | 22 | -0/+7458 |
* | #include camel-file-utils.h for camel_read() | Dan Winship | 2003-07-23 | 1 | -1/+1 |
* | ** See bug #42573 | Timo Sirainen | 2003-07-17 | 1 | -11/+13 |
* | Get rid of the #ifdef ENABLE_THREADS since we no longer plan to | Jeffrey Stedfast | 2003-07-10 | 6 | -116/+91 |
* | Use camel_mkdir(). | Jeffrey Stedfast | 2003-07-08 | 3 | -4/+5 |
* | removed debug printfs | Jeffrey Stedfast | 2003-07-08 | 1 | -18/+0 |
* | Updated for string-utils namespace changes. | Jeffrey Stedfast | 2003-07-08 | 11 | -15/+29 |
* | ** See bug #31745 | Not Zed | 2003-06-20 | 1 | -6/+9 |
* | Made static (to match the prototype). | Jeffrey Stedfast | 2003-06-19 | 1 | -2/+2 |
* | ** See bug #44322 | Not Zed | 2003-06-17 | 1 | -6/+6 |
* | Fix for bug #40788. | Jeffrey Stedfast | 2003-06-14 | 4 | -21/+38 |
* | Turn off debugging. | Jeffrey Stedfast | 2003-06-02 | 1 | -3/+3 |
* | This should finish fixing all variations of bug #42854, which, funnily | Jeffrey Stedfast | 2003-05-28 | 1 | -20/+28 |
* | Ensure cmdbuf is initialized to avoid compiler warning. | Jeremy Katz | 2003-05-17 | 5 | -9/+9 |
* | Only delete the index if it is non-NULL. Fixes bug #42763. | Jeffrey Stedfast | 2003-05-16 | 1 | -2/+3 |
* | Added a note to the comment block for this function noting that uids MUST | Jeffrey Stedfast | 2003-05-15 | 3 | -20/+21 |
* | If host->h_name is NULL or an empty string, default back to using the IP | Jeffrey Stedfast | 2003-05-14 | 1 | -5/+6 |
* | Disable debugging. | Ettore Perazzoli | 2003-05-14 | 3 | -3/+3 |
* | body_len needs to be a size_t instead of int | Jeremy Katz | 2003-04-30 | 1 | -1/+1 |
* | Disable debugging printfs. | Jeffrey Stedfast | 2003-04-25 | 1 | -3/+5 |
* | only free the host if it was set. removes a run-time warning. | Not Zed | 2003-04-24 | 1 | -5/+5 |
* | #if 0 out some code that parsed the namespaces since the results aren't | Jeffrey Stedfast | 2003-04-24 | 1 | -1/+3 |
* | ** for #40989 | Not Zed | 2003-04-19 | 1 | -0/+12 |
* | Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set. | Jeffrey Stedfast | 2003-04-11 | 1 | -1/+3 |
* | filter data test cases. | Not Zed | 2003-04-10 | 1 | -1/+1 |
* | Save the content size in a temp variable until after we've successfully | Jeffrey Stedfast | 2003-04-10 | 1 | -1/+10 |
* | Fixes for bug #40778. Probably others as well. | Jeffrey Stedfast | 2003-04-09 | 1 | -122/+213 |
* | Make sure host->h_name is not an empty string too? Apparently for one user | Jeffrey Stedfast | 2003-04-09 | 1 | -1/+1 |
* | If store->engine->line is NULL, use _("Unknown error") as the error string | Jeffrey Stedfast | 2003-04-09 | 1 | -4/+6 |
* | remove unused var. | Not Zed | 2003-03-28 | 3 | -4/+5 |
* | camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server | ÃÂ Timo SirainenÃÂ | 2003-03-25 | 1 | -2/+3 |
* | Handle raw 8-bit From data "correctly". (The same way we handle | Dan Winship | 2003-03-21 | 4 | -76/+1 |
* | Removed unused variable left over from my previous fix. | Jeffrey Stedfast | 2003-03-18 | 1 | -14/+8 |
* | added a comment | Jeffrey Stedfast | 2003-03-11 | 1 | -0/+2 |
* | s/g_strncasecmp/strncasecmp/g | Jeffrey Stedfast | 2003-03-07 | 3 | -23/+25 |
* | Fixes for bug #39168 | Jeffrey Stedfast | 2003-03-06 | 5 | -22/+14 |
* | Same as IMAP and POP. | Jeffrey Stedfast | 2003-03-01 | 3 | -12/+21 |
* | Undo jeff's changes. | Not Zed | 2003-02-27 | 1 | -3/+7 |
* | Don't write the passwd, fixes "bug" #38601. | Jeffrey Stedfast | 2003-02-25 | 1 | -3/+6 |
* | New function...back from the depths of hell from whence it came | Jeffrey Stedfast | 2003-02-25 | 2 | -2/+19 |
* | fixed a type-o that causes a segfault | Jeffrey Stedfast | 2003-02-24 | 2 | -2/+2 |
* | Do it the same way we just made the sendmail code do it. | Jeffrey Stedfast | 2003-02-24 | 2 | -60/+53 |
* | s/g_slist_free1/g_slist_free_1 | Jeffrey Stedfast | 2003-02-23 | 2 | -3/+5 |
* | Remove all Bcc headers before sending to the smtp server. | Jeffrey Stedfast | 2003-02-23 | 2 | -14/+53 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 3 | -28/+24 |
* | Define in terms of privincludedir. (camellibexecdir): Define in terms of | Dan Winship | 2003-02-06 | 6 | -12/+6 |
* | Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated. | Jeffrey Stedfast | 2003-02-05 | 5 | -40/+40 |
* | Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise. | Ettore Perazzoli | 2003-01-23 | 6 | -6/+6 |
* | Instead of checking recipients != NULL, check that camel_address_length | Jeffrey Stedfast | 2003-01-05 | 1 | -2/+2 |
* | commit this too | Jeffrey Stedfast | 2002-12-18 | 1 | -1/+2 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 17 | -115/+122 |
* | Use a bag instead of a hashtable to track the cache streams. | Not Zed | 2002-12-09 | 5 | -58/+42 |
* | Properly handle the case where the namespace is "". Fixes bug #34975 | Jeffrey Stedfast | 2002-12-05 | 2 | -5/+8 |
* | If we have a namespace of "", then always match any path. | Not Zed | 2002-11-22 | 1 | -4/+6 |
* | If the namespace is at/below INBOX, check for the INBOX explicitly (since | Jeffrey Stedfast | 2002-11-18 | 1 | -20/+65 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 5 | -12/+23 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 15 | -168/+207 |
* | Use g_path_get_basename instead of g_strdup (g_basename (filename)). | Jeffrey Stedfast | 2002-11-02 | 1 | -1/+1 |
* | Removed hash-table-utils.[c,h] from the build. | Jeffrey Stedfast | 2002-11-01 | 1 | -1/+1 |
* | ** For bug #31647 and bug #31456. | Not Zed | 2002-10-24 | 4 | -77/+142 |
* | Canonicalise the source_uri to not have a path. Fixes bug #32268. | Jeffrey Stedfast | 2002-10-23 | 1 | -25/+30 |
* | If the response from the IMAP server is "No", don't set the | Jeffrey Stedfast | 2002-10-10 | 1 | -1/+1 |
* | Fixes bug #31752 | Jeffrey Stedfast | 2002-10-08 | 2 | -12/+27 |
* | Add missing ;. | Michael Zucci | 2002-10-03 | 1 | -1/+1 |
* | /home/notzed/gnome/head/evolution/camel | Not Zed | 2002-10-03 | 2 | -20/+14 |
* | Use strtol when decoding the timezone (since it can be negative) and don't | Jeffrey Stedfast | 2002-10-02 | 1 | -1/+2 |
* | Fixes bug #31456. | Jeffrey Stedfast | 2002-10-01 | 1 | -34/+51 |
* | Don't strip the namespace from the fi->full_name when hasing or creating | Jeffrey Stedfast | 2002-10-01 | 1 | -1/+1 |
* | Remove debug content_info_dump, could cause a crash, and not really needed | Not Zed | 2002-09-30 | 1 | -2/+0 |
* | New function to decode the INTERNALDATE response from an IMAP server so we | Jeffrey Stedfast | 2002-09-28 | 2 | -12/+124 |
* | Use the summary's last uid as the one to fetch from, ignoring the cache. | Not Zed | 2002-09-27 | 2 | -22/+32 |
* | Treat spool as a local folder, so the ref checks work right. | Not Zed | 2002-09-26 | 1 | -3/+1 |