summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Parse "From: Dan Winship <danw>" (with no domain) in the way the senderEVOLUTION_1_0_8EVOLUTION_1_0_7Dan Winship2002-06-062-1/+7
* Remove the CONF_DEFAULT_PATH entry, as this is handled by the url configNot Zed2002-06-0610-38/+548
* Check that any unmatched operation is not concerning any vfolder. OtherNot Zed2002-06-032-10/+24
* setup/free the mech string.Not Zed2002-06-0313-24/+408
* When the part is a multipart/signed, make sure to free the part_specJeffrey Stedfast2002-05-312-13/+18
* Free the path buffer when we're done with it.Jeffrey Stedfast2002-05-313-2/+13
* If we fail to read a literal, free the temporary string buffer.Jeffrey Stedfast2002-05-312-11/+8
* Revert my fix from the other day since camel_imap_command_response()Jeffrey Stedfast2002-05-313-6/+18
* If we fail to be able to create a stream to insert into the cache, thenJeffrey Stedfast2002-05-312-0/+8
* Added a protocol field for users to use.Not Zed2002-05-3121-58/+1422
* On error, don't leak the GByteArray buffer.Jeffrey Stedfast2002-05-312-0/+4
* Free the response before checking for errors. I'm not sure this'llJeffrey Stedfast2002-05-313-7/+45
* Only free the LOGOUT response if it is non-NULL.Jeffrey Stedfast2002-05-292-1/+7
* Implement. Run a summary check to update for any newly arrived messages.Not Zed2002-05-293-1/+31
* Use the CamelMessageInfo rather than the CamelMimeMessage because theJeffrey Stedfast2002-05-282-8/+11
* On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-286-77/+226
* Helps if we allocate enough space here. Also, start smoking the sameJeffrey Stedfast2002-05-243-4/+20
* Use the new readline function.Jeffrey Stedfast2002-05-246-59/+96
* Added some NULL protection fixes.Jeffrey Stedfast2002-05-242-8/+26
* Removed from the build. Glory glory hallelujah.Jeffrey Stedfast2002-05-2210-892/+489
* Don't call some retarded function to simply set an exception.Jeffrey Stedfast2002-05-214-4/+11
* If we get an invalid start char, just ignore it and goto the nextNot Zed2002-05-212-2/+9
* New e-sexp callback function to get a user_tag label value.Jeffrey Stedfast2002-05-162-0/+18
* New function to parse a NAMESPACE response properly.Jeffrey Stedfast2002-05-155-32/+291
* Only reconnect if we are already connected, if we are in a disconnectedJeffrey Stedfast2002-05-152-1/+6
* If the part_spec is an empty string for a leaft part, use "1" since weJeffrey Stedfast2002-05-152-3/+7
* removed. (imap_store_refresh_folders): Copy the folders first, thenNot Zed2002-05-153-10/+47
* fixed a simple logic mistakeJeffrey Stedfast2002-05-151-1/+4
* Fixes bug #24136.Jeffrey Stedfast2002-05-145-37/+137
* Previous fix reverted.Jeffrey Stedfast2002-05-142-8/+1
* Previous fix reverted. (get_content): Handle the case where a multipart'sJeffrey Stedfast2002-05-143-6/+17
* Overload the setv/getv CamelObject virtual methods. (imap_setv):Jeffrey Stedfast2002-05-133-2/+133
* Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-1315-95/+257
* Since the fix for #3357 uses 'order=0' to indicate tree structure nodes,Not Zed2002-05-132-2/+11
* Fetch the BODYSTRUCTURE rather than BODY since BODY seems to be lackingJeffrey Stedfast2002-05-112-1/+5
* Might help if we called camel_transport_class_init.Jeffrey Stedfast2002-05-102-1/+6
* Replace copy_messages_to and move_messages_to with a single function thatDan Winship2002-05-1012-273/+224
* New filter function to pipe a message to another program. (run_command):Jeffrey Stedfast2002-05-102-13/+7
* New filter function to pipe a message to another program.Jeffrey Stedfast2002-05-092-0/+135
* Instead of testing for SERVICE_CONNECTED, we need to also handleNot Zed2002-05-093-2/+12
* Implemented. (digest_getv): Implemented.Jeffrey Stedfast2002-05-0812-23/+364
* camel_pop3_engine_iterate doesn't return the state, it returns -1 on fail,Jeffrey Stedfast2002-05-082-7/+15
* s/class/klass for arguments so that c++ developers don't complain later.Jeffrey Stedfast2002-05-072-16/+22
* Fix a crash in a g_warning.Dan Winship2002-05-072-4/+8
* Check for LOGIN xxxx as well if debug is on, so we dont print passwords toNot Zed2002-05-0749-850/+1119
* If the pop3 command status is -1, then we probably have a TCP error (?) soJeffrey Stedfast2002-05-063-15/+29
* Use CamelMimeFilterBestenc to get a more appropriate encoding rather thanJeffrey Stedfast2002-05-062-7/+33
* Call camel_mime_message_encode_8bit_parts() which fixes bug #10885.Jeffrey Stedfast2002-05-062-3/+4
* Don't bother with counting down the timeout.Jeffrey Stedfast2002-05-062-7/+7
* Same fix as the tcp stream. (stream_write): Again here. Just like tcpJeffrey Stedfast2002-05-033-66/+111