aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* ref the diary before replaying it. it could get unreffed during replay ifNot Zed2004-03-191-0/+9
* remove async_thread thing.Not Zed2004-03-191-0/+4
* Checking that mi->content->type != NULL is no longer good enough to tellJeffrey Stedfast2004-03-181-0/+9
* reverted last fix and:Radek Doulik2004-03-181-3/+3
* Don't bloody junktest filter mail unless the user has configured EvolutionJeffrey Stedfast2004-03-181-0/+5
* Reverted jeff's fix for #55018, since it wasn't tested, and doesn't work.Not Zed2004-03-171-0/+6
* See bug #55618.Not Zed2004-03-171-0/+16
* Always use '/' to derive the basename of the folder. folder->full_name isJeffrey Stedfast2004-03-161-0/+5
* If the initial SELECT fails and CREATE is specified, clear the exceptionJeffrey Stedfast2004-03-161-0/+7
* rever previous patch. We don't want to set the default mime/type, it'llNot Zed2004-03-161-0/+6
* same as below for path.Not Zed2004-03-151-0/+12
* set the mime-type field on the content the same way asNot Zed2004-03-151-0/+11
* drop embedded whitespace characters, and don't do unquoting, etc. SeeNot Zed2004-03-151-0/+6
* Now takes an argument to specify whether disconnecting when respbuf isJeffrey Stedfast2004-03-131-0/+7
* Fix for bug #53497.Jeffrey Stedfast2004-03-131-1/+18
* clearn the learn bit only if setRadek Doulik2004-03-131-0/+4
* Fixes for bug #55018.Jeffrey Stedfast2004-03-131-0/+26
* watch for setting JUNK flag, if JUNK_LEARN is not set as well then resetRadek Doulik2004-03-131-0/+21
* If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE orJeffrey Stedfast2004-03-131-0/+16
* fixed ChangeLogJeffrey Stedfast2004-03-121-1/+0
* Sanity check that count is <1024 and also use g_try_malloc so that we canJeffrey Stedfast2004-03-121-0/+7
* removed this. not sure what it was doing there, a 1 line funciton usedNot Zed2004-03-111-0/+10
* we need to add the folderinfo always if we're recursive from top. ShouldNot Zed2004-03-111-0/+4
* (imap_store_refresh_folders): check we're updating an imap folder,Michael Zucci2004-03-111-3/+5
* turn off NOINFERIORS always, translate to nochildren.Not Zed2004-03-111-0/+48
* ** See bug #53355.Not Zed2004-03-041-0/+8
* use "Calendar" and "Checklist" for the folder names, instead of "Default".Rodrigo Moya2004-03-031-0/+7
* attempt at uncancelling a cancelled operation.Not Zed2004-03-031-0/+3
* fun dun diddley un fun. Since we're writing a const buffer, we need toNot Zed2004-03-031-0/+50
* Overrides the parent method. We don't want to encode user flags/tags orJeffrey Stedfast2004-03-031-1/+8
* Free the uids *after* reporting Complete, otherwise we get an FMR if ourJeffrey Stedfast2004-02-261-0/+11
* do not avoid junk mails in unread count52004-02-261-0/+5
* moved the RECNET flag into the folder area (bit 17-30).Not Zed2004-02-251-0/+17
* #include <signal.h>, we don't need limits.hJeffrey Stedfast2004-02-251-0/+2
* New function to do what camel_store_uri_cmp() was supposed to do.Jeffrey Stedfast2004-02-251-0/+5
* If our folder has a subdir, but no actual children, then we need to unsetRodney Dawes2004-02-241-0/+8
* Removed. Useless/broken function.Jeffrey Stedfast2004-02-241-0/+5
* fixedJeffrey Stedfast2004-02-211-10/+15
* Init list to NULL to prevent the crash in bug #54574.Jeffrey Stedfast2004-02-211-0/+5
* wrap this file with #ifdef ENABLE_SMIME instead of #ifdef HAVE_NSS.Chris Toshok2004-02-201-0/+5
* Add sanity checking to the folder name if we are going to create it, justJeffrey Stedfast2004-02-201-0/+6
* Fixes for api changes.Not Zed2004-02-191-0/+15
* Use the trust to decide the validity signature status. (Better way ofJeffrey Stedfast2004-02-191-0/+8
* Set the trust.Jeffrey Stedfast2004-02-181-0/+6
* implment, make sync a noop on vee stores. Speeds up exit, so we don't tryNot Zed2004-02-171-0/+4
* ** See bug #53861.Not Zed2004-02-171-0/+8
* ** See bug #51045.Not Zed2004-02-161-0/+47
* added bug# to a changelog entryJeffrey Stedfast2004-02-141-1/+2
* Same.Jeffrey Stedfast2004-02-141-0/+24
* Since decoding a string doesn't allow strings longer than 65536, truncateJeffrey Stedfast2004-02-131-0/+6
* ** See bug #53978.Not Zed2004-02-091-0/+6
* ** See bug #51319.Not Zed2004-02-091-0/+8
* Use strrchr, not strchr.Jeffrey Stedfast2004-02-071-0/+2
* Forget the need_id, not the userid. Fixes bug #53908.Jeffrey Stedfast2004-02-071-0/+3
* Set a CAMEL_FOLDER_VIRTUAL bit on the special folder info so our UI canJeffrey Stedfast2004-02-071-0/+8
* changed to return a boolean to indicate if the flags were actually changedNot Zed2004-02-061-0/+6
* rename .cmeta file too, and fix the recovery order.Not Zed2004-02-051-0/+14
* ** See bug #53553.Not Zed2004-02-051-0/+34
* Get rid of some unnecessary CAMEL_OBJECT() casts.Jeffrey Stedfast2004-02-051-0/+11
* Fix for bug #53755 (local folders case)Jeffrey Stedfast2004-02-051-0/+11
* (store_sync): duh, actually pass expunge to folder_sync.Michael Zucci2004-02-041-0/+1
* added 'expunge' parameter, easier 'empty trash on exit' call.Not Zed2004-02-041-0/+9
* changed order around, first try to delete and only remove from the objectNot Zed2004-02-041-0/+24
* Use macro casts from int to pointer.Jeffrey Stedfast2004-02-041-0/+18
* New test suite for url scanning.Jeffrey Stedfast2004-02-041-0/+17
* Fixes for bug #53091.Jeffrey Stedfast2004-02-031-0/+7
* Copy the flags too. Fixes the local folder case of bug #53091.Jeffrey Stedfast2004-02-031-0/+5
* Same as below.Jeffrey Stedfast2004-02-011-0/+10
* Fix spelling error in provider descriptionRodney Dawes2004-01-311-0/+7
* Protect against multiple camel_init() calls. Remember if we've alreadyJeffrey Stedfast2004-01-311-0/+5
* copy the old_name that comes in, since it might be the actual folder_name,Not Zed2004-01-301-0/+6
* ** See bug #53269.Not Zed2004-01-291-0/+6
* added a doc comment.Not Zed2004-01-291-0/+12
* output scan->name and scan->value for writing metadata, rather thanNot Zed2004-01-291-0/+4
* zero out passwd/user/host before freeing them.Not Zed2004-01-291-0/+5
* Make sure the new dir path exists before trying to rename files to avoidJeffrey Stedfast2004-01-291-0/+9
* add port and /soap parts to relative uri while updating it when accountSivaih Nallagatla2004-01-281-0/+6
* set CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_summary): updateRadek Doulik2004-01-271-0/+11
* ** See bug #53373.Not Zed2004-01-271-0/+9
* use check_junk_for_imap flagRadek Doulik2004-01-241-0/+6
* removed the meaningless fixme, a butt-retrieved-number is as good as anyNot Zed2004-01-231-0/+10
* Fix prototype to be consistent.Jeremy Katz2004-01-231-0/+4
* ** See bug #52996.Not Zed2004-01-211-0/+11
* ** See bug #52817.Not Zed2004-01-201-0/+6
* ** See bug #52899.Not Zed2004-01-201-0/+7
* add port and "/soap" to source uriSiviaah Nallagatla2004-01-191-0/+5
* use a CamelURL to properly encode the url we generate.Not Zed2004-01-191-0/+13
* Limit the flags we set (or unset) to the folder's permanent flags.Jeffrey Stedfast2004-01-171-0/+5
* Same.Jeffrey Stedfast2004-01-171-6/+17
* added some conf entries for LDAP address setup addedSivaiah Nallagatla2004-01-161-0/+9
* ** See bug #52881.Not Zed2004-01-151-0/+15
* missing renaming.Rodrigo Moya2004-01-151-0/+5
* set the "auth" property on the ESource's we create, to get authentication.Rodrigo Moya2004-01-141-0/+5
* ** Patch from Timo Sirainen <tss@iki.fi> to honour read-only status forNot Zed2004-01-141-0/+10
* remove debug printf.Not Zed2004-01-141-0/+12
* missing renaming.Rodrigo Moya2004-01-141-1/+5
* renamed groupwise-config-listener.[ch] to these file names and alsoSivaiah Nallagatla2004-01-131-0/+8
* now based on discofolder, cache_message and append_message implemented,Meilof Veeningen2004-01-131-2/+26
* ** See bug 52725.Not Zed2004-01-121-0/+10
* if e_iconv() returns -1, check that errno != EINVAL - if errno *is*Jeffrey Stedfast2004-01-111-7/+25
* libcamelgroupwise.urls instead of libcamelimap.urlsRodney Dawes2004-01-101-0/+5
* added null check for source url to take care of accounts with Server TypesSivaiah Nallagatla2004-01-091-0/+5
* fix removal of journal file, and remove the cmeta state file too.Not Zed2004-01-091-0/+19
* move assertions here. (set_mime_type_field): change order slightly toNot Zed2004-01-091-0/+7
* add groupwise to SUBDIRS new camel provider for groupwise new class to addSivaiah Nallagatla2004-01-081-0/+8
* include sys/types.h for freebsdJP Rosevear2004-01-061-0/+4
* renamed from imap_*.Rodrigo Moya2004-01-051-0/+5
* check the right return of the socket call, dont set fd to the value of theNot Zed2004-01-051-0/+5
* Save errno and check the return of the socket() call.Jeffrey Stedfast2004-01-031-2/+7
* g_module_open the other providers we depend on to avoid load orderingRodrigo Moya2003-12-251-0/+21
* Don't immediately prompt for a passwd after receiving the NEED_PASSPHRASEJeffrey Stedfast2003-12-121-0/+11
* Use CAMEL_FODLER_NOCHILDREN rather than NOINFERIORS because NOINFERIORSJeffrey Stedfast2003-12-111-0/+6
* Add a CAMEL_FOLDER_NOCHILDREN flag.Jeffrey Stedfast2003-12-111-0/+9
* also check application/pkcs7-signature (bloody applemail).Not Zed2003-12-101-0/+7
* put the camel-smime-context.[ch] back in here, remove it from EXTRA_DIST,Not Zed2003-12-101-0/+17
* remove dthe clearenv stuff, not sure why its there. s/setenv/putenv/ forNot Zed2003-12-101-0/+6
* ** See bug #51899.Not Zed2003-12-091-0/+8
* Revert the s/is_/camel_mime_is_/ changes or we get really long variableJeffrey Stedfast2003-12-091-0/+8
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-091-0/+30
* Fixes bug #51881Jeffrey Stedfast2003-12-091-0/+9
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-071-0/+4
* Properly set the O_NONBLOCK flag along with any previously set flags.Jeffrey Stedfast2003-12-061-0/+12
* check recent messages for junk mailRadek Doulik2003-12-041-0/+12
* Free fi->path if we are gonna replace it with the vinfo path.Jeffrey Stedfast2003-12-041-0/+3
* Treat parent_name == NULL and parent_name == "" the same.Jeffrey Stedfast2003-12-041-0/+3
* Only add vTrash/vJunk info's if we've requested the toplevel folder tree,Jeffrey Stedfast2003-12-041-0/+9
* ** See bug #51478.Not Zed2003-12-021-0/+7
* Start at fd = 3.Jeffrey Stedfast2003-12-021-0/+10
* Same.Jeffrey Stedfast2003-12-011-0/+15
* set SUBSCRIBED and NOINFERIORS flags to special folders, renamed methodRadek Doulik2003-12-011-0/+12
* Enable GUI option for 'custom command' connection. Don't g_free strings inDavid Woodhouse2003-12-011-0/+7
* Added list-unsubscribe header match.Not Zed2003-12-011-0/+15
* Commit missing entry.JP Rosevear2003-11-271-1/+1
* make sure we always dist the smime stuffJP Rosevear2003-11-271-0/+4
* conditionally compile s/mime supportJP Rosevear2003-11-261-0/+5
* change args to make it suit storing the validity in a tree.Not Zed2003-11-251-0/+12
* Don't destroy the providers as it mans we can never ever have more than 1Jeffrey Stedfast2003-11-191-0/+6
* Fixed an exception to give a more meaningful description.Jeffrey Stedfast2003-11-181-0/+1
* Fixed an exception to give a more meaningful description.Jeffrey Stedfast2003-11-181-0/+5
* Handle "" as a request for a full dirscan as well (not just NULL). MakesJeffrey Stedfast2003-11-151-0/+10
* oops, put the mempool stuff back, we don't use e-memory afterall. DamnNot Zed2003-11-141-0/+5
* Remove mempool code, we use the stuff in e-util. (PRESERVE_HEADERS): newNot Zed2003-11-141-0/+21
* look at the content object's mime type, not the container's type.Not Zed2003-11-131-0/+13
* split out the CMSMessage verification code so it can be used fromNot Zed2003-11-101-0/+23
* Don't bother trying to see if the server advertises EHLO. Simply alwaysJeffrey Stedfast2003-11-071-0/+6
* new (unfinished) api to peek inside smime parts to tell us whats in it.Not Zed2003-11-051-0/+20
* We might need to convert the passwd from UTF-8 into the locale charset.Jeffrey Stedfast2003-11-051-0/+6
* removed, now redundant.Not Zed2003-10-311-0/+4
* implement something basic.Not Zed2003-10-301-0/+2
* Added a note about api inconsistencies.Not Zed2003-10-301-0/+57
* We should check List-Post before List-Id (List-Post has to contain theJeffrey Stedfast2003-10-291-0/+7
* Fixes bug #35083Jeffrey Stedfast2003-10-291-0/+15
* better detection of broken date to give to broken_date_parser.Frédéric Crozat2003-10-281-0/+5
* If a word is longer than CAMEL_TEXT_INDEX_MAX_WORDLEN, then ignore it.Jeffrey Stedfast2003-10-281-0/+6
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-241-0/+4
* Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-221-0/+47
* Fixed a #include.Jeffrey Stedfast2003-10-161-0/+4
* Allow timezone offsets to be up to 14 hours ahead of UTC. Fixes bugJeffrey Stedfast2003-10-101-0/+7
* Removed an unused variable.Jeffrey Stedfast2003-10-091-0/+5
* If the localhost lookup results in a numeric IPv6 host, use the formJeffrey Stedfast2003-09-251-0/+6
* If the CREATE flag is set and the parent .sbd directory does not exist,Jeffrey Stedfast2003-09-241-0/+4
* Don't forget to flush the iconv conversion.Jeffrey Stedfast2003-09-241-0/+3
* Don't try dot-files.Jeffrey Stedfast2003-09-241-0/+4
* ** See bug #41610Not Zed2003-09-231-0/+7
* Added "offline_sync" option, which lets you synchronise all mail to localNot Zed2003-09-231-0/+34
* Fix the code that creates a new ssl stream to pass the correct argumentsJeffrey Stedfast2003-09-221-1/+15
* New function to replace the one from camel-mime-part.cJeffrey Stedfast2003-09-191-0/+41
* namespaced the encoding/decoding routines.Jeffrey Stedfast2003-09-191-0/+26
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-09-191-0/+136
* Implement a temp hack so trunk works until we merge in new-ui-branch.Jeffrey Stedfast2003-09-171-0/+4
* Don't warning about how we haven't written anything to the stream, this isJeffrey Stedfast2003-09-171-0/+7
* removed dead code.Not Zed2003-09-161-0/+25
* Implements CamelLocalFolder::get_full_path() (publicly namespaced so thatJeffrey Stedfast2003-09-131-0/+30
* Remove libcamel-static.laDan Winship2003-09-111-0/+4
* call camel_folder_sync bypassing the folder lock. SeeNot Zed2003-09-091-0/+6
* Add PREAUTH handling and pine/mutt/etpan/etc.-style 'ssh <mailhost> execDavid Woodhouse2003-09-051-0/+5
* New stream implementation for running commands. Compile the aboveDavid Woodhouse2003-09-041-0/+6
* ** See bug #47765.Not Zed2003-09-041-0/+18
* removed debug printfs.Not Zed2003-08-301-0/+5
* Need to copy the local properties list before passing it out, since it'sNot Zed2003-08-301-0/+5
* implement PERSISTENT_PROPERTIES, for index mode.Not Zed2003-08-281-0/+33
* temporarily reverting my camel namespace patches until after we merge in some...Jeffrey Stedfast2003-08-271-136/+0
* s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g andJeffrey Stedfast2003-08-271-4/+37
* Namespaced.Jeffrey Stedfast2003-08-261-0/+103
* Added some more error checking for reading/writing to the pipes. Fixes bugJeffrey Stedfast2003-08-251-0/+5
* Don't poke wrapper->stream directly, useJeffrey Stedfast2003-08-221-0/+10
* Make sure to ref the stream. Fixes bug #47749.Jeffrey Stedfast2003-08-211-0/+5
* Various fixes to make it work.Not Zed2003-08-191-0/+17
* ** See bug #47634.Not Zed2003-08-161-0/+21
* Don't attach any filters to decode base64/qp/etc.Jeffrey Stedfast2003-08-161-0/+5
* Save errno when flushing/unreffing the filter stream.Jeffrey Stedfast2003-08-141-0/+5
* If the content is base64/qp/uu/etc encoded but the part is 7bit/8bit/(orJeffrey Stedfast2003-08-141-0/+9
* Fix the range check, we were stopping removal of 1 or 2 removals, for someNot Zed2003-08-141-0/+14
* force connect manually so basics work.Not Zed2003-08-121-1/+24
* New test suite for the mime parser (which is where the below 2 fixes wereJeffrey Stedfast2003-08-121-0/+101
* Same.Jeffrey Stedfast2003-08-021-0/+7
* Also updated.Jeffrey Stedfast2003-07-311-0/+12
* Fix for #46168 'some additional locale aliases required for chineseSuresh Chandrasekharan2003-07-291-0/+16
* Revert my previous changes to this function.Jeffrey Stedfast2003-07-241-0/+15
* #include camel-file-utils.h for camel_read()Dan Winship2003-07-231-0/+12
* Updated to convert to/from the correct charset (since content is no longerJeffrey Stedfast2003-07-181-0/+5
* Increment the seekable stream position by the number of bytes read. Oops.Jeffrey Stedfast2003-07-181-0/+1
* Increment the seekable stream position by the number of bytes read. Oops.Jeffrey Stedfast2003-07-181-0/+5
* ** See bug #42573Timo Sirainen2003-07-171-0/+8
* Add the CamelMimePartEncodingType definition here.Jeffrey Stedfast2003-07-171-0/+19
* If we read 0 bytes, then set eos to TRUE.Jeffrey Stedfast2003-07-161-2/+7
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-101-1/+11
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-101-0/+51
* remove reference to camel-pgp-mime.hLarry Ewing2003-07-091-0/+5
* Removed.Jeffrey Stedfast2003-07-091-0/+2
* Updated (new copy/paste from e-iconv).Jeffrey Stedfast2003-07-091-0/+5
* Use camel_read(). (stream_write): Use camel_write().Jeffrey Stedfast2003-07-091-0/+8
* Use camel_mkdir().Jeffrey Stedfast2003-07-081-0/+26
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-081-0/+24
* Don't quote the charset value, the qop value, nor the response value.Jeffrey Stedfast2003-07-031-0/+6
* Use gmtime_r() instead of using gmtime() and memcpy() to try and beJeffrey Stedfast2003-07-031-0/+5
* free the summary hashDan Winship2003-07-021-0/+5
* Put day of week into outgoing email.David Woodhouse2003-07-021-0/+5
* Added prototype for camel_folder_summary_remove_range().Jeffrey Stedfast2003-06-251-0/+12
* ** See bug #43887Not Zed2003-06-251-0/+7
* if we got cancelled, the message is floating, so free it. (structNot Zed2003-06-201-0/+18
* Made static (to match the prototype).Jeffrey Stedfast2003-06-191-0/+5
* don't leak the summary when reloading it. Fixes a very large leak.Larry Ewing2003-06-181-0/+6
* Calculate ranges to remove folder info's more efficiently. affectsNot Zed2003-06-181-0/+11
* ** See bug #44322Not Zed2003-06-171-0/+13
* Fix for bug #40788.Jeffrey Stedfast2003-06-141-0/+18
* Partial fix for bug #44457.Jeffrey Stedfast2003-06-121-1/+15
* some days you just wish you had that subatomic 100 megaton kill-o-zap bomb.Jeffrey Stedfast2003-06-121-0/+20
* use g_utf8_strdown properly.Larry Ewing2003-06-121-0/+4
* Add the CAMEL_BESTENC_TEXT bit to enctype if the part is a text part.Jeffrey Stedfast2003-06-111-0/+9
* Roll over ChangeLogs.Ettore Perazzoli2003-06-101-22083/+0
* Turn off debugging.Jeffrey Stedfast2003-06-021-0/+8
* Turned off a debugging printf.Jeffrey Stedfast2003-05-301-0/+5
* This should finish fixing all variations of bug #42854, which, funnilyJeffrey Stedfast2003-05-281-0/+16
* Lets try this again. We don't actually want to free the key here, becauseJeffrey Stedfast2003-05-231-0/+7
* Create a second GPtrArray for the keys. We don't want to useJeffrey Stedfast2003-05-211-0/+6
* Only display a warning if errno != EINVAL (EINVAL means there was aJeffrey Stedfast2003-05-201-0/+11
* fixed ChangeLogJeffrey Stedfast2003-05-201-82/+81
* Ensure cmdbuf is initialized to avoid compiler warning.Jeremy Katz2003-05-171-0/+72
* Simplistic quick-fix for #42710. Add a charset argument. If the data is 8Not Zed2003-05-161-0/+8
* Only delete the index if it is non-NULL. Fixes bug #42763.Jeffrey Stedfast2003-05-161-0/+5
* ** See bug #42540Not Zed2003-05-151-0/+9
* Added a note to the comment block for this function noting that uids MUSTJeffrey Stedfast2003-05-151-0/+14
* If host->h_name is NULL or an empty string, default back to using the IPJeffrey Stedfast2003-05-141-0/+6
* Disable debugging.Ettore Perazzoli2003-05-141-0/+8
* Don't call g_utf8_validate on an empty message. Fixes a warning.Dan Winship2003-05-051-0/+6
* Workaround for POS mailers like the one in bug #42045.Jeffrey Stedfast2003-05-031-0/+10
* Remove camel-lock.c from here because it upsets automake 1.6 for someDan Winship2003-04-301-0/+6
* body_len needs to be a size_t instead of intJeremy Katz2003-04-301-0/+5
* Disable debugging printfs.Jeffrey Stedfast2003-04-251-0/+2