aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Make the mime parser a bit less reckless. More reckful?Matthew Loper2000-07-271-0/+9
* routine to call an external movemail program. (camel_movemail): NukeDan Winship2000-07-271-0/+8
* Should now always prepend a '/' before the path if it doesn't alreadyJeffrey Stedfast2000-07-261-0/+3
* Fixed a few compiler warningsJeffrey Stedfast2000-07-261-0/+4
* Fixed the real problem that Peter was running into.Jeffrey Stedfast2000-07-261-10/+18
* Don't add a Mime-Version header to a message that already has one.Dan Winship2000-07-261-0/+8
* IMAP expunge crash prevention... still not right...Peter Williams2000-07-261-0/+7
* Optimized to try and get the new message headers without reloading theJeffrey Stedfast2000-07-251-0/+8
* Updated to give special attention to the root folder.Jeffrey Stedfast2000-07-251-0/+11
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-251-0/+13
* Updated to port easily to the new Camel API (imap_init): Don't SELECTJeffrey Stedfast2000-07-251-0/+6
* Initialize the summary and subfolder listing. (imap_summary_free): NowJeffrey Stedfast2000-07-251-0/+33
* Remove camel_folder_get_message_uid, which was not used, and notDan Winship2000-07-241-0/+6
* Bye bye bye.Dan Winship2000-07-241-0/+7
* Made it a little more forgiving. Also set current_folder to NULL as thereJeffrey Stedfast2000-07-241-53/+69
* Clear CamelExceptions when appropriate (eg when folder is marked asJeffrey Stedfast2000-07-231-0/+10
* Updated to not strip out subfolders that are marked as \NoSelect becauseJeffrey Stedfast2000-07-221-0/+12
* Updated with some of the same fixes I've made to camel-imap-folder.c likeJeffrey Stedfast2000-07-221-0/+4
* Rewrote the code to check for "* %d RECENT". Still needs to be modified,Jeffrey Stedfast2000-07-221-0/+6
* Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UIDJeffrey Stedfast2000-07-201-0/+6
* General cleanup working towards getting Actions->Expunge workingJeffrey Stedfast2000-07-201-0/+10
* If the folder's message count is not the same as the number of summaries,Jeffrey Stedfast2000-07-201-0/+6
* Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info):Jeffrey Stedfast2000-07-191-0/+6
* Added in imap_[g,s]et_message_user_flag() methodsJeffrey Stedfast2000-07-191-0/+13
* Send a "LOGOUT" command.Jeffrey Stedfast2000-07-181-0/+4
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-181-1/+2
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-181-0/+2
* Hacks to get IMAP code to work with CommunigatePro and MS Exchange (andJeffrey Stedfast2000-07-181-0/+7
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-171-1/+4
* All SELECT calls now pass a NULL folder argument toJeffrey Stedfast2000-07-171-0/+17
* One last fix to get rid of hard-coded "/" directory separatorsJeffrey Stedfast2000-07-151-0/+5
* New convenience function to unquote a string if it's encapsulated by "'sJeffrey Stedfast2000-07-151-0/+9
* If the summary is for a smaller mbox, and rebuilding from the last-knownDan Winship2000-07-141-0/+8
* If a SELECT fails, set imap_store->current_folder to NULL so a SELECT isJeffrey Stedfast2000-07-141-1/+14
* Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, andJeffrey Stedfast2000-07-141-0/+7
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-141-0/+5
* Oops. If the number of messages in the folder is 0, don't fetch summariesJeffrey Stedfast2000-07-141-0/+6
* define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_*Dan Winship2000-07-141-0/+9
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-131-0/+2
* New and improved approach to fetching an entire folder summary that shouldJeffrey Stedfast2000-07-131-0/+9
* Don't fetch the entire RFC822 header, just fetch the fields we want.Jeffrey Stedfast2000-07-131-1/+7
* Reset filter on setup. (reset): When resetting qp encoding, set the stateNot Zed2000-07-131-0/+13
* Chris forgot to add #include <e-util/e-util.h> to the source filesJeffrey Stedfast2000-07-131-3/+1
* Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST inJeffrey Stedfast2000-07-131-0/+9
* From addressbook/ChangeLog:Christopher James Lahey2000-07-131-0/+8
* get the article num out of our uid and mark it read in the newsrc.Chris Toshok2000-07-131-0/+16
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-0/+11
* Solaris fixes: make sure not to pass NULL to printf's %sMatthew Loper2000-07-131-0/+7
* Use mbox_set_message_flags () instead of setting the flags by hand. ThisJeffrey Stedfast2000-07-131-0/+15
* don't add test-newsrc to the build since it needs libcamel (which isn'tChris Toshok2000-07-131-0/+32
* Fix bug #378: last displayed message is still shown in an empty folderPeter Williams2000-07-131-0/+1
* Fix bug #394: Refiling messages does not update the viewPeter Williams2000-07-121-0/+6
* Use size_t and ssize_t for read/write methodsJeffrey Stedfast2000-07-121-0/+2
* Updated to emit the message_changed signal. (imap_delete_message): UpdatedJeffrey Stedfast2000-07-121-0/+12
* Now takes a flags argument to specify the flags to be set on the messageJeffrey Stedfast2000-07-121-0/+13
* This shouldn't return NULL, it should return g_ptr_array_new () so theJeffrey Stedfast2000-07-121-0/+6
* Oops, an unsigned integer can never be < 0Jeffrey Stedfast2000-07-111-0/+5
* Initialize a variable to make this not crash again. And fix a bug so itDan Winship2000-07-111-0/+6
* Cleaned up a bunch of compile warningsJeffrey Stedfast2000-07-111-0/+4
* kill more debugging messagesDan Winship2000-07-111-0/+4
* Implemented.Jeffrey Stedfast2000-07-101-0/+12
* New function to copy a header_references structure.Dan Winship2000-07-101-0/+18
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-091-0/+18
* updated ChangeLogJeffrey Stedfast2000-07-081-0/+6
* Work around In-Reply-To's with unquoted punctuation. So many brokenDan Winship2000-07-081-0/+3
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-081-0/+11
* Fixed the parser to actually workJeffrey Stedfast2000-07-081-0/+5
* Make this deal with the full RFC822 References/In-Reply-To format ratherDan Winship2000-07-071-0/+7
* Parse for more header information to allow message threading in IMAP.Jeffrey Stedfast2000-07-071-0/+7
* Oops. Don't pass port # as a string in the error code (if it fails toJeffrey Stedfast2000-07-061-0/+3
* Changed over to camel_imap_command_extended as that was the source of theJeffrey Stedfast2000-07-061-0/+6
* make header matching case-insensitiveDan Winship2000-07-061-0/+3
* remove some non-error case debugging messages.Dan Winship2000-07-061-0/+8
* Suppress debugging messages from the mbox provider.Ettore Perazzoli2000-07-061-0/+5
* Added prototype for uudecode_stepJeffrey Stedfast2000-07-061-0/+7
* Fix the "clashing UIDs are not updated on disk" problem by syncingEttore Perazzoli2000-07-061-0/+16
* Add "Cc" to summary and bump summary version number.Dan Winship2000-07-061-0/+8
* Centralize creation of new UIDs for the summary.Ettore Perazzoli2000-07-041-0/+9
* Get rid of unused function `camel_folder_summary_set_uid()'.Ettore Perazzoli2000-07-041-0/+4
* Parse In-Reply-To with header_references_decode, not header_msgid_decode.Dan Winship2000-07-031-0/+6
* Fix a bug in error-setting code. (pop3_connect): Don't re-prompt forDan Winship2000-07-031-0/+10
* add this, which was missing from ChangeLog in the previous commit:Dan Winship2000-07-031-0/+1
* New functions to freeze and thaw a folder (to prevent message/folderDan Winship2000-07-031-0/+14
* A rather complex uudecoder written in the spirit of Zucchi-ness, is it upJeffrey Stedfast2000-07-021-0/+6
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-0/+11
* remove unneeded libcamelimap_la_LDADD.Dan Winship2000-07-021-0/+3
* fix the CAPA-parsing code to not get into an infinite loop.Dan Winship2000-07-021-0/+5
* Fixed the bug that would sometimes leave part of the server responseJeffrey Stedfast2000-07-021-0/+4
* Renamed _by_uid methods. Since we no longer have get-by-number methods, noJeffrey Stedfast2000-07-011-0/+15
* New function, to copy a message from one folder to another. The defaultJeffrey Stedfast2000-07-011-1/+7
* Utilities for parsing broken date strings.Jeffrey Stedfast2000-07-011-0/+3
* providers/imap/camel-imap-folder.c: added move_message_to()Jeffrey Stedfast2000-07-011-0/+3
* Wrote some code to try and un-mangle broken date formats and then parseJeffrey Stedfast2000-07-011-0/+6
* New function, to move a message from one folder to another. The defaultDan Winship2000-07-011-0/+8
* imap_expunge should now give more meaningful errorsJeffrey Stedfast2000-06-301-0/+5
* Changed to keep prompting user for a valid password until it eitherJeffrey Stedfast2000-06-291-0/+11
* General cleanup (camel_mbox_summary_sync): Fixed a memory leak and addedJeffrey Stedfast2000-06-291-0/+15
* Move the CAPABILITY command here so we don't have to keep checking eachJeffrey Stedfast2000-06-281-0/+13
* Don't close the filter stream when done with it (this causes the sourceChristopher James Lahey2000-06-281-0/+6
* Make header search 'to' match 'to', and not 'from', small typo, fixesMichael Zucchi2000-06-271-0/+5
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+5
* providers/imap/camel-imap-[store,folder].c: Improved folder parsingJeffrey Stedfast2000-06-241-0/+7
* forgot this changelog entry last night.Chris Toshok2000-06-241-0/+26
* Oops. Now appends the namespace to the folder before querying for theJeffrey Stedfast2000-06-231-0/+9
* UpdatedJeffrey Stedfast2000-06-231-0/+24
* Modified to use the "namespace" (url->path) if it exists.Jeffrey Stedfast2000-06-221-0/+9
* Fix dumb bug.Dan Winship2000-06-221-0/+5
* IMAP is working! (sorta)Jeffrey Stedfast2000-06-221-1/+10
* When determining a mailboxe's folder_file_path et aluse its basename to preve...Peter Williams2000-06-221-0/+5
* Set date_received based on the first (most recent) "Received" header.Dan Winship2000-06-221-0/+5
* flush the filter stream before unreffing it, so it willDan Winship2000-06-211-0/+20
* now parses flags gotten from the IMAP server correctlyJeffrey Stedfast2000-06-211-0/+2
* Implemented. (imap_sync): Added code to set flags on messages that haveJeffrey Stedfast2000-06-211-0/+4
* Only fetch the summary if the folder summary doesn't already exist. WhenJeffrey Stedfast2000-06-211-0/+12
* mark the message info with CAMEL_MESSAGE_FOLDER_FLAGGED if we change theDan Winship2000-06-211-0/+6
* Now returns the last line of data that the server sends back as well. ThisJeffrey Stedfast2000-06-211-1/+8
* basically got IMAP into the tree viewJeffrey Stedfast2000-06-201-5/+13
* Set summary equal to NULL. (imap_get_summary): Store the summary in theJeffrey Stedfast2000-06-201-0/+13
* Read the full server reply when we SELECT mailboxes.Peter Williams2000-06-201-0/+6
* Now gets the message flags as it should. (imap_get_summary): Same asJeffrey Stedfast2000-06-191-0/+12
* We were leaking memory - but not anymore! (imap_get_summary): We now getJeffrey Stedfast2000-06-181-0/+7
* Don't copy newlines into the parsed header text, and turn any number ofDan Winship2000-06-181-0/+6
* camel/providers/imap/camel-imap-folder.c: CAPABILITY now works like it shouldJeffrey Stedfast2000-06-181-0/+5
* Add some debugging printfs when rebulding summary to help figure out whyDan Winship2000-06-181-0/+6
* removed imap.c/h from providers/imapJeffrey Stedfast2000-06-181-0/+13
* Added code to expunge if called for (still need to finish coding this).Jeffrey Stedfast2000-06-171-27/+46
* Move flag handling from CamelMimeMessage to CamelFolder. ThisDan Winship2000-06-171-0/+60
* KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, outputDan Winship2000-06-171-0/+9
* Started to code the imap summary stuffJeffrey Stedfast2000-06-161-0/+9
* Remove camel_service_connect_with_url. (URLs must be specified when theDan Winship2000-06-161-0/+4
* Kill. Folders are now always open, and handle "closing" sorts ofDan Winship2000-06-161-0/+14
* fix a bug. (don't expunge deleted messages if called with expunge ==Dan Winship2000-06-161-0/+3
* Check server for various interesting extensions.Dan Winship2000-06-161-0/+7
* Fix to previous change: make sure the "seek" variable ends up with theDan Winship2000-06-161-0/+9
* if the mbox doesn't end with a '\n', write one before appending the newDan Winship2000-06-141-0/+6
* updated the crlf filter:Jeffrey Stedfast2000-06-141-0/+4
* Took out the filter code ( we already filter inJeffrey Stedfast2000-06-141-0/+3
* Updated: a separator is now a char* rather than a single char because IMAPJeffrey Stedfast2000-06-141-0/+22
* Renamed from camel_mbox_summary_expunge. Takes a gboolean saying whetherDan Winship2000-06-141-0/+17
* IMAP will now allow you to login, and on some IMAP providers it will actually...Jeffrey Stedfast2000-06-141-1/+11
* implemented a temp hack for the imap fetch by uid codeJeffrey Stedfast2000-06-131-0/+4
* pop provider now uses the crlf filterJeffrey Stedfast2000-06-131-0/+3
* Deprecated.Jeffrey Stedfast2000-06-131-0/+15
* don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-131-0/+4
* New filter to do CRLF<->LF conversion. (Currently only tested in theDan Winship2000-06-131-0/+10
* Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK orDan Winship2000-06-101-0/+10
* Updated to reflect changes made in camel-imap-store.cJeffrey Stedfast2000-06-101-0/+9
* Will now always send EHLO first, if that fails it will fall back on HELO.Jeffrey Stedfast2000-06-101-0/+6
* providers/imap/camel-imap-summary.c now buildsJeffrey Stedfast2000-06-081-0/+5
* Added rules to build camel-imap-streamJeffrey Stedfast2000-06-081-0/+17
* Properly dereference warning/debug messages. (header_references_decode):Not Zed2000-06-081-0/+7
* moved camel-imap-stream.* to providers/imapJeffrey Stedfast2000-06-071-0/+9
* Remove exists, create, delete. A CamelFolder now always references anDan Winship2000-06-071-1/+26
* Changed the read and write method prototypes to return an ssize_t typeJeffrey Stedfast2000-06-071-0/+13
* worked on getting providers/imap/* to build cleanly, fixed a number of stupid...Jeffrey Stedfast2000-06-071-0/+7
* fix typo/braino (set "Content-Disposition", not "Content-Description")Dan Winship2000-06-061-0/+6
* Ick, damn signs! Fix a bug with sign extended bytes.Not Zed2000-06-031-0/+8
* Jeffrey Stedfast <fejj@helixcode.com>Jeffrey Stedfast2000-06-031-0/+5
* Don't ref the services in the cache.Christopher James Lahey2000-06-031-0/+4
* moved some debug print statements to better locationsJeffrey Stedfast2000-06-031-0/+7
* If we get a funny result, just throw it out. Basically a fix for the oneNot Zed2000-06-031-0/+19
* Ref and unref objects in the service cache properly.Christopher James Lahey2000-06-031-0/+9
* Fun with purify.Dan Winship2000-06-021-0/+18
* Fixes Bug 192.Not Zed2000-06-021-0/+14
* Init filter_from to NULL, for exception case. (mbox_get_message_by_uid):Not Zed2000-05-311-0/+22
* Implemented a few more imap functions in providers/imap/camel-imap-folder.cJeffrey Stedfast2000-05-311-0/+5
* diff -r1.206 ChangeLogMichael Zucci2000-05-301-0/+9
* Make sure we copy messages which are still intact to the new folder.Not Zed2000-05-301-0/+6
* > (message_changed): Track changes to the source message in theMichael Zucci2000-05-301-0/+5
* Check the searched folder is open before trying to search it.Not Zed2000-05-301-0/+5
* Fix up some glib precondition stuff. Try to set the URL inDan Winship2000-05-301-0/+7
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-291-0/+15
* (connect_to_server): Remove port number from error message sinceDan Winship2000-05-291-0/+3
* Split apart password and APOP auth, since some servers seem to do both,Dan Winship2000-05-291-0/+13
* Use `foo@bar' rather than `"" <foo@bar>' for email addresses with no nameDan Winship2000-05-291-0/+6
* Ripped out camel_imap_command_get_additional_data() from camel-imap-store and...Jeffrey Stedfast2000-05-281-1/+16
* Don't set a default boundary. Require the caller to do that.Dan Winship2000-05-261-0/+10
* updated changelog to reflect changes I made in providers/imapJeffrey Stedfast2000-05-261-0/+11
* Replace simple data wrapper here too, oops.NotZed2000-05-261-0/+4
* Removed camel-simple-data-wrapper again. Less code to maintain == betterNotZed2000-05-261-0/+15
* Took out code that had been there to reconnect to the server if it was notJeffrey Stedfast2000-05-261-0/+9
* Re-add camel-simple-data-wrapper.h, which was removed for some reason.Dan Winship2000-05-251-0/+5
* Added more files to the imap provider to use as an outline - will likely need...Jeffrey Stedfast2000-05-251-0/+3
* Fixes to make the SMTP transport thread-safeEDT 2000 Jeffrey Stedfast2000-05-251-1/+7
* Added debug fprintfs, tested with a few messages (smtp_data): Fixed to useEDT 2000 Jeffrey Stedfast2000-05-241-1/+14
* stuffJeffrey Stedfast2000-05-231-24/+9
* stuff dudeJeffrey Stedfast2000-05-231-0/+3
* changelogJeffrey Stedfast2000-05-231-0/+5
* changelogJeffrey Stedfast2000-05-231-0/+2
* dude, just stuffJeffrey Stedfast2000-05-231-0/+11
* added camel-mime-filter-smtp.[c,h] and made mods to camel-mime-filter-from.cJeffrey Stedfast2000-05-231-0/+11
* > searchpart = strchr(namepart, '?');NotZed2000-05-201-0/+58
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-191-0/+21
* Guess!NotZed2000-05-191-0/+13
* Remove unused async open/close and copy_message_to functions. RenameDan Winship2000-05-181-0/+7
* remove get/set_output_stream operations. They're redundant withDan Winship2000-05-181-0/+28
* Quick fix to get it to compile. I hope I don't get into trouble.Darin Adler2000-05-181-0/+5
* Don't include the no-longer-distributed possibly-to-be-removed headers.Dan Winship2000-05-181-0/+3
* fix an off-by-one error in address parsing (smtp_data): useDan Winship2000-05-181-0/+8
* All this basically to support user flags in the summary. They are not yetNotZed2000-05-181-0/+29
* error checking on gethostbyaddr() in providers/smtp/camel-smtp-transport.cJeffrey Stedfast2000-05-171-0/+5
* Implement.NotZed2000-05-171-0/+17
* get things working with new camel summary stuff.Chris Toshok2000-05-161-0/+14
* o Added some preliminary ESMTP AUTH supportEDT 2000 Jeffrey Stedfast2000-05-161-0/+5
* Remove camel_folder_get_summary, which no longer exists.Dan Winship2000-05-151-0/+5
* remove some cruft that we're not currently using.Dan Winship2000-05-121-0/+2
* Change to match prototype (size_t vs unsigned int) so it works on 64-bitDan Winship2000-05-121-0/+6
* > * providers/mbox/camel-mbox-folder.c (message_changed): IndicateMichael Zucci2000-05-121-0/+12
* providers/smtp/camel-smtp-transport.c: updated smtp_helo to more closely comp...Jeffrey Stedfast2000-05-121-0/+5
* Big bunch o memleaks fixed.NotZed2000-05-121-0/+27
* Free summary items and charset filters.12000-05-121-0/+13
* fixed camel_smtp_transport_class_init(): now initializes service_classJeffrey Stedfast2000-05-111-0/+5
* fix a stupid typo. Thank you, C.Dan Winship2000-05-111-0/+8
* Removed dist-hook section.Christopher James Lahey2000-05-101-0/+5
* Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it.Dan Winship2000-05-101-0/+7
* o Undid changes to camel-internet-address.[c,h] o FixedEDT 2000 Jeffrey Stedfast2000-05-091-0/+8
* o Moved struct_address from camel-internet-address.c toEDT 2000 Jeffrey Stedfast2000-05-091-4/+13
* one more refcounting fix I missed before.Dan Winship2000-05-091-1/+5
* o updated to use CamelException (as needed by new camel-stream.c) o noEDT 2000 Jeffrey Stedfast2000-05-091-0/+8
* Use CamelException to signal failure. (camel_stream_write_strings):Dan Winship2000-05-091-0/+48
* Format From and Reply-To to at least a decoded string. Should probablyNotZed2000-05-081-0/+4
* Merged NEW_SUMMARY branch back to trunk, and resolved conflicts.NotZed2000-05-081-0/+142
* Make camel not leak like a sieve.Dan Winship2000-05-081-0/+59
* A machine which serves neither POP nor KPOP is not a POP server.Dan Winship2000-05-071-0/+8
* And same here ... (camel_folder_summary_encode_fixed_int32): Ugh, fwriteNotZed2000-05-061-0/+4
* And same here ...NotZed2000-05-051-1/+19
* Plug a memory leak. (header_decode_text): Fixed memory leaks with52000-05-051-0/+14
* Maxcount is minimum of the max and the requested count, not the maximum :)NotZed2000-05-051-0/+23
* Don't fall back to plaintext passwords if APOP fails, since it should alsoDan Winship2000-05-051-0/+6
* New function to replace camel_provider_scan. Returns a list of either (a)Dan Winship2000-05-041-0/+23
* No, we're not going to have g_strcasecmp for no good reason,NotZed2000-05-041-0/+34
* Some small build fixes:Jacob Leach2000-05-041-0/+6
* If the iconv handle is -1, then dont try and convert (crashesNotZed2000-05-031-0/+10
* fix typo when dereferencing saveoffset.Larry Ewing2000-05-031-0/+5
* Missed these ...Michael Zucci2000-05-031-0/+2
* REmove gmime-utils.h from here.NotZed2000-05-031-1/+17
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-0/+11
* > * providers/mbox/camel-mbox-search.cMichael Zucci2000-05-031-0/+7
* > * gmime-utils.[ch]: What the hell, remove it. This will break theMichael Zucci2000-05-031-0/+23
* Fix the previous overflow problem properly (can happen in 2 places).NotZed2000-05-031-0/+11
* Dont use autofill on these fucking long function anmes!!!!!!22000-05-031-0/+6
* Fix the offset for the summary when an item is expunged to take account ofNotZed2000-05-031-0/+6
* Deleted messages properly get removed from the index.Michael Zucci2000-05-021-0/+5
* > (camel_folder_expunge): Changed to only allow expunge on an openMichael Zucci2000-05-021-0/+2
* > (func_header_contains): Debug out some search stuff.Michael Zucci2000-05-021-0/+6
* Removed search_id.Michael Zucci2000-05-021-0/+19
* More message cleanup. Flags now work, are saved, and the deleteNotZed2000-05-021-0/+46
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-301-0/+25
* const poisonDan Winship2000-04-291-0/+3
* camel_mime_parser_tell() returns an offset from where it started parsing,Dan Winship2000-04-291-0/+17