aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* ** 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
* only free the host if it was set. removes a run-time warning.Not Zed2003-04-241-0/+3
* fixed merge conflicts in ChangeLogJeffrey Stedfast2003-04-241-1/+0
* #if 0 out some code that parsed the namespaces since the results aren'tJeffrey Stedfast2003-04-241-0/+7
* oops, the service owns the url after we construct it.Not Zed2003-04-231-0/+5
* ** Should fix #41629, #41448, et al.Not Zed2003-04-231-0/+24
* Don't set seen_eof1 here anymore once we get a trust metric.Jeffrey Stedfast2003-04-231-0/+11
* ** for #40989Not Zed2003-04-191-0/+24
* Urls are unlikely to end with punctuation or closing braces, so strip anyJeffrey Stedfast2003-04-181-0/+15
* Dont assume adding 1 to line length will go to the next line. e.g. for dosNot Zed2003-04-171-0/+7
* The gpg child process exiting does not necessarily mean that we've readyJeffrey Stedfast2003-04-171-0/+19
* Turn off debugging if CAMEL_VERBOSE_DEBUG isn't set.Jeffrey Stedfast2003-04-111-0/+5
* filter data test cases.Not Zed2003-04-101-0/+11
* Removed. I just realised that we ALWAYS want to get gpg's stderr in UTF-8,Jeffrey Stedfast2003-04-101-0/+26
* Changed my mind a bit on how I wanted this to work. Instead of aborting onJeffrey Stedfast2003-04-101-0/+6
* Save the content size in a temp variable until after we've successfullyJeffrey Stedfast2003-04-101-0/+9
* New function to get the UTF-8 version of the diagnostics (if the localeJeffrey Stedfast2003-04-101-0/+6
* NULL-protect the to/from charsets in the g_warning call.Jeffrey Stedfast2003-04-091-0/+6
* Fixes for bug #40778. Probably others as well.Jeffrey Stedfast2003-04-091-0/+12
* Make sure host->h_name is not an empty string too? Apparently for one userJeffrey Stedfast2003-04-091-0/+5
* If store->engine->line is NULL, use _("Unknown error") as the error stringJeffrey Stedfast2003-04-091-0/+6
* use g_strerror, and use errno directly rather than ferrno().Not Zed2003-04-081-0/+6
* Disable debug printf'sJeffrey Stedfast2003-04-081-0/+4
* If we are using the heimdal krb5 implementation, don't free outbuf ever.Jeffrey Stedfast2003-04-021-0/+6
* Use strncasecmp for matching the nofill and /nofill tags. Also fixed toJeffrey Stedfast2003-04-011-0/+6
* remove unused var.Not Zed2003-03-281-0/+48
* Get rid of debug printf's that are no longer needed. In the case ofJeffrey Stedfast2003-03-281-0/+5
* When we remove a node from the list, make sure to g_list_free_1().Jeffrey Stedfast2003-03-281-0/+10
* Like camel_url_encode, but works directly on an existing GString.Dan Winship2003-03-271-0/+16
* Do a more thorough check for html marked as text/plain. Check that theNot Zed2003-03-271-0/+8
* Pass in the addresses of the second args to the delete/release functions.Jeffrey Stedfast2003-03-271-79/+79
* Ignore whether or not the bag is currently reserved. We'll miss the newNot Zed2003-03-261-0/+6
* Don't use setv when we don't need the stdarg interface.Jeffrey Stedfast2003-03-261-0/+6
* This expression can never return an array. We must always return a stringJeffrey Stedfast2003-03-251-0/+5
* removed invisible 8bit charsJeffrey Stedfast2003-03-251-1/+1
* camel-imap-command.c (imap_read_untagged) Integer overflow fix. If server  Timo Sirainen 2003-03-251-0/+7
* Camel part of the fix for Lewing's bug #39204. Second half of the patchJeffrey Stedfast2003-03-221-0/+18
* continue reading the cert file until we've read it all or get a non-EINTRJeffrey Stedfast2003-03-221-0/+6
* #include <com_err.h> instead of #include <et/com_err.h>Jeffrey Stedfast2003-03-211-0/+5
* Plug in GSSAPI support.Jeffrey Stedfast2003-03-211-0/+7
* Handle raw 8-bit From data "correctly". (The same way we handleDan Winship2003-03-211-0/+30
* Removed unused variable left over from my previous fix.Jeffrey Stedfast2003-03-181-0/+11
* Use header_contentid_decode() as this new function should be safer thanJeffrey Stedfast2003-03-151-0/+13
* Don't add bogus uids to the uid array. Might fix bug #38868 (it's the onlyJeffrey Stedfast2003-03-141-1/+7
* removed, it was double-freeing the key. (save_object): Just save theNot Zed2003-03-121-0/+11
* Doh! If inptr == pos + 1, then return FALSE (before it was checking forJeffrey Stedfast2003-03-101-0/+6
* handle a null return from search_by_expression, for bug #33786.Not Zed2003-03-071-0/+5
* s/g_strncasecmp/strncasecmp/gJeffrey Stedfast2003-03-071-0/+29
* Same as below.Jeffrey Stedfast2003-03-061-0/+7
* Get rid of the const return - it mismatches the prototype and we don'tJeffrey Stedfast2003-03-061-0/+6
* Fixes for bug #39170Jeffrey Stedfast2003-03-061-0/+13
* Fixes for bug #39168Jeffrey Stedfast2003-03-061-0/+21
* s/class/klass in one place so that the header is c++-safe.Jeffrey Stedfast2003-03-051-0/+5
* Updated to use the new API from a fe commits ago for the NSS stream. ThisJeffrey Stedfast2003-03-041-0/+20
* Do similar folder != NULL checking as for delete_folder before passing aNot Zed2003-03-031-0/+6
* Same as IMAP and POP.Jeffrey Stedfast2003-03-011-0/+20
* Add a 'flushed' state variable to the private struct. (do_read): SetJeffrey Stedfast2003-02-281-0/+16
* Undo jeff's changes.Not Zed2003-02-271-0/+7
* Updated to use g_alloca instead of alloca so that we can skip all theJeffrey Stedfast2003-02-271-0/+4
* Make sure the folder is non-NULL before trying to remove it from theJeffrey Stedfast2003-02-261-0/+6
* canonicalise the charset name (if it is an iso charset) so that ourJeffrey Stedfast2003-02-261-0/+14
* Same as the ones below.Jeffrey Stedfast2003-02-261-0/+24
* g_alloca (strlen (charset) + 1) so we don't overflow the buffer.Jeffrey Stedfast2003-02-251-0/+3
* Don't write the passwd, fixes "bug" #38601.Jeffrey Stedfast2003-02-251-0/+3
* Make bucket->refcount 31 bits and bucket->used 1 bit instead of havingJeffrey Stedfast2003-02-251-2/+4
* Use g_iconv_close() here, missed this before. (camel_iconv): Might as wellJeffrey Stedfast2003-02-251-0/+7
* New function...back from the depths of hell from whence it cameJeffrey Stedfast2003-02-251-0/+17
* Do it the same way we just made the sendmail code do it.Jeffrey Stedfast2003-02-241-0/+8
* Remove all Bcc headers before sending to the smtp server.Jeffrey Stedfast2003-02-231-0/+9
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-211-0/+48
* Redirect program's stdout and stderr to /dev/nullJeffrey Stedfast2003-02-211-0/+7
* Redirect the program's stderr to /dev/nullJeffrey Stedfast2003-02-211-0/+5
* Fixed a type-o in the ENABLE_IPv6 ifdef section.Jeffrey Stedfast2003-02-201-0/+5
* New filter action that pipes the message source to the user-program andJeffrey Stedfast2003-02-201-0/+10
* New filter action that pipes the message source to the user-program andJeffrey Stedfast2003-02-201-0/+7
* Added a (get-size ) function to fix bug #38073. (search_get_size):Jeffrey Stedfast2003-02-151-0/+6
* Mark chars with the high-bit set as CTRL chars. (camel_url_web_end): IfJeffrey Stedfast2003-02-151-0/+8
* Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-151-0/+37
* Define in terms of privincludedir. (camellibexecdir): Define in terms ofDan Winship2003-02-061-0/+16
* Init bag->owner to 0.Not Zed2003-02-051-0/+10
* Use g_ascii_strdown() instead of g_strdown, since g_strdown is deprecated.Jeffrey Stedfast2003-02-051-0/+34
* Pass in some default flags to gss_init_sec_context() (these default flagsJeffrey Stedfast2003-01-291-0/+6
* $(libexec) -> $(libexecdir)Hans Petter Jansson2003-01-231-0/+4
* Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise.Ettore Perazzoli2003-01-231-0/+23
* Set the backbuflen to 0 so that calling us again won't re-flush the sameJeffrey Stedfast2003-01-221-0/+5
* only grow the buffer when we are out of space.Larry Ewing2003-01-181-0/+5
* If we have no content-type header, set it to text/plain explcitly, ratherNot Zed2003-01-141-0/+6
* New source files implementing the GSSAPI SASL mechanism.Jeffrey Stedfast2003-01-141-0/+5
* fix header include order.Not Zed2003-01-131-1/+9
* Read the characters as utf8, rather than as 8 bit bytes. Remove theNot Zed2003-01-131-0/+10
* add a "translation_domain" field. (NULL for all providers in the camelDan Winship2003-01-081-0/+8
* init local exception before doing anything. fixes a crash.Not Zed2003-01-061-0/+5
* spell-checkJeffrey Stedfast2003-01-051-5/+5
* Instead of checking recipients != NULL, check that camel_address_lengthJeffrey Stedfast2003-01-051-0/+7
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-181-0/+16
* Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-181-0/+10
* Detect text/html parts that were marked as text/plain and re-tag them asJeffrey Stedfast2002-12-171-0/+7
* New convenience function to replace calls to e_text_to_html() in theJeffrey Stedfast2002-12-171-0/+4
* #include some headers we had forgotten to add previously, also addedJeffrey Stedfast2002-12-161-0/+8
* Don't apply the CANON_STRIP filter here, since we are verifying whateverJeffrey Stedfast2002-12-161-0/+7
* Use camel-url-scanner instead of regex.Jeffrey Stedfast2002-12-111-0/+5
* Fixed to not be fooled in the case where the address is followedJeffrey Stedfast2002-12-101-0/+10
* New code to scan for patterns (used only for url pattern matching atm, butJeffrey Stedfast2002-12-101-0/+6
* Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-091-0/+84
* Properly handle the case where the namespace is "". Fixes bug #34975Jeffrey Stedfast2002-12-051-0/+6
* Fixed to not get false positives when the token is shorter than the actualJeffrey Stedfast2002-12-041-0/+9
* Use the new camel_operation_cancel_prfd() function to get the cancellationJeffrey Stedfast2002-11-231-0/+13
* If we have a namespace of "", then always match any path.Not Zed2002-11-221-0/+8
* applied plain_signature_fix.patchRadek Doulik2002-11-201-0/+5
* Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)Rodney Dawes2002-11-201-0/+4
* If the namespace is at/below INBOX, check for the INBOX explicitly (sinceJeffrey Stedfast2002-11-181-0/+8
* Rewritten. Much much much cleaner implementation now, though usesJeffrey Stedfast2002-11-111-0/+6
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-0/+13
* Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-111-0/+98
* constify the content_type.Not Zed2002-11-081-0/+5
* Added.Jeffrey Stedfast2002-11-081-0/+8
* removed gnome-defs.h, it does not exist.Rodrigo Moya2002-11-081-0/+4
* Created temporary link list, we need to link with something for gettext.Not Zed2002-11-051-0/+20
* Removed. Glib2 has this function.Jeffrey Stedfast2002-11-021-0/+3
* Use g_path_get_basename instead of g_strdup (g_basename (filename)).Jeffrey Stedfast2002-11-021-0/+3
* Use g_path_get_dirname since g_dirname has been deprecated.Jeffrey Stedfast2002-11-021-0/+5
* Set the virtual method pointers to the import/export methods.Jeffrey Stedfast2002-11-011-0/+18
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-11-011-0/+28
* Remove a ton of useless snot.Jeffrey Stedfast2002-11-011-0/+38
* Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set itJeffrey Stedfast2002-10-281-0/+6
* ** For bug #31647 and bug #31456.Not Zed2002-10-241-0/+43
* Canonicalise the source_uri to not have a path. Fixes bug #32268.Jeffrey Stedfast2002-10-231-5/+22
* If ~/.camel_certs doesn't exist, create it.Jeffrey Stedfast2002-10-181-0/+5
* helper, build fingerprint. (camel_certdb_nss_cert_get): Helper for nssNot Zed2002-10-171-0/+31
* No longer takes a path argument. (camel_gpg_context_fianlise): No need toJeffrey Stedfast2002-10-171-0/+16
* If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bugJeffrey Stedfast2002-10-161-0/+5
* If the response from the IMAP server is "No", don't set theJeffrey Stedfast2002-10-101-1/+10
* Fixes bug #31752Jeffrey Stedfast2002-10-081-0/+12
* Fix all mailing list regex patterns to allow any number of spaces *or*Jeffrey Stedfast2002-10-081-0/+6
* Use the content-object's rawtext flag to decide if it needs to be filteredJeffrey Stedfast2002-10-051-0/+7
* Dont get the filter driver inside the change_lock. Its not necessary, andNot Zed2002-10-041-0/+7
* Map us-ascii to windows-1252 also.Jeffrey Stedfast2002-10-041-0/+5
* /home/notzed/gnome/head/evolution/camelNot Zed2002-10-031-0/+29
* Use strtol when decoding the timezone (since it can be negative) and don'tJeffrey Stedfast2002-10-021-0/+8
* Fixes bug #31456.Jeffrey Stedfast2002-10-011-3/+16
* Don't strip the namespace from the fi->full_name when hasing or creatingJeffrey Stedfast2002-10-011-0/+7
* Remove debug content_info_dump, could cause a crash, and not really neededNot Zed2002-09-301-0/+9
* New function to decode the INTERNALDATE response from an IMAP server so weJeffrey Stedfast2002-09-281-0/+16
* Use the summary's last uid as the one to fetch from, ignoring the cache.Not Zed2002-09-271-0/+11
* Treat spool as a local folder, so the ref checks work right.Not Zed2002-09-261-0/+4
* Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, itsNot Zed2002-09-261-0/+14
* Store the folder flags in the store summary. (get_one_folder_offline): SetNot Zed2002-09-261-0/+8
* Handle EILSEQ by eating bytes in the input buffer until conversion isJeffrey Stedfast2002-09-261-0/+7
* Changed the Mailing-List rule to get the complete domain (* in wrongNot Zed2002-09-241-0/+3
* If we have no data written to a key, dont add it, or its partition header.Not Zed2002-09-241-0/+20
* If the original message is deleted, reset the deleted flag when we'reJeffrey Stedfast2002-09-241-0/+3
* Decode the INTERNALDATE if we've got one. (imap_update_summary): InsteadJeffrey Stedfast2002-09-241-0/+12
* fix non-ANSI switch statement.Dan Winship2002-09-231-0/+11
* New regression test for word splitting/search input parsing code.Not Zed2002-09-201-0/+11
* Take new session arg. Update callers. (symbols[]): changed get-source toNot Zed2002-09-191-0/+14
* Don't increment the response pointer when deciding what type of headerJeffrey Stedfast2002-09-191-0/+9
* fixed a merge conflictJeffrey Stedfast2002-09-191-1/+0
* Include MIME-VERSION and CONTENT-TYPE.Jeffrey Stedfast2002-09-191-0/+5
* If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496.Not Zed2002-09-191-0/+6
* Handle when the response is from a HEADER.FIELDS (if so, we don't want toJeffrey Stedfast2002-09-191-0/+8
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-141-0/+7
* Revert a patch that I had not meant to commit that was aimed at fixing bugJeffrey Stedfast2002-09-111-0/+5
* Same as below. Also save errno before closing the file so our caller canJeffrey Stedfast2002-09-111-0/+14
* Do proper error checking and return -1 on fail.Jeffrey Stedfast2002-09-111-0/+20
* Clear the exception even if we failed to get the message (part) from theJeffrey Stedfast2002-09-111-0/+7
* Remove the hash table entry using the right path. Related to #29731.Not Zed2002-09-101-0/+6
* Fixes bug #4224Jeffrey Stedfast2002-09-101-1/+15
* Use e_mktime_utc.Dan Winship2002-09-051-0/+9
* clear nonfatal stuff.Not Zed2002-09-041-0/+33
* If we fake the from eof file boundary, also make sure we say we matchedNot Zed2002-09-041-0/+5
* Lots of changes, too numerous to list. Changed to useNot Zed2002-09-031-0/+91
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-291-0/+36
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-291-0/+3
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-291-0/+3
* Match file: urls too.Jeffrey Stedfast2002-08-291-0/+4
* fix exposes a regression in mbox :-/Not Zed2002-08-281-0/+4
* some utf7/utf8 tests.Not Zed2002-08-281-0/+2
* fixes a crash on systems that dont have utf7 in iconv.Not Zed2002-08-281-0/+10
* Now takes a third argument to specify whether or not to group messages byJeffrey Stedfast2002-08-281-0/+9
* If the response is NULL, just return. (now works the same way asJeffrey Stedfast2002-08-271-0/+7
* Lock the CamelService->priv->connect_lock instead of using our ownJeffrey Stedfast2002-08-271-0/+10
* If we fail to send the EHLO/HELO command successfully, setJeffrey Stedfast2002-08-241-0/+14
* If current_folder is not NULL and the summary for that folder is dirty,Jeffrey Stedfast2002-08-231-0/+4
* Workaround for Courier imap's brokeness when LSUBing the INBOX folder whenJeffrey Stedfast2002-08-231-0/+12
* Don't register the noop timeout here anymore, we're gonna handle all thisJeffrey Stedfast2002-08-221-0/+7
* Override the default noop implementation.Jeffrey Stedfast2002-08-211-0/+11
* Plug some large leaks in the indexing code.Peter Williams2002-08-211-0/+13
* Don't let the minimum recursive depth be negative. (get_folders): PassJeffrey Stedfast2002-08-211-0/+6
* Set CAMEL_URL_NEED_PATH for the vFolder provider.Jeffrey Stedfast2002-08-211-0/+5