aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Kill dead filesJP Rosevear2005-01-111-5206/+0
* have our own so we don't need to link with glib.Not Zed2004-12-031-0/+59
* add mnemonic for checkboxes.Mengjie Yu2004-12-011-0/+4
* ** See bug #69776.Not Zed2004-12-011-0/+10
* ** See bug #69615.Not Zed2004-12-011-0/+15
* rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE enum.Not Zed2004-12-011-0/+7
* ** See bug #69446.S.Çağlar Onur2004-12-011-0/+21
* new init method implementationRadek Doulik2004-11-251-0/+6
* ** See bug #69109.Not Zed2004-11-221-1/+10
* added a setting to mark the account for offline usuageSivaiah Nallagatla2004-11-221-0/+12
* Make debug run based on 'nntp' debug option.Not Zed2004-11-191-0/+21
* In the fallback cases, clear the exception first.Jeffrey Stedfast2004-11-161-0/+11
* Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream.Jeffrey Stedfast2004-11-161-3/+13
* Moved the last tcp_stream unref to afetr the last fail-check so that weJeffrey Stedfast2004-11-161-0/+2
* Moved the last tcp_stream unref to afetr the last fail-check so that weJeffrey Stedfast2004-11-161-0/+4
* Fix bug #69408 by filling our input buffer if inptr == inend.Jeffrey Stedfast2004-11-161-0/+5
* Handle numeric tokens for the COPYUID set values as well.Jeffrey Stedfast2004-11-141-0/+6
* Folder now gets set on the CamelFolderSummary object rather than theJeffrey Stedfast2004-11-131-0/+12
* Init appended_uid value to NULLJeffrey Stedfast2004-11-131-0/+3
* Properly handle NILs for the namespace separator (somehow I missed this,Jeffrey Stedfast2004-11-131-0/+6
* ** Merge in notzed-messageinfo-branch, fix some minor conflicts.Not Zed2004-11-121-0/+81
* Free the passwd here if we need to retry to authenticate.Jeffrey Stedfast2004-11-121-0/+5
* Use the expanded ALL macro as on closer inspection of the RFC, we're notJeffrey Stedfast2004-11-111-0/+7
* before short-circuiting the check for child content, check the childNot Zed2004-11-101-0/+15
* Updated the properties to include all the same settings as the old imapJeffrey Stedfast2004-11-101-0/+8
* Fix for bug #69241.Jeffrey Stedfast2004-11-101-0/+11
* Handle not getting the CRLF pair together. Also don't require that we haveJeffrey Stedfast2004-11-101-0/+13
* Added much in-line documentation. (engine_parse_capability): UseJeffrey Stedfast2004-11-051-0/+7
* check interfaces for events too. (camel_object_trigger_event): checkNot Zed2004-11-041-0/+11
* Don't bother getting the folder delim if the name is "" since we don'tJeffrey Stedfast2004-11-031-2/+6
* If namespaces is NULL, return the default folder delim ('/').Jeffrey Stedfast2004-11-031-0/+4
* Update stream->inptr after fetching the literal chunk.Jeffrey Stedfast2004-11-031-0/+4
* Do proper cleanup in case of error and also handle literals.Jeffrey Stedfast2004-11-031-3/+9
* Removed camel_service_connect() call which is no longer needed.Jeffrey Stedfast2004-11-031-0/+9
* Do the same SSL->TLS and TLS->CLEAR fallbacks that the 2.0 (and older)Jeffrey Stedfast2004-11-021-0/+12
* Remove expunged messages from the cache.Jeffrey Stedfast2004-11-021-0/+13
* Cache the folder-info on the summary if successful. (imap4_delete_folder):Jeffrey Stedfast2004-11-021-0/+7
* Cleaned up a bit. (save_namespaces): Same.Jeffrey Stedfast2004-11-021-0/+6
* Handle literal strings. (envelope_decode_date): Same. Fixes bug #68894.Jeffrey Stedfast2004-10-291-0/+4
* Properly tokenise "\*" as a flag token. Fixes bug #68869.Jeffrey Stedfast2004-10-281-0/+6
* #include "camel-i18n.h"Björn Torkelsson2004-10-281-0/+4
* fix the arguments to pthread_key_delete.Julio M. Merino Vidal2004-10-271-0/+5
* New files implementing a folder-info cache for offline mode (and fasterJeffrey Stedfast2004-10-271-0/+42
* #include "camel-i18n.h"Jeffrey Stedfast2004-10-221-0/+4
* Don't allow users to create folders in offline mode. When in offline mode,Jeffrey Stedfast2004-10-211-0/+19
* Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same.Jeffrey Stedfast2004-10-211-7/+13
* Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same.Jeffrey Stedfast2004-10-201-0/+6
* fixedJeffrey Stedfast2004-10-201-6/+6
* Change the service string for the sasl mechanism to"imap" rather thanJeffrey Stedfast2004-10-191-0/+6
* kill cast as lvalue warning.Not Zed2004-10-131-0/+47
* ** See bug #67211.Not Zed2004-10-121-0/+8
* add the source uid to list of selected calendar and tasks so thatSivaiah Nallagatla2004-10-111-0/+8
* ** See bug #67170.Not Zed2004-10-111-0/+8
* Check msg->result for error and set an exception if appropriate.Jeffrey Stedfast2004-10-071-0/+18
* ** See bug #67527.Not Zed2004-10-061-0/+8
* include camel-i18n.hJP Rosevear2004-10-041-0/+4
* Avoid assigning a value to the member of a const struct (which newer gcc'sJeffrey Stedfast2004-10-021-0/+6
* ** See bug #66509.Not Zed2004-09-291-0/+22
* s/not/no/ in the error string. Fixes bug #65828.Jeffrey Stedfast2004-09-281-0/+5
* free the unmatched uid values as well.Not Zed2004-09-281-0/+19
* make sure body indexing is turned off always, missed the ~ bit.Not Zed2004-09-281-0/+23
* Instead of doing a host-lookup ourselves, get it passed in to us as anJeffrey Stedfast2004-09-281-0/+18
* ** See bug #63521.Not Zed2004-09-271-0/+36
* ** See bug #47821.Not Zed2004-09-241-0/+32
* handle a zero-length token read rather than failing.Not Zed2004-09-221-0/+5
* ** See bug #66199.Not Zed2004-09-221-0/+11
* Fixes Bug#61088Hannah & Fazlu2004-09-201-0/+6
* ** See bug #0xffff.Not Zed2004-09-201-0/+8
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+54
* make ssl connection async and cancellable, and minor api update to asyncNot Zed2004-09-081-0/+5
* fixedJeffrey Stedfast2004-08-311-6/+5
* ** See bug #64023.Not Zed2004-08-301-0/+7
* change the "CheckList" to "Tasks" as there is another foder calledSivaiah Nallagatla2004-08-261-0/+8
* Init one variable (remove warning) and don't redefine it.Frédéric Crozat2004-08-251-0/+5
* Check for an exception from get_folders_online() here so that we don'tJeffrey Stedfast2004-08-241-0/+7
* ** See bug #63189.Not Zed2004-08-241-0/+9
* Call SSL_CTX_set_default_verify_paths() to initialise the certificateJeffrey Stedfast2004-08-241-0/+6
* if any of the settings required for soap interaction changes trySivaiah Nallagatla2004-08-211-0/+9
* pass an exception handle to camel_provider_get.Not Zed2004-08-161-0/+6
* Use g_ptr_array_sized_new() rather than using set_size() after creating aJeffrey Stedfast2004-08-141-1/+1
* Use g_ptr_array_sized_new() rather than using set_size() after creating aJeffrey Stedfast2004-08-141-9/+15
* remove the cal/taksks sources when account is disbaled. Also do not try toSivaiah Nallagatla2004-08-141-0/+9
* update ssl setting label and title of the soap settings section FixesSivaiah Nallagatla2004-08-141-0/+6
* Handle et/comm_err.h as well as the normal comm_err.hRodney Dawes2004-08-131-0/+5
* Fix for bug #62771Jeffrey Stedfast2004-08-131-0/+12
* fix for e_passwords api change, and handle reprompting as well.Not Zed2004-08-121-0/+6
* Call camel_operation_progress(). (imap4_summary_fetch_all): Setup info weJeffrey Stedfast2004-08-071-0/+8
* In the case of start() or end() failing, loop starting with the firstJeffrey Stedfast2004-08-061-0/+6
* #include <gal/util/e-iconv.h>Rodney Dawes2004-08-041-0/+4
* Pass a reconnect func.Jeffrey Stedfast2004-08-041-0/+9
* This needs to prequeue the CAPABILITY command rather than queue itJeffrey Stedfast2004-07-311-0/+8
* Similar fix as below in a later if-statement. Thanks to Suresh forJeffrey Stedfast2004-07-301-0/+6
* Fixed an ABR that may have been responsible for bug #62029.Jeffrey Stedfast2004-07-291-17/+22
* Add an entry to specify POA address and a check box to say whehter ssl hasSivaiah Nallagatla2004-07-291-0/+20
* Changed the logic slightly to only match certain charsets if the localeJeffrey Stedfast2004-07-291-3/+9
* ** See bug #61841.Not Zed2004-07-281-0/+6
* Changed to be the same prototype as engine_queue().Jeffrey Stedfast2004-07-281-5/+19
* do not set transport object for groupwise provider. We want user to useSivaiah Nallagatla2004-07-271-0/+9
* Don't instantiate an engine here. Instead, take an engine as an argumentJeffrey Stedfast2004-07-271-0/+24
* ** See bug #61761.Not Zed2004-07-231-0/+8
* Free result after parsing it. Fixes a leak.Jeffrey Stedfast2004-07-211-0/+5
* only copy 5 chars after the F if we actually have "From ", otherwise weNot Zed2004-07-201-0/+6
* Added some debug stuff.Not Zed2004-07-191-0/+4
* Don't grab the connect_lock before calling refresh_info so that we avoidJeffrey Stedfast2004-07-171-0/+6
* Fix for bug #61538Jeffrey Stedfast2004-07-151-0/+8
* fixed all the wayJeffrey Stedfast2004-07-151-3/+3
* fixed changelogJeffrey Stedfast2004-07-151-11/+10
* : pass "use_ssl" value to these functions and set it on e-sourceSivaiah Nallagatla2004-07-131-0/+14
* ** This is no guarantee of security, but its just a helper to prevent oldNot Zed2004-07-131-0/+26
* use CAMEL_GROUPWISE_CFLAGS. (libcamelgroupwise_la_LIBADD): useChris Toshok2004-07-091-0/+6
* s/Can't/Cannot/.Christian Neumair2004-07-021-0/+4
* Set the size of the ptrarray to prevent potentially realloc'ing severalJeffrey Stedfast2004-07-011-0/+6
* Aded a new %formatter 'V' which takes a string vector (needed for SEARCH).Jeffrey Stedfast2004-06-301-0/+22
* add any parents of the new name before we actually do the rename so theNot Zed2004-06-291-0/+6
* override CAMEL_FOLDER_NAME arg so we can translate "." into "Inbox".Not Zed2004-06-281-0/+4
* take url argument directly, fixes a memleak. (camel_folder_info_new): makeNot Zed2004-06-281-0/+8
* More fixes.Jeffrey Stedfast2004-06-281-0/+4
* Fixed to handle :pass in proto://user:pass@host. Fixes bug #60104.Jeffrey Stedfast2004-06-251-0/+5
* Error out and set an exception if camel_pop3_engine_new() returns NULLJeffrey Stedfast2004-06-251-0/+10
* If we fail to lock the folder, close the lockfd and reset it to -1. FixesJeffrey Stedfast2004-06-251-0/+6
* First LIST/LSUB the toplevel folder, and then LIST/LSUB the subfolders (itJeffrey Stedfast2004-06-241-0/+6
* Same.Jeffrey Stedfast2004-06-241-0/+5
* Hide password, etc info in the fi->uri's. (imap4_create_folder): Don'tJeffrey Stedfast2004-06-241-0/+6
* Hide password, etc info in the fi->uri's.Jeffrey Stedfast2004-06-241-0/+8
* Really set the path if tag is CAMEL_SERVICE_PATH.Christian Kellner2004-06-211-0/+5
* Fixed a number of issues described in bug #49497.Jeffrey Stedfast2004-06-211-0/+5
* make camel_shutdown() an atexit handler againJeffrey Stedfast2004-06-191-2/+0
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-191-0/+2
* Call camel_mime_utils_shutdown() and camel_operation_shutdown().Jeffrey Stedfast2004-06-191-0/+8
* Need to re-init sbf->ptr and sbf->end too, or we'll be sorrryy!Jeffrey Stedfast2004-06-191-0/+5
* setup for static inititialisation.Not Zed2004-06-181-0/+5
* make 'colon' a const char *Jeffrey Stedfast2004-06-181-1/+1
* init tail->last to (guint32) -1, so that index = tail->last + 1 will startJeffrey Stedfast2004-06-181-0/+6
* 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