aboutsummaryrefslogtreecommitdiffstats
path: root/libical
ModeNameSize
-rw-r--r--.cvsignore187logstatsplainblame
-rw-r--r--AUTHORS0logstatsplainblame
-rw-r--r--COPYING0logstatsplainblame
-rw-r--r--ChangeLog5530logstatsplainblame
-rw-r--r--INSTALL941logstatsplainblame
-rw-r--r--Makefile.am113logstatsplainblame
-rw-r--r--NEWS8401logstatsplainblame
-rw-r--r--README3477logstatsplainblame
-rw-r--r--TEST79logstatsplainblame
-rw-r--r--THANKS798logstatsplainblame
-rw-r--r--TODO1089logstatsplainblame
-rw-r--r--acconfig.h280logstatsplainblame
-rwxr-xr-xautogen.sh1861logstatsplainblame
-rw-r--r--configure.in1013logstatsplainblame
-rw-r--r--configure.scan744logstatsplainblame
d---------design-data480logstatsplain
d---------doc208logstatsplain
d---------examples296logstatsplain
-rwxr-xr-xinstall-sh2186logstatsplainblame
-rwxr-xr-xmissing6283logstatsplainblame
-rw-r--r--mkinstalldirs731logstatsplainblame
d---------scripts427logstatsplain
d---------src216logstatsplain
d---------test-data662logstatsplain
4f669'>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-12