summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* w(x) out some warnings.02001-10-303-5/+14
* Removed. (stream_write): Keep looping (non-blocking case) if errno isJeffrey Stedfast2001-10-306-87/+110
* If we get an empty name, then mark that as NoSelect. Workaround fix for02001-10-302-2/+8
* Set an X-Evolution-Source header on the returned message so replies comeDan Winship2001-10-302-0/+15
* If we're not going to search on a changed uid, make sure we change out92001-10-302-1/+9
* Don't emit a folder_subscribed signal if we are in the process of renamingJeffrey Stedfast2001-10-295-60/+119
* Minor fix - should have been using a strNcmp when checking if it was anJeffrey Stedfast2001-10-292-1/+6
* Notify the user that PGP 2.6.x is no longer supported and useJeffrey Stedfast2001-10-293-29/+69
* Don't free the hash table key if the folder wasn't found in the hashDan Winship2001-10-292-4/+11
* if the service is being connected and thinks it's online, but the sessionDan Winship2001-10-292-0/+13
* Turn off w() -> warnings.92001-10-299-11/+133
* Fix the 'is this a matching subfolder or subfolder'' logic to match92001-10-293-3/+29
* Changed to call ibex_move to rename it internally.82001-10-282-10/+49
* Use the right variable, not info.82001-10-282-1/+5
* Make sure we've actually read data before checking if p[-] is '\r' or not.Jeffrey Stedfast2001-10-283-7/+61
* Same.Jeffrey Stedfast2001-10-283-12/+26
* Use path not protocol as the path part of the uri of the folder_created82001-10-287-19/+103
* More fixing of the license texts.Ettore Perazzoli2001-10-27117-1309/+1287
* Fixing the license text.Ettore Perazzoli2001-10-27132-132/+0
* Finished implementation.72001-10-279-83/+227
* Don't bother checking ex since we can rely on the response being NULL onJeffrey Stedfast2001-10-272-12/+67
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-27132-264/+264
* Check to make sure that the dataset is non-NULL before using and/orJeffrey Stedfast2001-10-262-19/+29
* Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0Jeffrey Stedfast2001-10-262-2/+5
* Check for EWOULDBLOCK too? (stream_read): Same.Jeffrey Stedfast2001-10-262-5/+32
* Lets try putting a camel_stream_reset() here. Logic being that the streamJeffrey Stedfast2001-10-262-0/+10
* Remove the stupid warning that should never have been there in the first52001-10-269-36/+94
* Don't let fi->name be NULL.Dan Winship2001-10-252-0/+7
* updated the SIMULATE_FLAKY_NETWORK codeJeffrey Stedfast2001-10-241-10/+12