summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add camel-nntp-types.h.EVOLUTION_0_6Chris Toshok2000-10-232-1/+7
* Fix a "how could this have been working before" memory overrun bug foundDan Winship2000-10-232-0/+7
* These should have gone away a long time ago.Dan Winship2000-10-235-834/+5
* re-enable the nntp provider.Chris Toshok2000-10-202-1/+5
* add function to build a tree from the nntp group names (using '.' as aChris Toshok2000-10-202-41/+149
* #include <sys/types.h> before <regex.h>Chris Toshok2000-10-202-0/+5
* Fix a bug with "INBOX" (or anything else with NIL hierarchy separator) asDan Winship2000-10-202-1/+5
* Emit message_changed and folder_changed as appropriate.Dan Winship2000-10-202-2/+25
* Update comment here so refresh_info isn't just for reconnects any more.Dan Winship2000-10-195-61/+64
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-193-0/+11
* The correct fix this time - the description should be encoded here and notJeffrey Stedfast2000-10-192-1/+10
* Initialize the outbuf to be empty before calling unicode_iconv on it.Ettore Perazzoli2000-10-182-0/+8
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-1821-144/+348
* (camel_imap_folder_new): Move the summary creation to after theDan Winship2000-10-182-9/+12
* Remove cached info at the end of the summary when the folder shrinksDan Winship2000-10-183-11/+23
* Encode the header value. (add_header): Same.Jeffrey Stedfast2000-10-182-12/+25
* Added some malloc check debugging stuff.Not Zed2000-10-174-18/+81
* Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) orJeffrey Stedfast2000-10-172-1/+8
* Don't free 'resp' as it doesn't point to the beginning of the allocatedJeffrey Stedfast2000-10-172-14/+26
* when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure toChris Toshok2000-10-162-8/+18
* Only send the LOGOUT command if the store is connected. (imap_connect):Jeffrey Stedfast2000-10-164-12/+47
* Deal with the possibility of not getting a LIST response back for the topDan Winship2000-10-162-12/+20
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-1213-541/+609
* Removed temp_message_buffer, and content_input_stream fields which seem toNot Zed2000-10-128-27/+53
* remove the leading '/'. (nntp_store_subscribe_folder): same.Chris Toshok2000-10-112-3/+9
* Quote the mailbox name as it may contain spaces. (imap_copy_message_to):Jeffrey Stedfast2000-10-112-2/+8
* fill in message_count and unread_message_count properly.Chris Toshok2000-10-115-30/+69
* Un-rasterize my changelog entryJoe Shaw2000-10-101-1/+1
* Check before deferencing the sep pointer.Joe Shaw2000-10-102-1/+8
* teach camel about "its" vs. "it's"Jacob "Ulysses" Berkman2000-10-105-8/+12
* write out the newsrc. (nntp_store_get_name): if @brief, just return host.Chris Toshok2000-10-103-57/+95
* Issue a warning if h->value is NULL.Miguel de Icaza2000-10-081-1/+9
* Decode the resulting string.Jeffrey Stedfast2000-10-062-6/+15
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-061-0/+2
* new file.Chris Toshok2000-10-064-0/+309
* Fix so that we don't encode every single char in the word. Also, do weJeffrey Stedfast2000-10-062-2/+3
* Fix so that we don't encode every single char in the word. Also, do weJeffrey Stedfast2000-10-062-12/+19
* Don't compile the NNTP provider as it currently doesn't build becauseEttore Perazzoli2000-10-061-1/+1
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-0611-28/+361
* Encode the name part of the address and don't quote the name.Jeffrey Stedfast2000-10-062-14/+78
* Use the camel_address_encode function again.Jeffrey Stedfast2000-10-052-4/+26
* Modified to not encode space chars in the middle of a line. (isblank): NewJeffrey Stedfast2000-10-053-40/+53
* revert to old method (only use XOVER if OVER is supported.)Chris Toshok2000-10-053-14/+34
* return a gboolean so we can tell if this command worked. we can't key offChris Toshok2000-10-042-8/+20
* Fix a case where a variable was free'd and then possibly used in an errorDan Winship2000-10-042-2/+7
* news: -> nntp:.Chris Toshok2000-10-042-23/+7
* use "nntp:" instead of "news:" since "news:" urls aren't supposed to haveChris Toshok2000-10-042-2/+14
* borrow some code from the imap provider to query the user for theirChris Toshok2000-10-043-30/+123
* IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it.Dan Winship2000-10-042-19/+34
* Use header_encode_phrase instead. (camel_mime_message_set_from): Same.Jeffrey Stedfast2000-10-042-12/+8