aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* Builddir != srcdir loving.Ettore Perazzoli2000-11-293-1/+8
* Add a missed unref.Not Zed2000-11-2924-119/+326
* ShushJP Rosevear2000-11-294-0/+32
* Add USE_FLOCK, USE_FCNTL, USE_FLOCKJP Rosevear2000-11-292-5/+4
* Don't set exception to g_strerror (errno) when nread == 0, because itDan Winship2000-11-292-1/+6
* Don't try to free things if they haven't been set yet.Dan Winship2000-11-292-2/+9
* send NULL so we don't have to clear the exceptionJeffrey Stedfast2000-11-291-2/+1
* Clear the exception if EHLO fails before trying HELO in the cases whereJeffrey Stedfast2000-11-292-0/+8
* Set the info size's properly, oops!Not Zed2000-11-2823-55/+1184
* add scan = scan->next; to avoid infinite loopRadek Doulik2000-11-282-0/+7
* Make this gratuitously more complicated. No wait, I mean, fix bugs. NowDan Winship2000-11-283-52/+105
* Remove "complete" fieldJP Rosevear2000-11-282-0/+11
* Removed mh, mbox, added local, to the default.Not Zed2000-11-272-2/+9
* little util to scan mailboxes for any and every address they contain.Michael Zucci2000-11-247-66/+243
* Added at least some explanation of all this stuff.Not Zed2000-11-244-12/+77
* Add tests.Not Zed2000-11-2421-16/+1264
* check for return valuesRadek Doulik2000-11-222-3/+10
* add #ifdef HAVE_ALLOCA_HDan Winship2000-11-223-0/+9
* Shite, -1 on error, >=0 on success. So i've just been truncating all theNot Zed2000-11-2111-95/+462
* Added camel-folder-thread.[ch].Not Zed2000-11-214-0/+645
* fix changelog merge conflictsJeffrey Stedfast2000-11-211-1/+0
* Fixed to return the correct bytecount in all cases which is the real fixJeffrey Stedfast2000-11-214-24/+32
* Fixes for the summary messageid changes. Hash the messageid and store it.Not Zed2000-11-2114-407/+1038
* lso make sure not to go past the end of the buffer ;-)Jeffrey Stedfast2000-11-171-1/+1
* When extracting a literal string, capture up until the end of the lastJeffrey Stedfast2000-11-172-0/+8
* Use the byte-read count to decrement the number of bytes left to readJeffrey Stedfast2000-11-173-8/+46
* We should always terminate the string. No need to check outptr is inNot Zed2000-11-174-9/+19
* Check the uid string is all digits before trying to write a 'standard'Not Zed2000-11-1610-230/+346
* New file - utility functions for locking using different strategies and/orNot Zed2000-11-166-10/+22
* Locking interfaces.Michael Zucci2000-11-162-0/+468
* removed #include <libgnomevfs/gnome-vfs.h>Radek Doulik2000-11-162-2/+1
* mime_guess_type_from_file_name moved back to composer as it introducedRadek Doulik2000-11-153-22/+5
* Removed local again, not quite ready.Not Zed2000-11-158-50/+123
* Maildir lives.Michael Zucci2000-11-1513-17/+1005
* Initial cut for local provider, to handle mh/mailbox/maildir atMichael Zucci2000-11-1522-0/+4165
* Don't cast an int to a ssize_t.Jeffrey Stedfast2000-11-152-1/+6
* Go until inend, not inend+1. Changed the continuation and retry logic toNot Zed2000-11-111-187/+134
* Make sure 'atleast' is at least 1, always. This is possibly a temporaryNot Zed2000-11-111-3/+4
* put a space before a single-digit day of the month since it seems someDan Winship2000-11-112-1/+8
* fix ids ending with '.'Radek Doulik2000-11-112-1/+6
* Fix error handling. (Only send a "*" to bail out of authentication if theDan Winship2000-11-102-9/+19
* new function, moved from composerRadek Doulik2000-11-083-0/+29
* Keep track of the caller bestenc flags that make sense.Not Zed2000-11-087-137/+237
* Fix the default implementation for CamelService::get_name() so that itEttore Perazzoli2000-11-082-1/+6
* Kill debugging, as it causes lots of evolution-mail spewage.Dan Winship2000-11-082-1/+6
* Oops, forgot to commit. New stream/filter for doingMichael Zucci2000-11-074-0/+460
* Implement a complete() function, now we need one. (filter): Upgraded toNot Zed2000-11-0720-543/+1703
* Two segfault fixesPeter Williams2000-11-072-1/+6
* new function, generates simple message/content idRadek Doulik2000-11-043-0/+21
* Set the preface/postface from the parser into the multipart object.Not Zed2000-11-0410-33/+249
* Undo my incorrect fix - I misunderstood danw - sorry!Jeffrey Stedfast2000-11-042-26/+9
* Unbreak this.Dan Winship2000-11-042-2/+7
* If show_pass, then base64 the password before writing it to the outputJeffrey Stedfast2000-11-042-6/+41
* fix bug in previousDan Winship2000-11-041-3/+1
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-0419-79/+79
* Quote foldernames when sending to the IMAP server because the folder nameJeffrey Stedfast2000-11-022-1/+7
* Merged in camel-incremental-branch.Not Zed2000-11-0213-107/+532
* Remove old subbed folders from hash table after freeing them.Dan Winship2000-11-022-3/+14
* Deal correctly with namespace == ""Dan Winship2000-11-022-1/+6
* calendar: made all gui show localizedGediminas Paulauskas2000-11-013-209/+696
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-11-018-80/+62
* Camel IMAP authentication includes (forgotten in last commit)Dan Winship2000-10-311-0/+39
* New file with code for IMAP authentication mechanisms. (Currently justDan Winship2000-10-315-84/+384
* Take an additional argument, "break_lines", saying whether or not to addDan Winship2000-10-314-10/+11
* Improved IMAP namespace handling: leave the namespace in theDan Winship2000-10-309-274/+343
* Remove md5-utils.h include since it's not part of Camel any more.Dan Winship2000-10-306-12/+29
* Remove previous comment about Outlook brokenness, since it turns out theDan Winship2000-10-282-7/+3
* Work around Outlook brokenness in iMIP parsing by only quotingDan Winship2000-10-282-2/+24
* build md5-utils72000-10-286-449/+22
* Add newline to kill warnings.Kjartan Maraas2000-10-262-1/+5
* Fix folder listing code infinite loop.Dan Winship2000-10-262-1/+4
* Add a "parent" field to CamelFolderInfo.Dan Winship2000-10-255-17/+47
* add subscribed_folders.Chris Toshok2000-10-253-4/+121
* add a missing #includeDan Winship2000-10-251-0/+1
* Fill in the message_count and unread_message_count flags (if !fast).Dan Winship2000-10-252-5/+39
* lots of i18n fixesDan Winship2000-10-2432-235/+216
* add camel-nntp-types.h.Chris Toshok2000-10-242-1/+7
* Fix a "how could this have been working before" memory overrun bug foundDan Winship2000-10-242-0/+7
* These should have gone away a long time ago.Dan Winship2000-10-245-834/+5
* re-enable the nntp provider.Chris Toshok2000-10-212-1/+5
* add function to build a tree from the nntp group names (using '.' as aChris Toshok2000-10-212-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-205-61/+64
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-203-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-192-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-172-8/+18
* Only send the LOGOUT command if the store is connected. (imap_connect):Jeffrey Stedfast2000-10-174-12/+47
* Deal with the possibility of not getting a LIST response back for the topDan Winship2000-10-172-12/+20
* Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY valueDan Winship2000-10-1313-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-122-3/+9
* Quote the mailbox name as it may contain spaces. (imap_copy_message_to):Jeffrey Stedfast2000-10-122-2/+8
* fill in message_count and unread_message_count properly.Chris Toshok2000-10-115-30/+69
* Un-rasterize my changelog entryJoe Shaw2000-10-111-1/+1
* Check before deferencing the sep pointer.Joe Shaw2000-10-112-1/+8
* teach camel about "its" vs. "it's"Jacob "Ulysses" Berkman2000-10-115-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-072-6/+15
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-071-0/+2
* new file.Chris Toshok2000-10-074-0/+309
* Fix so that we don't encode every single char in the word. Also, do weJeffrey Stedfast2000-10-072-2/+3
* Fix so that we don't encode every single char in the word. Also, do weJeffrey Stedfast2000-10-072-12/+19
* Don't compile the NNTP provider as it currently doesn't build becauseEttore Perazzoli2000-10-071-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-062-4/+26
* Modified to not encode space chars in the middle of a line. (isblank): NewJeffrey Stedfast2000-10-063-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-052-8/+20
* Fix a case where a variable was free'd and then possibly used in an errorDan Winship2000-10-052-2/+7
* news: -> nntp:.Chris Toshok2000-10-052-23/+7
* use "nntp:" instead of "news:" since "news:" urls aren't supposed to haveChris Toshok2000-10-052-2/+14
* borrow some code from the imap provider to query the user for theirChris Toshok2000-10-053-30/+123
* IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it.Dan Winship2000-10-052-19/+34
* Use header_encode_phrase instead. (camel_mime_message_set_from): Same.Jeffrey Stedfast2000-10-052-12/+8
* Handle the case where ct != NULL, but type and subtype are, and also matchNot Zed2000-10-044-14/+59
* Quote the mailbox name when sending a SELECT request otherwise mailboxesJeffrey Stedfast2000-10-044-60/+87
* New file containing camel_imap_command and friends. MajorDan Winship2000-10-049-1194/+735
* New convenience function to determine if there are any 8bit mime parts inJeffrey Stedfast2000-10-034-12/+221
* Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text):Jeffrey Stedfast2000-10-032-53/+22
* Remove default_ports.Dan Winship2000-10-0316-20/+24
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-0320-350/+511
* More updating... still not usable, or even compilableDan Winship2000-10-034-46/+266
* another mem leak fixJeffrey Stedfast2000-09-291-0/+5
* Fixed some memory leaks. (camel_smtp_transport_init): InitializeJeffrey Stedfast2000-09-294-60/+61
* Don't send the recipient data through smtp_get_email_addr_from_text - thisJeffrey Stedfast2000-09-293-18/+27
* Make sure to add the space char after an encoded word when the encoding isJeffrey Stedfast2000-09-292-0/+7
* When getting a literal string response, don't include the \r\n after theJeffrey Stedfast2000-09-294-1/+18
* New function to fold headers.Not Zed2000-09-2813-293/+4849
* Return untagged data in a GPtrArray rather than a string, since it savesDan Winship2000-09-285-142/+214
* Quote the folder name as it may contain spaces.Jeffrey Stedfast2000-09-272-22/+37
* Again...wrap the folder names in quotesJeffrey Stedfast2000-09-233-8/+9
* The root folder's name is "", not the namespace. (camel_imap_folder_new):Dan Winship2000-09-234-11/+18
* New function to convert Camel flags to an IMAP flag_list.Dan Winship2000-09-225-224/+161
* INBOX is case-insensitive. (get_root_folder_name): Make the root folder ""Dan Winship2000-09-224-263/+132
* ack, remove the ~ and object filesJeffrey Stedfast2000-09-204-197/+0
* Use the linewrap filter to achieve full RFC0821 compliance.Jeffrey Stedfast2000-09-2010-129/+531
* When encoding the internet address, quote the name as the name may haveJeffrey Stedfast2000-09-202-31/+42
* Fix the case where INBOX isn't returned in the folder listing.Dan Winship2000-09-202-1/+12
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-2021-646/+502
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-186-5/+12
* update CamelFolderInfo New function to free the contents of aDan Winship2000-09-183-7/+25
* Set camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG is set in theDan Winship2000-09-163-10/+29
* Don't use dir_sep as top-level directory, use "/".Jeffrey Stedfast2000-09-153-8/+13
* Don't look at the response of the command. camel_imap_command_extended()Dan Winship2000-09-152-80/+9
* Rewrote to take a third argument (gboolean *selectable) so that we canJeffrey Stedfast2000-09-143-21/+114
* Make sure *datalength is > 0 before calling camel_mime_filter_filterJeffrey Stedfast2000-09-132-15/+23
* fixes to make this beast distcheckPeter Teichman2000-09-131-0/+1
* Fixed a warning.Christopher James Lahey2000-09-093-0/+7
* Make this not leak.Dan Winship2000-09-082-2/+8
* Make this take a path to a directory that Camel can use for its ownDan Winship2000-09-085-15/+196
* *** empty log message ***Dan Winship2000-09-081-0/+7
* Make KPOP work again.Dan Winship2000-09-082-1/+7
* oops, spelling mistakeJeffrey Stedfast2000-09-071-2/+2
* Implemented (someone added these to camel-mime-message.h but neverJeffrey Stedfast2000-09-072-3/+28
* If a MIME part has no Content-Disposition, but does have a "name" on theDan Winship2000-09-062-4/+15
* care about response code. (get_HEAD_headers): same.Chris Toshok2000-09-0610-97/+304
* Update for CamelObject and some other changesDan Winship2000-09-065-90/+69
* Cache provider, for caching a remote store locally. This is not done yet.Dan Winship2000-09-069-0/+1471
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-0611-262/+275
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-022-1/+6
* Removed some unused functions.Christopher James Lahey2000-09-022-45/+5
* remove get_folder_name. (nntp_store_get_folder_name): remove.Chris Toshok2000-09-012-8/+6
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-012-2/+10
* use camel_remote_store_recv_line.Chris Toshok2000-09-016-219/+129
* make this a bit more robust. try to create an empty .newsrc file for theChris Toshok2000-09-015-37/+294
* Reimplemented. It should now work correctly for most possible VFolderJeffrey Stedfast2000-09-012-175/+333
* Don't save any exceptions caused by camel_imap_folder_changedJeffrey Stedfast2000-08-313-10/+51
* (write_to_stream): Rearrange the logic so it always does charsetMichael Zucci2000-08-312-12/+22
* (write_to_stream): Fix some warnings/use the right constructor,Michael Zucci2000-08-312-2/+5
* Use the proper type checking function to check for text types.Not Zed2000-08-312-1/+19
* (append_latin1): Do an additional mask for account for c'sMichael Zucci2000-08-312-1/+3
* New function - even though its broken, we'll assume mailers send latin1Not Zed2000-08-312-2/+32
* Rewrote to ignore strings that look like server responses until it is sureJeffrey Stedfast2000-08-313-12/+69
* Don't wrap printed strings in quotes, makes things messyJeffrey Stedfast2000-08-316-134/+452
* Make CamelServices connect only when told to (old behavior). Make CamelRemote...Peter Williams2000-08-317-59/+104
* General cleanup / moving stuff around to make things easier to follow.Jeffrey Stedfast2000-08-312-41/+61
* Prevent exceptions from being overwrittenJeffrey Stedfast2000-08-305-193/+235
* Removed old code that will never be needed againJeffrey Stedfast2000-08-304-212/+102
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-3020-902/+1216
* Updated to check for EXPUNGE notificationsJeffrey Stedfast2000-08-305-21/+88
* Fixed the hack around quoted string responses - should now handle themJeffrey Stedfast2000-08-293-165/+167
* Free()ing memory allocated through alloca() is Not A Good Thing.Ettore Perazzoli2000-08-282-1/+5
* Use `g_free()' instead of `free()' in the `header_decode_text()'Ettore Perazzoli2000-08-272-1/+6
* Add support for specifying on which port to connect to a server; fix a potent...Peter Williams2000-08-2611-1/+25
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-262-3/+4
* If the url path is "/" and the folder path is "/", just LIST "" "*" (thisJeffrey Stedfast2000-08-262-7/+38
* More UTF-8 handlingLauris Kaplinski2000-08-254-9/+17
* Remove this duplicate file to fix buildJP Rosevear2000-08-251-0/+2
* And here too.Not Zed2000-08-243-0/+13
* put commas between addresses.Dan Winship2000-08-242-0/+7
* use BODY.PEEK, not BODY, so we don't set the message \Seen.Dan Winship2000-08-232-1/+7
* Fixed a small warning.Christopher James Lahey2000-08-232-3/+7
* ChangeLog updates.Peter Williams2000-08-231-0/+28
* Automatically connect services when given a valid URL (should hopefully disco...Peter Williams2000-08-238-95/+196
* Make sure newsrc is not null (nntp_folder_get_subfolder_names): dittoJP Rosevear2000-08-223-6/+31
* Make sure respbuffer is not null before manipulating it. If it is null,JP Rosevear2000-08-222-3/+17
* Fix output for when the name is emptyPeter Williams2000-08-192-0/+7
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-173-3/+7
* More leak fixesPeter Williams2000-08-172-2/+7
* ChangeLog for previous camel-object commit.Peter Williams2000-08-171-0/+5
* Plug mem leaks.Peter Williams2000-08-171-0/+1
* Add support for copying messagesPeter Williams2000-08-162-1/+5
* Infrastructure for date-based queriesPeter Williams2000-08-153-2/+83
* Add camel-nntp-utils.hDan Winship2000-08-142-1/+5
* do a strcasecmp rather than just a strcmp when checking if a folder isDan Winship2000-08-142-1/+8
* (imap_get_subfolder_names_internal): Add "INBOX" to the list asDan Winship2000-08-132-1/+3
* Don't assume the FETCH results will come back in the order they wereDan Winship2000-08-132-2/+8
* Now takes a char * parameter rather than a streamJeffrey Stedfast2000-08-134-8/+126
* New function to do one round of attempted authentication. (pop3_connect):Dan Winship2000-08-132-105/+108
* No longer calls try_connect() to get authtypesJeffrey Stedfast2000-08-132-2/+9
* Changed param order a bit and fixed some logicJeffrey Stedfast2000-08-124-28/+62
* New convenience function for multi-transactional commands (openingJeffrey Stedfast2000-08-124-33/+217
* Fixed a warning.Christopher James Lahey2000-08-122-2/+6
* remove get_name and get_full_name assignments, since the camel-folder.cChris Toshok2000-08-122-16/+7
* use g_get_home_dir, since evolution_dir isn't available in the providers.Chris Toshok2000-08-122-3/+8
* Fix the camel-folder's thaw handler. Implement event forwarding into the main...Peter Williams2000-08-122-1/+6
* Implement. (mh_get_message_user_tag): Implement.Not Zed2000-08-115-4/+142
* Yay so lets fix an already fixed fix, again. (copy_message_to): and hereNot Zed2000-08-112-18/+19
* Fixed some warnings.Christopher James Lahey2000-08-1120-22/+70
* t Zed <NotZed@HelixCode.com>Michael Zucci2000-08-112-28/+23
* Removed unecessary change and fixed indenting.Michael Zucci2000-08-111-231/+214
* If we go over the max number of messages, don't keep requesting newJeffrey Stedfast2000-08-112-13/+23
* Merge with camel-async.Peter Williams2000-08-11106-2641/+3455
* A better way to compress leading whitespace. The code is probably invalidNot Zed2000-08-1116-1041/+1170
* Fix the NNTP provider's Makefile.am so that it does not use installedEttore Perazzoli2000-08-093-5/+17
* Reorder search result in summary order if we searched with a summary.Not Zed2000-08-092-3/+26
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-0911-42/+303
* Add another subject g_strstrip that fejj's earlier commit missed.Dan Winship2000-08-092-1/+6
* Only retry another uid if we had a name clash, otherwise fail.Not Zed2000-08-089-12/+212
* If we are trying to get a subfolder listing of the root folder, alwaysJeffrey Stedfast2000-08-083-10/+33
* Strip all \n's from the expressionJeffrey Stedfast2000-08-084-8/+36
* Do a g_strstrip on the subject so we can stop getting those annoyingJeffrey Stedfast2000-08-082-1/+7
* Fix this to not require NULL-termination of the array.Dan Winship2000-08-072-2/+10
* If we fail to get a dir_sep, then supply the default of "/". (get_folder):Jeffrey Stedfast2000-08-052-28/+37
* Coredump fix when IMAP get_folder with NULL dir_sepPeter Williams2000-08-052-1/+6
* Indexes into the flags array are message_number minus 1, not justDan Winship2000-08-052-2/+6
* add a debugging macro for doing protocol tracing.Dan Winship2000-08-042-2/+29
* Only call imap_get_summary_internal if the folder can hold messagesJeffrey Stedfast2000-08-043-7/+13