aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add support for the webcal, callto, and h323 URIs when we get them inRodney Dawes2004-06-181-0/+5
* Don't foolishly unmunge From_ lines. First off, we don't even know if ourJeffrey Stedfast2004-06-181-0/+7
* Make sure we have elements in the array, if not then we're done (return aJeffrey Stedfast2004-06-181-1/+7
* Fixed to work properly. It was getting ranges wrong before sometimes whichJeffrey Stedfast2004-06-181-0/+4
* Thanks to Christian Kellner for pointing out these bugs (and submittingJeffrey Stedfast2004-06-181-3/+10
* Only ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag &Jeffrey Stedfast2004-06-171-0/+6
* Only force a re-update of all FLAGS if this folder wasn't in the SELECTEDJeffrey Stedfast2004-06-171-0/+4
* Added a 'first' member to the imap_fetch_all_t struct so we can use thatJeffrey Stedfast2004-06-171-2/+8
* Added a 'first' member to the imap_fetch_all_t struct so we can use thatJeffrey Stedfast2004-06-171-0/+19
* Use camel_multipart_signed_get_content_stream() rather than getting theJeffrey Stedfast2004-06-151-0/+4
* Init have_unget to FALSE. Don't set unget to NULL, it's no longer aJeffrey Stedfast2004-06-151-0/+11
* use g_ascii_strcasecmp. (smtp_connect): do not re-helo after we'veNot Zed2004-06-141-0/+8
* Flush summary updates for the currently selected folder. (imap4_noop):Jeffrey Stedfast2004-06-131-0/+2
* Flush summary updates for the currently selected folder.Jeffrey Stedfast2004-06-121-0/+3
* Don't bother with exists_changed. We don't need it afterall.Jeffrey Stedfast2004-06-121-0/+11
* Force updating of the emsage flags (normally this only happens ifJeffrey Stedfast2004-06-121-0/+6
* Handle getting FLAGS even though we didn't request it (server can send usJeffrey Stedfast2004-06-111-0/+15
* if we scan from "" or top == NULL, then we really want to scan from "."Not Zed2004-06-111-0/+11
* (camel_imap4_summary_flush_updates): Added some logic toJeffrey Stedfast2004-06-111-0/+3
* Don't bother scanning summary info if EXISTS was 0.Jeffrey Stedfast2004-06-111-0/+8
* Don't bother scanning summary info if EXISTS was 0.Jeffrey Stedfast2004-06-111-0/+15
* Don't always try and parse a RESP-CODE in the BYE case as the RESP-CODE isJeffrey Stedfast2004-06-111-0/+6
* If flags does not include FOLDER_INFO_FAST, get the total/unread countsJeffrey Stedfast2004-06-111-0/+16
* add some :filter debug. (open_folder): only ignore the get_folderNot Zed2004-06-101-0/+5
* move the stream based checking into the loop, after we connect. Fixes aNot Zed2004-06-101-0/+6
* Fixed a case where it was possible to double-free the gpg context.Jeffrey Stedfast2004-06-091-0/+7
* Don't assign trust to be UNKNOWN if gpg sent us a NODATA status.Jeffrey Stedfast2004-06-091-6/+14
* Load the entire summary, not just the summary header. This way when theJeffrey Stedfast2004-06-081-0/+10
* Implemented, mostly. Still need to update state on the renamed folderJeffrey Stedfast2004-06-071-0/+16
* Initialise the folder->summary and force an update of the message infoJeffrey Stedfast2004-06-051-0/+13
* Fixed to work properly. After we've flushed the buffer, we want to setJeffrey Stedfast2004-06-051-0/+5
* Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER, notJeffrey Stedfast2004-06-051-0/+4
* Always just return 0, don't try to PR_Sync() - fsync on a socket causes anJeffrey Stedfast2004-06-051-0/+18
* reset current folder. (connect_to_server): and here too just to make sure.Not Zed2004-06-031-0/+2
* disconnect if we get an io error or user cancellation.Not Zed2004-06-031-0/+3
* only save the summary, don't update from server, thats what refresh infoNot Zed2004-06-031-0/+74
* ** A few fixes for better rfc compliance, and cleaner code.Not Zed2004-06-011-0/+21
* Don't leak the zlib stream internals.Jeffrey Stedfast2004-06-011-0/+5
* Fixes bug #59191.Jeffrey Stedfast2004-05-281-0/+9
* If the store is not a vtrash store, just invoke the virtual method. (InDan Winship2004-05-271-0/+9
* set port property on e-sourceSivaiah nallagatla2004-05-261-0/+4
* return NULL when there is no existing gw account with same uidSivaiah Nallagatla2004-05-261-0/+5
* removed.Not Zed2004-05-261-0/+8
* remove /soap part from uri. make port as a e-source property instead ofSivaiah Nallagatla2004-05-261-0/+7
* fix/rearrange logic. It was using the wrong working pointer.Not Zed2004-05-241-0/+5
* added CAMEL_PROVIDER_CONF_HIDDEN to conf item type enum. This is used bySivaiah Nallagatla2004-05-241-0/+9
* oops, forgot folder_created. Removed locking, the object bag serialisesNot Zed2004-05-221-0/+4
* ** Another unread count bug, #58814.Not Zed2004-05-221-0/+9
* Added a workaround for broken IMAP. Hopefully by forcing only the IMAP4Jeffrey Stedfast2004-05-221-0/+6
* added a 'domain' argument, and rearragned arguments to be prettier andNot Zed2004-05-211-0/+23
* re-arrange the code so exception debug will print the expandedNot Zed2004-05-211-0/+12
* Fix for #58738 ja_JP.UTF-8: Evolution crashes when certain ASCII/non-ASCIISuresh Chandrasekharan2004-05-211-0/+10
* Fixes bug #42295 and the infinite loop part of bug #58766 (these 2 bugsJeffrey Stedfast2004-05-211-0/+18
* oops, poke the right uid to get the article number.Not Zed2004-05-201-0/+7
* copy the messageinfo rather than reference the source folder's one, weNot Zed2004-05-201-0/+5
* use the article number instead of the messageid. Some servers are justNot Zed2004-05-191-0/+9
* ** See #58641.Not Zed2004-05-191-0/+12
* do the same load of mailbox if we're in slow mode as we did for maildir.Not Zed2004-05-181-0/+4
* check for NULL implementation before calling it. (disco_sync): similar.Not Zed2004-05-181-0/+6
* Fixed a string type-o.Jeffrey Stedfast2004-05-181-0/+4
* If the encrypted block was also signed, set the signature verificationJeffrey Stedfast2004-05-181-0/+6
* ** Bug #56050.Not Zed2004-05-171-0/+10
* if we have no folder in-memory, load it if we're not doing it fast to getNot Zed2004-05-171-0/+6
* don't allow creation of Trash or Junk folders.Not Zed2004-05-171-0/+20
* Ignore PERMANENTFLAGS if it gives us an empty set. Works around brokenJeffrey Stedfast2004-05-131-0/+6
* changed to match_threads. (camel_folder_search_search): remove threadNot Zed2004-05-121-0/+26
* fixedJeffrey Stedfast2004-05-121-0/+16
* Fixed a type-o. Fixes bug #58348.Jeffrey Stedfast2004-05-121-16/+5
* New class for zipping/unzipping gzip streams.Jeffrey Stedfast2004-05-111-0/+8
* properly set the parent nodes for the re-parented phantom-node children.Not Zed2004-05-071-0/+9
* set nodelay and keepalive on the socket.Not Zed2004-05-061-0/+16
* dont set X-Evolution-Source here anymore, set in caller.Not Zed2004-05-051-0/+7
* Get rid of #ifdef ENABLE_THREADS stuff, that was done away with a whileJeffrey Stedfast2004-05-051-0/+7
* Fixed typo.Christian Kellner2004-05-041-0/+4
* ** See #57979.Not Zed2004-05-041-0/+18
* ** See bug #57881.Not Zed2004-05-031-0/+15
* Fix typo. #53466.Priit Laes2004-05-011-0/+4
* Change the UID_SET_LIMIT to 768 (something <1000 octets as suggested byJeffrey Stedfast2004-04-281-0/+4
* Mark exception strings for translation and fixed a spelling mistake.Jeffrey Stedfast2004-04-281-0/+5
* ** See bug #57659.Not Zed2004-04-271-0/+10
* Added HAS_LICENSE flag for allowing camel providers to display licenseSarfraaz Ahmed2004-04-231-0/+5
* Send a flag list rather than \Deleted by itself. See #57381.Not Zed2004-04-221-0/+6
* Don't bother doing any work if perm_flags is 0.Jeffrey Stedfast2004-04-221-6/+13
* added CAMEL_LIBS to LIBADD added new function to get addres book namesSivaiah Nallagatla2004-04-211-0/+9
* set the meta data file on nntp folders.Not Zed2004-04-211-0/+3
* implement dummy virtual method.Not Zed2004-04-211-0/+8
* Fixed to not expect ]'s as part of the BODY atom token.Jeffrey Stedfast2004-04-201-0/+5
* will never be true. Fixes bug #56982.Jeffrey Stedfast2004-04-171-0/+5
* Changed imap_atom_specials[] to not treat ']' as an atom char (as perJeffrey Stedfast2004-04-161-0/+6
* Use %F instead of %S so that the folder name gets properly converted fromJeffrey Stedfast2004-04-151-0/+8
* do offline mail syncing (only for open folders so far). If we fail doingNot Zed2004-04-141-0/+6
* Rearranged some error checking code to fix bug #56405.Jeffrey Stedfast2004-04-141-0/+5
* implement the new counts, and get them all atomically so they're onlyNot Zed2004-04-131-0/+10
* Fix NotZed's fix to not mark messages as unseen. Fixes bug #56879.Jeffrey Stedfast2004-04-131-3/+8
* change the auth type string from Password to plain/passwordSivaiah Nallagatla2004-04-131-0/+6
* Fix for bug #56878.Jeffrey Stedfast2004-04-131-0/+12
* add bookname to uriSivaiah Nallagatla2004-04-111-0/+6
* Fix capitalisation of the "mailcheck" section title and move it to the topJeffrey Stedfast2004-04-101-0/+10
* Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): DoJeffrey Stedfast2004-04-081-0/+9
* always set the seen flag when we delete a message. I demand that this may,Not Zed2004-04-081-0/+6
* include camel-debug.hNot Zed2004-04-081-0/+27
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-071-0/+3
* Added mutex locking where appropriate.Jeffrey Stedfast2004-04-071-0/+3
* Defined.Jeffrey Stedfast2004-04-071-0/+12
* #if 0 out the sys/debugreg stuff.Not Zed2004-04-061-0/+2
* ** See bug #56110.Not Zed2004-04-061-0/+15
* ** See bug #56464.Not Zed2004-04-061-0/+21
* dont add folders to folders_out here, only in get_folders_add_folders.Not Zed2004-04-051-0/+14
* New function to get the deleted message count (used for Outbox count whichJeffrey Stedfast2004-04-031-0/+6
* turn this on, this should always be on, it points to real bugs in theNot Zed2004-04-021-0/+9
* Wrap annoying exeption warnings with w().Jeffrey Stedfast2004-04-021-0/+4
* fixed changelogJeffrey Stedfast2004-03-311-1/+0
* Partially implemented. (imap4_get_folder): Implemented.Jeffrey Stedfast2004-03-311-0/+7
* Use header_decode_text() rather than rfc2047_decode_word() to decode theJeffrey Stedfast2004-03-311-0/+8
* added some debug to dump the whole folderinfo tree if store:folder_info isNot Zed2004-03-301-0/+24
* Implemented.Jeffrey Stedfast2004-03-301-0/+11
* Updated to actually parse the STATUS response into a list of item/valueJeffrey Stedfast2004-03-301-0/+8
* Removed debugging printfs.Jeffrey Stedfast2004-03-301-0/+12
* close pre tag in case we just flush. I am not sure if it's still worth toRadek Doulik2004-03-301-0/+9
* use object_bag_peek instead of _get, since we dont want to clash/wait forNot Zed2004-03-291-0/+9
* get the content-type off of the multipart-signed, not its container. ThisNot Zed2004-03-291-0/+4
* remove locking here, we're locked whne we enter. (fill_fi): callNot Zed2004-03-291-0/+6
* New source files implementing the CamelFolder class for the new IMAP4Jeffrey Stedfast2004-03-291-0/+4
* New source files implementing the CamelFolderSummary class for the newJeffrey Stedfast2004-03-291-0/+6
* Reverted imap.web.de fix.Jeffrey Stedfast2004-03-271-0/+5
* Added new maildir flags D for draft and commented P for forwarded.Not Zed2004-03-261-0/+10
* No longer need to split ']' tokens from atom tokens due to a fixup in theJeffrey Stedfast2004-03-261-8/+22
* If the server is imap.web.de, just ask for all the headers rather thanJeffrey Stedfast2004-03-261-1/+16
* Fix for bug #55018.Jeffrey Stedfast2004-03-261-0/+12
* Removed newline character from the provider descriptionMartyn Russell2004-03-251-0/+5
* removed ldap seetings and added a settng for SOAP port read port numberSivaiah Nallagatla2004-03-251-0/+10
* New convenience wrapper function. (engine_parse_status): Fixed to handleJeffrey Stedfast2004-03-251-0/+12
* Reworked the else bit to fix a bug where if we had the BODY structure, weJeffrey Stedfast2004-03-241-0/+6
* use camel debug to add some debug here.Not Zed2004-03-231-0/+13
* connect lock around this. was getting a race with mem corruptionNot Zed2004-03-231-0/+6
* decode newsgroups header into a list of newsgroups.Not Zed2004-03-221-0/+14
* 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