aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add newline to kill warnings.Kjartan Maraas2000-10-261-0/+4
* Fix folder listing code infinite loop.Dan Winship2000-10-261-0/+3
* Add a "parent" field to CamelFolderInfo.Dan Winship2000-10-251-0/+20
* add subscribed_folders.Chris Toshok2000-10-251-0/+24
* Fill in the message_count and unread_message_count flags (if !fast).Dan Winship2000-10-251-0/+5
* lots of i18n fixesDan Winship2000-10-241-0/+7
* add camel-nntp-types.h.Chris Toshok2000-10-241-0/+5
* Fix a "how could this have been working before" memory overrun bug foundDan Winship2000-10-241-0/+4
* These should have gone away a long time ago.Dan Winship2000-10-241-0/+5
* re-enable the nntp provider.Chris Toshok2000-10-211-0/+4
* add function to build a tree from the nntp group names (using '.' as aChris Toshok2000-10-211-0/+11
* #include <sys/types.h> before <regex.h>Chris Toshok2000-10-201-0/+4
* Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) asDan Winship2000-10-201-0/+4
* Emit message_changed and folder_changed as appropriate.Dan Winship2000-10-201-0/+5
* Update comment here so refresh_info isn't just for reconnects any more.Dan Winship2000-10-201-0/+20
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-0/+8
* The correct fix this time - the description should be encoded here and notJeffrey Stedfast2000-10-191-0/+6
* Initialize the outbuf to be empty before calling unicode_iconv on it.Ettore Perazzoli2000-10-191-0/+5
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-181-0/+65
* (camel_imap_folder_new): Move the summary creation to after theDan Winship2000-10-181-0/+3
* Remove cached info at the end of the summary when the folder shrinksDan Winship2000-10-181-2/+9
* Encode the header value. (add_header): Same.Jeffrey Stedfast2000-10-181-0/+5
* Added some malloc check debugging stuff.Not Zed2000-10-171-0/+19
* Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) orJeffrey Stedfast2000-10-171-0/+7
* Don't free 'resp' as it doesn't point to the beginning of the allocatedJeffrey Stedfast2000-10-171-4/+15
* when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure toChris Toshok2000-10-171-0/+7
* Only send the LOGOUT command if the store is connected. (imap_connect):Jeffrey Stedfast2000-10-171-2/+19
* Deal with the possibility of not getting a LIST response back for the topDan Winship2000-10-171-0/+6
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-131-1/+49
* Removed temp_message_buffer, and content_input_stream fields which seem toNot Zed2000-10-121-0/+28
* remove the leading '/'. (nntp_store_subscribe_folder): same.Chris Toshok2000-10-121-0/+6
* Quote the mailbox name as it may contain spaces. (imap_copy_message_to):Jeffrey Stedfast2000-10-121-0/+6
* fill in message_count and unread_message_count properly.Chris Toshok2000-10-111-0/+15
* Un-rasterize my changelog entryJoe Shaw2000-10-111-1/+1
* Check before deferencing the sep pointer.Joe Shaw2000-10-111-0/+6
* teach camel about "its" vs. "it's"Jacob "Ulysses" Berkman2000-10-111-0/+4
* write out the newsrc. (nntp_store_get_name): if @brief, just return host.Chris Toshok2000-10-101-0/+9
* Decode the resulting string.Jeffrey Stedfast2000-10-071-0/+5
* new file.Chris Toshok2000-10-071-0/+8
* Fix so that we don't encode every single char in the word. Also, do weJeffrey Stedfast2000-10-071-0/+1
* Fix so that we don't encode every single char in the word. Also, do weJeffrey Stedfast2000-10-071-0/+6
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-061-0/+46
* Encode the name part of the address and don't quote the name.Jeffrey Stedfast2000-10-061-0/+7
* Use the camel_address_encode function again.Jeffrey Stedfast2000-10-061-0/+6
* Modified to not encode space chars in the middle of a line. (isblank): NewJeffrey Stedfast2000-10-061-0/+11
* revert to old method (only use XOVER if OVER is supported.)Chris Toshok2000-10-051-0/+10
* return a gboolean so we can tell if this command worked. we can't key offChris Toshok2000-10-051-0/+11
* Fix a case where a variable was free'd and then possibly used in an errorDan Winship2000-10-051-1/+5
* news: -> nntp:.Chris Toshok2000-10-051-0/+5
* use "nntp:" instead of "news:" since "news:" urls aren't supposed to haveChris Toshok2000-10-051-0/+7
* borrow some code from the imap provider to query the user for theirChris Toshok2000-10-051-0/+14
* IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it.Dan Winship2000-10-051-0/+6
* Use header_encode_phrase instead. (camel_mime_message_set_from): Same.Jeffrey Stedfast2000-10-051-0/+6
* Handle the case where ct != NULL, but type and subtype are, and also matchNot Zed2000-10-041-0/+19
* Quote the mailbox name when sending a SELECT request otherwise mailboxesJeffrey Stedfast2000-10-041-0/+10
* New file containing camel_imap_command and friends. MajorDan Winship2000-10-041-0/+22
* New convenience function to determine if there are any 8bit mime parts inJeffrey Stedfast2000-10-031-0/+18
* Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text):Jeffrey Stedfast2000-10-031-0/+6
* Remove default_ports.Dan Winship2000-10-031-0/+12
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-0/+28
* Fixed some memory leaks. (camel_smtp_transport_init): InitializeJeffrey Stedfast2000-09-291-0/+15
* Don't send the recipient data through smtp_get_email_addr_from_text - thisJeffrey Stedfast2000-09-291-0/+10
* Make sure to add the space char after an encoded word when the encoding isJeffrey Stedfast2000-09-291-0/+5
* When getting a literal string response, don't include the \r\n after theJeffrey Stedfast2000-09-291-0/+8
* New function to fold headers.Not Zed2000-09-281-0/+50
* Return untagged data in a GPtrArray rather than a string, since it savesDan Winship2000-09-281-0/+23
* Quote the folder name as it may contain spaces.Jeffrey Stedfast2000-09-271-0/+16
* The root folder's name is "", not the namespace. (camel_imap_folder_new):Dan Winship2000-09-231-0/+11
* New function to convert Camel flags to an IMAP flag_list.Dan Winship2000-09-221-1/+26
* INBOX is case-insensitive. (get_root_folder_name): Make the root folder ""Dan Winship2000-09-221-0/+22
* Use the linewrap filter to achieve full RFC0821 compliance.Jeffrey Stedfast2000-09-201-0/+7
* When encoding the internet address, quote the name as the name may haveJeffrey Stedfast2000-09-201-0/+6
* Fix the case where INBOX isn't returned in the folder listing.Dan Winship2000-09-201-0/+6
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-201-1/+30
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-0/+7
* update CamelFolderInfo New function to free the contents of aDan Winship2000-09-181-0/+6
* Set camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG is set in theDan Winship2000-09-161-0/+8
* Don't use dir_sep as top-level directory, use "/".Jeffrey Stedfast2000-09-151-0/+8
* Don't look at the response of the command. camel_imap_command_extended()Dan Winship2000-09-151-0/+7
* Rewrote to take a third argument (gboolean *selectable) so that we canJeffrey Stedfast2000-09-141-0/+19
* Make sure *datalength is > 0 before calling camel_mime_filter_filterJeffrey Stedfast2000-09-131-0/+6
* Fixed a warning.Christopher James Lahey2000-09-091-0/+5
* Make this not leak.Dan Winship2000-09-081-0/+5
* Make this take a path to a directory that Camel can use for its ownDan Winship2000-09-081-0/+11
* Make KPOP work again.Dan Winship2000-09-081-0/+5
* Implemented (someone added these to camel-mime-message.h but neverJeffrey Stedfast2000-09-071-0/+7
* If a MIME part has no Content-Disposition, but does have a "name" on theDan Winship2000-09-061-0/+7
* care about response code. (get_HEAD_headers): same.Chris Toshok2000-09-061-0/+41
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-061-0/+69
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-0/+4
* Removed some unused functions.Christopher James Lahey2000-09-021-0/+5
* remove get_folder_name. (nntp_store_get_folder_name): remove.Chris Toshok2000-09-011-0/+6
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-011-0/+4
* use camel_remote_store_recv_line.Chris Toshok2000-09-011-0/+29
* make this a bit more robust. try to create an empty .newsrc file for theChris Toshok2000-09-011-0/+28
* Reimplemented. It should now work correctly for most possible VFolderJeffrey Stedfast2000-09-011-0/+6
* Don't save any exceptions caused by camel_imap_folder_changedJeffrey Stedfast2000-08-311-0/+11
* (write_to_stream): Rearrange the logic so it always does charsetMichael Zucci2000-08-311-0/+2
* (write_to_stream): Fix some warnings/use the right constructor,Michael Zucci2000-08-311-0/+2
* Use the proper type checking function to check for text types.Not Zed2000-08-311-0/+6
* (append_latin1): Do an additional mask for account for c'sMichael Zucci2000-08-311-0/+2
* New function - even though its broken, we'll assume mailers send latin1Not Zed2000-08-311-0/+8
* Rewrote to ignore strings that look like server responses until it is sureJeffrey Stedfast2000-08-311-0/+6
* Don't wrap printed strings in quotes, makes things messyJeffrey Stedfast2000-08-311-0/+18
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-311-0/+23
* General cleanup / moving stuff around to make things easier to follow.Jeffrey Stedfast2000-08-311-0/+5
* Prevent exceptions from being overwrittenJeffrey Stedfast2000-08-301-0/+8
* Removed old code that will never be needed againJeffrey Stedfast2000-08-301-0/+10
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-0/+61
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-301-0/+16
* Fixed the hack around quoted string responses - should now handle themJeffrey Stedfast2000-08-291-0/+9
* Free()ing memory allocated through alloca() is Not A Good Thing.Ettore Perazzoli2000-08-281-0/+5
* Use `g_free()' instead of `free()' in the `header_decode_text()'Ettore Perazzoli2000-08-271-0/+5
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-261-0/+13
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-261-1/+2
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-261-0/+7
* More UTF-8 handlingLauris Kaplinski2000-08-251-0/+8
* And here too.Not Zed2000-08-241-0/+7
* put commas between addresses.Dan Winship2000-08-241-0/+5
* use BODY.PEEK, not BODY, so we don't set the message \Seen.Dan Winship2000-08-231-0/+6
* Fixed a small warning.Christopher James Lahey2000-08-231-0/+4
* ChangeLog updates.Peter Williams2000-08-231-0/+28
* Make sure newsrc is not null (nntp_folder_get_subfolder_names): dittoJP Rosevear2000-08-221-0/+13
* Make sure respbuffer is not null before manipulating it. If it is null,JP Rosevear2000-08-221-0/+7
* Fix output for when the name is emptyPeter Williams2000-08-191-0/+5
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-171-0/+2
* More leak fixesPeter Williams2000-08-171-0/+4
* ChangeLog for previous camel-object commit.Peter Williams2000-08-171-0/+5
* Add support for copying messagesPeter Williams2000-08-161-0/+4
* Infrastructure for date-based queriesPeter Williams2000-08-151-0/+10
* Add camel-nntp-utils.hDan Winship2000-08-141-0/+3
* do a strcasecmp rather than just a strcmp when checking if a folder isDan Winship2000-08-141-0/+7
* (imap_get_subfolder_names_internal): Add "INBOX" to the list asDan Winship2000-08-131-0/+2
* Don't assume the FETCH results will come back in the order they wereDan Winship2000-08-131-0/+6
* Now takes a char * parameter rather than a streamJeffrey Stedfast2000-08-131-0/+11
* New function to do one round of attempted authentication. (pop3_connect):Dan Winship2000-08-131-0/+7
* No longer calls try_connect() to get authtypesJeffrey Stedfast2000-08-131-0/+5
* Changed param order a bit and fixed some logicJeffrey Stedfast2000-08-121-0/+9
* New convenience function for multi-transactional commands (openingJeffrey Stedfast2000-08-121-0/+8
* Fixed a warning.Christopher James Lahey2000-08-121-0/+4
* remove get_name and get_full_name assignments, since the camel-folder.cChris Toshok2000-08-121-0/+7
* use g_get_home_dir, since evolution_dir isn't available in the providers.Chris Toshok2000-08-121-0/+6
* Fix the camel-folder's thaw handler. Implement event forwarding into the main...Peter Williams2000-08-121-0/+5
* Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-111-1/+11
* Yay so lets fix an already fixed fix, again. (copy_message_to): and hereNot Zed2000-08-111-0/+6
* Fixed some warnings.Christopher James Lahey2000-08-111-0/+12
* t Zed <NotZed@HelixCode.com>Michael Zucci2000-08-111-0/+6
* If we go over the max number of messages, don't keep requesting newJeffrey Stedfast2000-08-111-0/+6
* Merge with camel-async.Peter Williams2000-08-111-25/+145
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-111-0/+63
* Fix the NNTP provider's Makefile.am so that it does not use installedEttore Perazzoli2000-08-091-0/+9
* Reorder search result in summary order if we searched with a summary.Not Zed2000-08-091-0/+6
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-091-0/+11
* Add another subject g_strstrip that fejj's earlier commit missed.Dan Winship2000-08-091-0/+5
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-081-0/+30
* If we are trying to get a subfolder listing of the root folder, alwaysJeffrey Stedfast2000-08-081-0/+10
* Strip all \n's from the expressionJeffrey Stedfast2000-08-081-0/+6
* Do a g_strstrip on the subject so we can stop getting those annoyingJeffrey Stedfast2000-08-081-0/+6
* Fix this to not require NULL-termination of the array.Dan Winship2000-08-071-0/+5
* If we fail to get a dir_sep, then supply the default of "/". (get_folder):Jeffrey Stedfast2000-08-051-0/+6
* Coredump fix when IMAP get_folder with NULL dir_sepPeter Williams2000-08-051-0/+5
* Indexes into the flags array are message_number minus 1, not justDan Winship2000-08-051-0/+4
* add a debugging macro for doing protocol tracing.Dan Winship2000-08-041-0/+5
* Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-041-0/+3
* Initialize the service_cache for the news/nntp providersJeffrey Stedfast2000-08-041-0/+5
* srcdir != builddir fixPeter Williams2000-08-031-0/+5
* Kill this. It doesn't have any code to do anything the new mh providerDan Winship2000-08-031-0/+7
* Trim trailing space from the subject. I've now seen replies from twoDan Winship2000-08-031-0/+9
* When forced to use the IP, place it in square brackets.Jeffrey Stedfast2000-08-021-0/+3
* New and improved sexp parser. An honest try at using e-sexp is wrapped inJeffrey Stedfast2000-08-021-2/+13
* Initial cut at mh provider. Well, it already does everythingNot Zed2000-08-011-0/+6
* Some IMAP servers don't wrap the UID in ()'s so don't depend on thatJeffrey Stedfast2000-08-011-0/+4
* Oops, forgot to free node->function - not good.Jeffrey Stedfast2000-08-011-0/+5
* Buffer overrun fix in g_strfreevPeter Williams2000-08-011-0/+5
* New convenience function to translate a Camel sexp into the equivalentJeffrey Stedfast2000-08-011-0/+12
* A few string overrun checks for the mime parserPeter Williams2000-08-011-1/+16
* Make sure the third word/token (whatever) is "EXPUNGE" and not somethingJeffrey Stedfast2000-07-291-0/+9
* Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended):Jeffrey Stedfast2000-07-291-0/+15
* Get message count when STATUS is not available. (imap_init):Jeffrey Stedfast2000-07-291-0/+30
* Fixed my routine to only fetch new headers, my IDs were off by 1 on theJeffrey Stedfast2000-07-281-0/+8
* If the path doesn't begin with a / and there is a host, prepend a / to theJeffrey Stedfast2000-07-281-1/+6
* Added camel-imap-utils.[c,h]Jeffrey Stedfast2000-07-281-2/+24
* Now uses a hash table for looking up message info rather than a linearJeffrey Stedfast2000-07-281-0/+5
* Fix Makefile.am booboo.Peter Williams2000-07-281-0/+5
* 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