summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* If the response from the IMAP server is "No", don't set theEVOLUTION_1_1_2evolution-1-1-2-branchJeffrey Stedfast2002-10-092-1/+10
* Fixes bug #31752Jeffrey Stedfast2002-10-073-12/+39
* Fix all mailing list regex patterns to allow any number of spaces *or*Jeffrey Stedfast2002-10-072-11/+17
* Use the content-object's rawtext flag to decide if it needs to be filteredJeffrey Stedfast2002-10-042-1/+8
* Dont get the filter driver inside the change_lock. Its not necessary, andNot Zed2002-10-042-5/+16
* Map us-ascii to windows-1252 also.Jeffrey Stedfast2002-10-032-1/+7
* Add missing ;.Michael Zucci2002-10-031-1/+1
* /home/notzed/gnome/head/evolution/camelNot Zed2002-10-035-22/+49
* Use strtol when decoding the timezone (since it can be negative) and don'tJeffrey Stedfast2002-10-012-1/+10
* Fixes bug #31456.Jeffrey Stedfast2002-09-303-43/+79
* Don't strip the namespace from the fi->full_name when hasing or creatingJeffrey Stedfast2002-09-303-15/+11
* Remove debug content_info_dump, could cause a crash, and not really neededNot Zed2002-09-303-4/+14
* New function to decode the INTERNALDATE response from an IMAP server so weJeffrey Stedfast2002-09-275-22/+152
* Use the summary's last uid as the one to fetch from, ignoring the cache.Not Zed2002-09-273-22/+43
* Treat spool as a local folder, so the ref checks work right.Not Zed2002-09-263-4/+6
* Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, itsNot Zed2002-09-264-20/+101
* Store the folder flags in the store summary. (get_one_folder_offline): SetNot Zed2002-09-262-3/+27
* Handle EILSEQ by eating bytes in the input buffer until conversion isJeffrey Stedfast2002-09-252-88/+115
* Added a test suite for camel-mime-filter-charset and added a few test cases f...Jeffrey Stedfast2002-09-258-11/+1059
* Changed the Mailing-List rule to get the complete domain (* in wrongNot Zed2002-09-242-1/+4
* If we have no data written to a key, dont add it, or its partition header.Not Zed2002-09-246-24/+123
* If the original message is deleted, reset the deleted flag when we'reJeffrey Stedfast2002-09-232-3/+8
* Decode the INTERNALDATE if we've got one. (imap_update_summary): InsteadJeffrey Stedfast2002-09-232-5/+34
* fix non-ANSI switch statement.Dan Winship2002-09-225-0/+15
* New regression test for word splitting/search input parsing code.Not Zed2002-09-206-29/+187
* Take new session arg. Update callers. (symbols[]): changed get-source toNot Zed2002-09-195-39/+70
* Don't increment the response pointer when deciding what type of headerJeffrey Stedfast2002-09-192-4/+17
* fixed a merge conflictJeffrey Stedfast2002-09-191-1/+0
* Include MIME-VERSION and CONTENT-TYPE.Jeffrey Stedfast2002-09-192-1/+6
* If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496.Not Zed2002-09-192-0/+16
* Handle when the response is from a HEADER.FIELDS (if so, we don't want toJeffrey Stedfast2002-09-182-5/+26
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-152-4/+6
* If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-132-2/+22
* Revert a patch that I had not meant to commit that was aimed at fixing bugJeffrey Stedfast2002-09-112-30/+13
* Same as below. Also save errno before closing the file so our caller canJeffrey Stedfast2002-09-104-6/+34
* Do proper error checking and return -1 on fail.Jeffrey Stedfast2002-09-104-42/+63
* Clear the exception even if we failed to get the message (part) from theJeffrey Stedfast2002-09-102-0/+8
* Remove the hash table entry using the right path. Related to #29731.Not Zed2002-09-102-2/+8
* Fixes bug #4224Jeffrey Stedfast2002-09-096-23/+73
* Use e_mktime_utc.EVOLUTION_1_1_1evolution-1-1-1-branchDan Winship2002-09-054-29/+18
* clear nonfatal stuff.Not Zed2002-09-0410-45/+137
* If we fake the from eof file boundary, also make sure we say we matchedNot Zed2002-09-042-3/+15
* Lots of changes, too numerous to list. Changed to useNot Zed2002-09-0313-574/+1379
* Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-297-84/+112
* updated readmeMichael Zucci2002-08-291-0/+1
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-292-8/+11
* simplifiedJeffrey Stedfast2002-08-291-1/+1
* Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-292-2/+5
* Match file: urls too.Jeffrey Stedfast2002-08-282-1/+6
* fix exposes a regression in mbox :-/Not Zed2002-08-282-5/+9