2002-06-17 |
Michael Zucci | file camel-vtrash-store.c was initially added on branch... |
commit | commitdiff | tree | snapshot |
2002-06-17 |
Michael Zucci | file camel-vtrash-store.h was initially added on branch... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Jeffrey Stedfast | Freeze source folders. (vee_thaw): Thaw all source... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Jeffrey Stedfast | Unlock the command_lock after each UID STORE command... |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Jeffrey Stedfast | Fixed compiler warnings. |
commit | commitdiff | tree | snapshot |
2002-06-14 |
Jeffrey Stedfast | Updated to use ctx->sign_protocol rather than ctx-... |
commit | commitdiff | tree | snapshot |
2002-06-11 |
Not Zed | Our parent class is camel_vee_folder, not camel_folder... |
commit | commitdiff | tree | snapshot |
2002-06-09 |
Jeffrey Stedfast | Use CAMEL_EXCEPTION_SYSTEM rather than '1' for clarity. |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Jeffrey Stedfast | Up the timeout on the connect code to 2 minutes. |
commit | commitdiff | tree | snapshot |
2002-06-07 |
Not Zed | Duh! The protocol is application/pgp-signature. TODO... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Dan Winship | Parse "From: Dan Winship <danw>" (with no domain) in... |
commit | commitdiff | tree | snapshot |
2002-06-06 |
Not Zed | Remove the CONF_DEFAULT_PATH entry, as this is handled... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Not Zed | Check that any unmatched operation is not concerning... |
commit | commitdiff | tree | snapshot |
2002-06-03 |
Not Zed | setup/free the mech string. |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Jeffrey Stedfast | When the part is a multipart/signed, make sure to free... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Jeffrey Stedfast | Free the path buffer when we're done with it. |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Jeffrey Stedfast | If we fail to read a literal, free the temporary string... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Jeffrey Stedfast | Revert my fix from the other day since camel_imap_comma... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Jeffrey Stedfast | If we fail to be able to create a stream to insert... |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Not Zed | Added a protocol field for users to use. |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Jeffrey Stedfast | On error, don't leak the GByteArray buffer. |
commit | commitdiff | tree | snapshot |
2002-05-31 |
Jeffrey Stedfast | Free the response before checking for errors. I'm not... |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Jeffrey Stedfast | Only free the LOGOUT response if it is non-NULL. |
commit | commitdiff | tree | snapshot |
2002-05-29 |
Not Zed | Implement. Run a summary check to update for any newly... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Jeffrey Stedfast | Use the CamelMessageInfo rather than the CamelMimeMessa... |
commit | commitdiff | tree | snapshot |
2002-05-28 |
Jeffrey Stedfast | On connection failure, unref the tcp stream. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Jeffrey Stedfast | Helps if we allocate enough space here. Also, start... |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Jeffrey Stedfast | Use the new readline function. |
commit | commitdiff | tree | snapshot |
2002-05-24 |
Jeffrey Stedfast | Added some NULL protection fixes. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Jeffrey Stedfast | Removed from the build. Glory glory hallelujah. |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Jeffrey Stedfast | Don't call some retarded function to simply set an... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Not Zed | If we get an invalid start char, just ignore it and... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Jeffrey Stedfast | New e-sexp callback function to get a user_tag label... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Jeffrey Stedfast | New function to parse a NAMESPACE response properly. |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Jeffrey Stedfast | Only reconnect if we are already connected, if we are... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Jeffrey Stedfast | If the part_spec is an empty string for a leaft part... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Not Zed | removed. (imap_store_refresh_folders): Copy the folders... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Jeffrey Stedfast | fixed a simple logic mistake |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Jeffrey Stedfast | Fixes bug #24136. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Jeffrey Stedfast | Previous fix reverted. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Jeffrey Stedfast | Previous fix reverted. (get_content): Handle the case... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Jeffrey Stedfast | Overload the setv/getv CamelObject virtual methods... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Dan Winship | Add a "char **appended_uid" argument, for the caller... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Not Zed | Since the fix for #3357 uses 'order=0' to indicate... |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Jeffrey Stedfast | Fetch the BODYSTRUCTURE rather than BODY since BODY... |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Jeffrey Stedfast | Might help if we called camel_transport_class_init. |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Dan Winship | Replace copy_messages_to and move_messages_to with... |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Jeffrey Stedfast | New filter function to pipe a message to another progra... |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Jeffrey Stedfast | New filter function to pipe a message to another program. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Not Zed | Instead of testing for SERVICE_CONNECTED, we need to... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Jeffrey Stedfast | Implemented. (digest_getv): Implemented. |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Jeffrey Stedfast | camel_pop3_engine_iterate doesn't return the state... |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Jeffrey Stedfast | s/class/klass for arguments so that c++ developers... |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Dan Winship | Fix a crash in a g_warning. |
commit | commitdiff | tree | snapshot |
2002-05-07 |
Not Zed | Check for LOGIN xxxx as well if debug is on, so we... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Jeffrey Stedfast | If the pop3 command status is -1, then we probably... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Jeffrey Stedfast | Use CamelMimeFilterBestenc to get a more appropriate... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Jeffrey Stedfast | Call camel_mime_message_encode_8bit_parts() which fixes... |
commit | commitdiff | tree | snapshot |
2002-05-06 |
Jeffrey Stedfast | Don't bother with counting down the timeout. |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Jeffrey Stedfast | Same fix as the tcp stream. (stream_write): Again here... |
commit | commitdiff | tree | snapshot |
2002-05-03 |
Jeffrey Stedfast | Fixed the fix for stupidly-broken-mailer bug #5 to... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Jeffrey Stedfast | Change the order of some code so that we check if the... |
commit | commitdiff | tree | snapshot |
2002-05-02 |
Jeffrey Stedfast | Now takes a CamelURL argument rather than a GHashTable... |
commit | commitdiff | tree | snapshot |
2002-04-29 |
Not Zed | We want to set unread_count to get_unread_message_count... |
commit | commitdiff | tree | snapshot |
2002-04-27 |
Jeffrey Stedfast | Don't link to libibex.a anymore. |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Jeffrey Stedfast | No longer want to #include <libibex/ibex.h> |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Jeffrey Stedfast | New function to auto-detect configuration settings. |
commit | commitdiff | tree | snapshot |
2002-04-26 |
Not Zed | Remove the excessive \n's, after printfs. |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Jeffrey Stedfast | Don't put a space between the "RCPT TO:" and the "... |
commit | commitdiff | tree | snapshot |
2002-04-25 |
Jeffrey Stedfast | Configure the default paths for mh, mbox, maildir,... |
commit | commitdiff | tree | snapshot |
2002-04-24 |
Jeffrey Stedfast | Add a CAMEL_PROVIDER_CONF_LABEL enum. |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Jeffrey Stedfast | Don't leak the base64 encoded password buffer. |
commit | commitdiff | tree | snapshot |
2002-04-20 |
Jeffrey Stedfast | Free the LIST pop3 command. |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Jeffrey Stedfast | Don't g_return_val_if_fail here if the boundary is... |
commit | commitdiff | tree | snapshot |
2002-04-19 |
Not Zed | Start of a white-paperish document describing camel... |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Not Zed | If we get a failure, make sure we set an exception. |
commit | commitdiff | tree | snapshot |
2002-04-18 |
Not Zed | When doing a contains match, split the words and perfor... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Jeffrey Stedfast | If the vee-folder is the unmatched, we don't have our... |
commit | commitdiff | tree | snapshot |
2002-04-17 |
Jeffrey Stedfast | Get rid of an unused variable. |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Jeffrey Stedfast | Added #include <sys/types.h> for dirent.h which needs... |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Jeffrey Stedfast | Added #include <sys/types.h> for dirent.h which needs... |
commit | commitdiff | tree | snapshot |
2002-04-14 |
Jeffrey Stedfast | fix the nntp provider makefile.am |
commit | commitdiff | tree | snapshot |
2002-04-12 |
Jeffrey Stedfast | Treat commas as token delimeters. (WEEKDAY_CHARS):... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Not Zed | If the last message(s) were deleted, and we had any... |
commit | commitdiff | tree | snapshot |
2002-04-11 |
Jeffrey Stedfast | Set the UID_SET_LIMIT value to 4096. I ran into an... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Jeffrey Stedfast | oops, after converting everything truncate the GByteArr... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Jeffrey Stedfast | Fixed a bug that would miscalculate how much data to... |
commit | commitdiff | tree | snapshot |
2002-04-10 |
Jeffrey Stedfast | Make the folder_lock recursive. See bug #22363 for... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Jeffrey Stedfast | made the copmment clearer |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Jeffrey Stedfast | Don't adjust the timezone offset if we used tm.tm_gmtof... |
commit | commitdiff | tree | snapshot |
2002-04-09 |
Not Zed | If we get multiple Content-Type header values, change... |
commit | commitdiff | tree | snapshot |
2002-04-08 |
Jeffrey Stedfast | Don't count our filler when encoding our line-length... |
commit | commitdiff | tree | snapshot |
2002-04-06 |
Jeffrey Stedfast | Don't get the statuscode here anymore. (http_method_inv... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Not Zed | If (body-contains) is not passed any arguments, return... |
commit | commitdiff | tree | snapshot |
2002-04-05 |
Jeffrey Stedfast | Simplified since we can now decode in-reply-to without... |
commit | commitdiff | tree | snapshot |
2002-04-04 |
Not Zed | Reset the keepalive timeout to 10 minutes rather than... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Dan Winship | make service_cache be an array of CAMEL_NUM_PROVIDER_TY... |
commit | commitdiff | tree | snapshot |
2002-04-03 |
Not Zed | Turn indexing back on, fingers crossed ... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Jeffrey Stedfast | Handle a ton more nspr i/o errno's. (stream_connect... |
commit | commitdiff | tree | snapshot |
2002-04-02 |
Not Zed | Sync the key tables explcitly. |
commit | commitdiff | tree | snapshot |
next |