summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not EAGAIN.evolution-1-0-branchJeffrey Stedfast2002-06-252-3/+12
* Parse "From: Dan Winship <danw>" (with no domain) in the way the senderDan Winship2002-06-062-1/+7
* Revert the UID set patch, it seems to have been slightly broken in theJeffrey Stedfast2002-06-055-204/+145
* Check that any unmatched operation is not concerning any vfolder. OtherEVOLUTION_1_0_6Not Zed2002-06-036-148/+254
* Since the fix for #3357 uses 'order=0' to indicate tree structure nodes,Not Zed2002-05-142-2/+11
* Instead of testing for SERVICE_CONNECTED, we need to also handleNot Zed2002-05-102-1/+11
* Fixed the fix for stupidly-broken-mailer bug #5 to work when multipleEVOLUTION_1_0_5Jeffrey Stedfast2002-05-032-1/+7
* We want to set unread_count to get_unread_message_count, notNot Zed2002-04-302-2/+8
* Backport from head. If the last message(s) were deleted, and we had anyEVOLUTION_1_0_4Not Zed2002-04-162-1/+18
* Make the folder_lock recursive. See bug #22363 for details. Basically,Jeffrey Stedfast2002-04-154-8/+23
* Backport non-blocking connect code. Hopefully this fixes the Operation InJeffrey Stedfast2002-04-122-6/+81
* If we get multiple Content-Type header values, change subsequent headersNot Zed2002-04-123-6/+30
* Set the 'name' parameter on the Content-Type too. Fixes bug #20779.EVOLUTION_1_0_3Jeffrey Stedfast2002-03-132-0/+11
* Revert to the old order, as the new one could break mailing list names forEttore Perazzoli2002-03-132-17/+24
* [Fix #21655.]Ettore Perazzoli2002-03-112-17/+25
* Always set the connect_op to NULL when we're done with it. Fix for #19564.Not Zed2002-02-062-4/+9
* Kludge around a bug in Exchange 5.5 that reports 2 messages with the sameEVOLUTION_1_0_2Jeffrey Stedfast2002-01-235-7/+70
* Don't try setting a content-type parameter if either the name or value isJeffrey Stedfast2002-01-043-3/+16
* Install the camel providers in $(libdir)/evolution/camel-providers/1.0EVOLUTION_1_0_1Dan Winship2001-12-179-32/+29
* Fixes #17085Zbigniew Chyla2001-12-133-121/+131
* cast the key argument to g_hash_table_insert to a gpointer so we don't get a ...Jeffrey Stedfast2001-12-131-2/+2
* Keep a name-to-type hash so that we can make sure that the type has notJeffrey Stedfast2001-12-133-9/+31
* iconv() returns a size_t, not an int.Jeffrey Stedfast2001-12-1013-132/+166
* Fix the tm_gmtoff case (its sign is the opposite of "timezone"). FixesDan Winship2001-12-102-1/+7
* Protect against either of the types being NULL.Jeffrey Stedfast2001-12-072-2/+17
* If complete() allocates len+2 bytes for the out buffer, so should this.Jeffrey Stedfast2001-12-072-6/+12
* Don't use regex matching. Fixes bug #16227.Jeffrey Stedfast2001-11-304-31/+74
* Use the uid rather than vuid for unmatched. Also add the uid to unmatched42001-11-303-15/+57
* Remove OpenSSL library includes/LDFLAGS from the build.Jeffrey Stedfast2001-11-277-19/+65
* Sync up for 1.0. Patches from Jeff to remove OpenSSL support.EVOLUTION_1_0Ettore Perazzoli2001-11-211-5/+1
* pull up e_passwords_forget_password fix from headDan Winship2001-11-201-18/+31
* If we have no source string, then use undefined, which should alwaysEVOLUTION_0_99_232001-11-132-3/+13
* Added a g_return_val_if_fail for folder_name != NULL.Jeffrey Stedfast2001-11-122-1/+8
* If any of the pipe()'s fail, clean up any pipes that may have succeeded.Jeffrey Stedfast2001-11-093-13/+33
* If we get a user cancel and that causes us to fail to authenticate, abort92001-11-092-0/+9
* Now takes a command-length argument so we can 1) avoid duping the commandJeffrey Stedfast2001-11-095-28/+67
* Oops, pass a mode argument to the open() call.Jeffrey Stedfast2001-11-093-49/+40
* Add code to kludge around any x-inline-pgp-hacks by prepending someJeffrey Stedfast2001-11-082-0/+27
* Initialize our private mutex. (camel_data_wrapper_finalize): Destroy ourEVOLUTION_0_99_0Jeffrey Stedfast2001-11-024-14/+56
* Move all searching operations outside of any locks except subfolder lock,12001-11-022-53/+86
* Same as below.12001-10-319-9/+82
* Dont setup cancel_fd. (camel_operation_cancel_fd): If cancel_fd notEVOLUTION_0_16_10002001-10-302-8/+18
* Make sure we unref the mimeparse when we're done (successfully). This was02001-10-303-4/+14
* Remove the X-Evolution header before anyone else gets to see this private02001-10-302-0/+7
* If we can't retrieve the message, ignore it, it can't match.02001-10-304-10/+24
* Fix this to match get_headers.Dan Winship2001-10-302-5/+4
* Dont try to move ibex if we have none.02001-10-303-5/+11
* Fixed compilation errors.02001-10-302-2/+7
* Removed unused variable.Jeffrey Stedfast2001-10-302-1/+5
* fixed a compile problem and saved errno before calling fcntl() in stream_readJeffrey Stedfast2001-10-301-3/+6