| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, don't fail if `data' isn't a CamelService...cuz it's not supposed to | Jeffrey Stedfast | 2001-09-20 | 2 | -1/+7 |
* | General cleanup of camel debug printfs. | 9 | 2001-09-19 | 18 | -40/+76 |
* | s/List-Owner/List-Post | Jeffrey Stedfast | 2001-09-19 | 1 | -1/+1 |
* | Match mailing-list header List-Owner. | Jeffrey Stedfast | 2001-09-19 | 2 | -0/+5 |
* | If filter inbox is set on the store, and we're opening inbox '', then | 8 | 2001-09-19 | 24 | -146/+544 |
* | Virtualize this. | Dan Winship | 2001-09-19 | 5 | -6/+56 |
* | Added korean charset conversion. | Jeffrey Stedfast | 2001-09-19 | 2 | -0/+5 |
* | Don't process the ImapResponse data, we don't want to block forever on | Jeffrey Stedfast | 2001-09-18 | 2 | -3/+20 |
* | Don't process the ImapResponse data, we don't want to block forever on | Jeffrey Stedfast | 2001-09-18 | 2 | -8/+9 |
* | Reverted previous changes. | Jeffrey Stedfast | 2001-09-18 | 3 | -35/+4 |
* | Helpful install-exec-hook debugging output | JP Rosevear | 2001-09-18 | 2 | -0/+8 |
* | New function to get the URI of a folder. (get_uri): Default | Jeffrey Stedfast | 2001-09-17 | 3 | -1/+42 |
* | New function, set the complete list of folders on a vfolder, all at once. | 4 | 2001-09-15 | 7 | -33/+326 |
* | Use g_datalist_set_data_full so that the data will be free'd when we clear | Jeffrey Stedfast | 2001-09-15 | 3 | -4/+9 |
* | Don't claim failure when reading/writing the empty string. | Dan Winship | 2001-09-15 | 2 | -2/+8 |
* | use install hook instead of install rule to guarantee we run after | JP Rosevear | 2001-09-15 | 2 | -27/+30 |
* | Don't reuse the exception if it has already been set. | Jeffrey Stedfast | 2001-09-14 | 5 | -15/+49 |
* | Do error-checking based on function return values rather than exceptions | Jeffrey Stedfast | 2001-09-14 | 2 | -7/+12 |
* | Pass an exception to the cache. (imap_append_online): Same. | Jeffrey Stedfast | 2001-09-14 | 4 | -33/+72 |
* | Convert the charset to the iconv-friendly name. | Jeffrey Stedfast | 2001-09-14 | 3 | -3/+30 |
* | Return -1 on failure. | Jeffrey Stedfast | 2001-09-14 | 2 | -3/+8 |
* | free the source url in the nonfailure case. | Larry Ewing | 2001-09-13 | 2 | -0/+6 |
* | Change the 'not' virtual method from an immediate e-sexp function to a | 2 | 2001-09-13 | 3 | -3/+87 |
* | Unref the message info. | Jeffrey Stedfast | 2001-09-13 | 2 | -1/+9 |
* | Pass in a hashtalbe used for finding visited nodes. (inode_hash): | 0 | 2001-09-11 | 2 | -26/+80 |
* | Progress reporting while moving messages. | 0 | 2001-09-11 | 4 | -7/+56 |
* | Get rid of the g_warning, we no longer really need that. | Jeffrey Stedfast | 2001-09-11 | 2 | -3/+10 |
* | Forgot to return the newly allocated msg. | 0 | 2001-09-10 | 2 | -0/+7 |
* | Likewise. | Not Zed | 2001-09-08 | 4 | -12/+34 |
* | #if 0 out the code that was hopefully going to fix bug #5325 because the | Jeffrey Stedfast | 2001-09-08 | 2 | -1/+9 |
* | Disconnect from the service here otherwise the locks will be destroyed and | Jeffrey Stedfast | 2001-09-08 | 2 | -4/+20 |
* | Make sure to unref the mime filters when we finish with them. | Jeffrey Stedfast | 2001-09-08 | 2 | -0/+7 |
* | s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise. | Ettore Perazzoli | 2001-09-08 | 2 | -4/+11 |
* | constification | Jeffrey Stedfast | 2001-09-08 | 3 | -5/+8 |
* | Reuse the original boundary instead of generating our own. | Jeffrey Stedfast | 2001-09-08 | 2 | -2/+11 |
* | Thread function to perform filtering. (filter_free): Free the filter | 6 | 2001-09-07 | 4 | -3/+142 |
* | Use camel_stream_buffer_read_line() instead of duplicationing the | Jeffrey Stedfast | 2001-09-07 | 2 | -28/+18 |
* | Fix this to always set an exception if it returns POP3_FAIL, as | Dan Winship | 2001-09-07 | 3 | -6/+16 |
* | Set an exception on POP3_FAIL as well. | Jeffrey Stedfast | 2001-09-07 | 2 | -3/+10 |
* | #ifdef out the "delete after N days" option in pop3_conf_entries, since it | Dan Winship | 2001-09-07 | 2 | -0/+8 |
* | Too late to sync the folders here... if this is gonna happen at all it | Jeffrey Stedfast | 2001-09-05 | 2 | -4/+4 |
* | Do a clean disconnect. | Jeffrey Stedfast | 2001-09-05 | 3 | -3/+6 |
* | Return the default folder (ie. INBOX) rather than saying we don't support | Jeffrey Stedfast | 2001-08-31 | 2 | -3/+5 |
* | #include pk11func.h. (ssl_bad_cert): Use CERT_GetDefaultCertDB. | Jeffrey Stedfast | 2001-08-31 | 2 | -1/+7 |
* | fix smime the same way... | Jeffrey Stedfast | 2001-08-30 | 2 | -15/+34 |
* | Special-case message/rfc822 mime parts - don't set an encoding on these, | Jeffrey Stedfast | 2001-08-30 | 2 | -14/+39 |
* | Add progress reporting to deleting messages. Dont change the calculation | Not Zed | 2001-08-29 | 2 | -2/+15 |
* | Initialize buf and diag_buf to NULL, hopefully this fixes the crash if the | Jeffrey Stedfast | 2001-08-29 | 2 | -39/+14 |
* | Initialize buf and diag_buf to NULL, hopefully this fixes the crash if the | Jeffrey Stedfast | 2001-08-29 | 2 | -11/+17 |
* | Whoops. Double-free and FMR = bad. | Peter Williams | 2001-08-29 | 2 | -2/+6 |
* | Don't reveal the user's IMAP password if their server supports | Peter Williams | 2001-08-29 | 2 | -1/+9 |
* | If the user accepts the certificate, add it to the database as a trusted | Jeffrey Stedfast | 2001-08-29 | 2 | -3/+32 |
* | Make the locking more fine-grained on destruction; specifically, don't | Peter Williams | 2001-08-29 | 2 | -0/+12 |
* | Changed the description/names of some of the local providers to try and | Jeffrey Stedfast | 2001-08-28 | 3 | -15/+21 |
* | s/IMAPv4/IMAP | Jeffrey Stedfast | 2001-08-28 | 3 | -3/+7 |
* | re-read the iconv man page, and treat the return value properly. It | Not Zed | 2001-08-27 | 5 | -150/+135 |
* | ["Summarising" and "Synchronising" are spelt with a "s" in ENGLISH] | Not Zed | 2001-08-25 | 3 | -8/+19 |
* | Use fseek instead of fseeko since we want to be portable and use ftell | Jeffrey Stedfast | 2001-08-25 | 2 | -8/+17 |
* | Revert Not Zed's previous commits as they apparently can cause serious | Peter Williams | 2001-08-25 | 7 | -104/+97 |
* | s/Synchronising/Synchronizing/. | Ettore Perazzoli | 2001-08-25 | 2 | -3/+14 |
* | Limit the maximum output buffer size. iconv bugs? returns E2BIG forever on | Not Zed | 2001-08-24 | 2 | -1/+6 |
* | Likewise. | Not Zed | 2001-08-24 | 7 | -95/+140 |
* | Add a missing \n to the end of a printf. | Peter Williams | 2001-08-24 | 3 | -2/+9 |
* | oops, don't need that extra statement | Jeffrey Stedfast | 2001-08-23 | 1 | -3/+0 |
* | Oops. Fixed a mis-use of GPtrArray. If we set_size, then using | Jeffrey Stedfast | 2001-08-23 | 2 | -2/+11 |
* | Turn on --batch and reenable gpg keyserver lookups. (pgp_decrypt): Disable | Jeffrey Stedfast | 2001-08-22 | 3 | -11/+20 |
* | Fix the duplicate message check so it doesn't mess up threading when a | Dan Winship | 2001-08-21 | 2 | -4/+13 |
* | build a static camel for the addressbook conduit | JP Rosevear | 2001-08-20 | 2 | -0/+8 |
* | s/Synchronising/Synchronizing/. (mbox_summary_sync_quick): Likewise. | Ettore Perazzoli | 2001-08-20 | 3 | -4/+13 |
* | oops, commit the ChangeLog | Jeffrey Stedfast | 2001-08-20 | 1 | -0/+10 |
* | Get the entire directory structure for the folder we just created, meaning | Jeffrey Stedfast | 2001-08-20 | 3 | -17/+98 |
* | #include <sys/types.h> for mode_t on freebsd. | Chris Toshok | 2001-08-20 | 2 | -0/+7 |
* | Make sure the generated UID is non-NULL before appending it to the array | Jeffrey Stedfast | 2001-08-20 | 3 | -6/+9 |
* | fixed a compile error | Jeffrey Stedfast | 2001-08-20 | 1 | -50/+51 |
* | Start scanning new messages at maxuid + 1 rather than uidval + 1? Maybe | Jeffrey Stedfast | 2001-08-18 | 2 | -35/+41 |
* | If we are online and message flags have changed in the current folder, | Jeffrey Stedfast | 2001-08-17 | 5 | -33/+61 |
* | Don't ever send "STORE FLAGS.SILENT ()" since Cyrus imapd doesn't like | Jeffrey Stedfast | 2001-08-17 | 2 | -9/+31 |
* | Fix this again. Sigh. Problem of namespace = "" may not yet be completely | Peter Williams | 2001-08-17 | 2 | -1/+7 |
* | New function. Try to approximate the SSL error into errno. | Peter Williams | 2001-08-16 | 2 | -1/+58 |
* | Oh crap, huge killer typo. | Peter Williams | 2001-08-15 | 2 | -1/+6 |
* | Canonicalize store->namespace to end in store->dir_sep, once both values | Peter Williams | 2001-08-15 | 2 | -1/+18 |
* | After talking to NotZed, it turns out I was wrong after all. (store_sync): | Jeffrey Stedfast | 2001-08-15 | 2 | -3/+28 |
* | We need to be ref'ing the folder if/when we add it to the hash. This may | Jeffrey Stedfast | 2001-08-14 | 3 | -14/+18 |
* | Fix a leak. | Peter Williams | 2001-08-14 | 4 | -5/+34 |
* | We need to be ref'ing the folder if/when we add it to the hash. This may | Jeffrey Stedfast | 2001-08-14 | 2 | -1/+1 |
* | We need to be ref'ing the folder if/when we add it to the hash. This may | Jeffrey Stedfast | 2001-08-14 | 6 | -42/+50 |
* | s/summarising/summarizing/. (summary_rebuild): Likewise. | Ettore Perazzoli | 2001-08-12 | 3 | -7/+19 |
* | Added an assert - at this point a backtrace would be more useful than a | Jeffrey Stedfast | 2001-08-11 | 3 | -7/+24 |
* | Return FALSE here, not NULL. | Jeffrey Stedfast | 2001-08-11 | 2 | -1/+4 |
* | tedfast <fejj@ximian.com> | Jeffrey Stedfast | 2001-08-11 | 1 | -4/+4 |
* | Don't g_strdup() the uid into the trigger_event call. | Jeffrey Stedfast | 2001-08-11 | 2 | -17/+20 |
* | Set the total bytes expected to 0 if the response is empty too. | Jeffrey Stedfast | 2001-08-11 | 2 | -3/+6 |
* | Set the total bytes expected to 0 if the response is empty too. | Jeffrey Stedfast | 2001-08-11 | 3 | -8/+11 |
* | regfree the pattern before continue'ing. This was showing up quite a bit | Jeffrey Stedfast | 2001-08-10 | 3 | -9/+16 |
* | A quoted string cannot contain \n's so check for those as well. | Jeffrey Stedfast | 2001-08-10 | 7 | -204/+207 |
* | Remove trailing stuff from URLs before returning. (Done in an evil way, | Jon Trowbridge | 2001-08-09 | 2 | -2/+20 |
* | check for NULL name and addr (fixes a bug i was about to report) | jacob berkman | 2001-08-08 | 2 | -2/+7 |
* | Properly determine match type to pass to header_match. | Not Zed | 2001-08-08 | 7 | -83/+121 |
* | New function to do danw's address "is" comparison (as specified in bug | Jeffrey Stedfast | 2001-08-08 | 3 | -113/+167 |
* | Modify to take a headers_only argument which will then only fetch message | Jeffrey Stedfast | 2001-08-07 | 2 | -9/+19 |
* | New internal function to get a message stream by message sequence id (so | Jeffrey Stedfast | 2001-08-07 | 2 | -68/+129 |
* | Don't strstr for noselect=yes, that's just plain broken. | Jeffrey Stedfast | 2001-08-07 | 3 | -33/+51 |
* | Fix off-by-one error in cleaning up deleted messages at the end of the | Dan Winship | 2001-08-07 | 2 | -1/+5 |
* | Do a refresh_info on the selected folder before looking at its unread | Dan Winship | 2001-08-07 | 2 | -7/+12 |
* | Completely hide the namespace from everything external to the IMAP code, | Peter Williams | 2001-08-07 | 6 | -66/+128 |
* | Always do --no-auto-key-retrieve. | Jeffrey Stedfast | 2001-08-07 | 2 | -2/+7 |
* | Minor changes to the iconv code so that it does the check in the return | Jeffrey Stedfast | 2001-08-04 | 2 | -1/+14 |
* | First check to make sure that service->url->authmech is non-NULL before | Jeffrey Stedfast | 2001-08-04 | 2 | -14/+18 |
* | Sigh, if gpg returns '1' it means that the key is bad but it did succeede | Jeffrey Stedfast | 2001-08-04 | 2 | -1/+10 |
* | special case popb4smtp auth before we try and connect, and do the magic | Not Zed | 2001-08-03 | 7 | -12/+277 |
* | If we fail to get the lock, make sure we close our locking fd, and reset | Not Zed | 2001-08-01 | 2 | -1/+11 |
* | Slightly re-arranged filter/change notification logic. If we;re filtering, | Not Zed | 2001-08-01 | 4 | -42/+73 |
* | Fix the fix that fixes broken mailer behavior. We want to make sure that | Jeffrey Stedfast | 2001-07-28 | 2 | -2/+10 |
* | Allow the url to be NULL just like the libc free convention. | Jeffrey Stedfast | 2001-07-27 | 3 | -14/+23 |
* | Send an IMAP command, but don't wait for responses. | Dan Winship | 2001-07-27 | 5 | -233/+504 |
* | Add another Sender pattern. | Dan Winship | 2001-07-25 | 2 | -0/+6 |
* | Change the break into a continue, we should process as many as we can | Not Zed | 2001-07-25 | 3 | -5/+17 |
* | oops, and just in case value is NULL... | Jeffrey Stedfast | 2001-07-25 | 1 | -1/+1 |
* | Handle broken mailers that send unencoded 8bit header params. And there | Jeffrey Stedfast | 2001-07-25 | 2 | -0/+41 |
* | New #define, and there was much rejoicing. Rah. | Jeffrey Stedfast | 2001-07-25 | 2 | -0/+7 |
* | Somehow this missed the commit. | Not Zed | 2001-07-24 | 1 | -2/+2 |
* | Added some warnings for bad cases. | Not Zed | 2001-07-24 | 2 | -4/+26 |
* | Slight fix for when source == destination (we don't want to do this action | Jeffrey Stedfast | 2001-07-24 | 2 | -0/+9 |
* | Added some operation progress reporting. Actual data transfer is 'tricky' | Not Zed | 2001-07-23 | 4 | -12/+44 |
* | More usage fixes for CamelException. Check our own exception for | Peter Williams | 2001-07-21 | 2 | -2/+12 |
* | Pull up test fixes to get them building again | JP Rosevear | 2001-07-21 | 10 | -12/+18 |
* | renamed to camel_charset_to_iconv() to make it just a little more | Not Zed | 2001-07-20 | 6 | -9/+15 |
* | Convert to the iconv-friendly charset names. | Jeffrey Stedfast | 2001-07-20 | 9 | -116/+165 |
* | Fixed a compiler warning about returning without a value in a non-void | Jeffrey Stedfast | 2001-07-20 | 1 | -1/+1 |
* | Modified to treat the return value from camel_charset_locale_name() as a | Jeffrey Stedfast | 2001-07-20 | 5 | -62/+79 |
* | In camel: | Peter Williams | 2001-07-20 | 3 | -29/+178 |
* | No need for `acharset' anymore. (check_html_charset): Return a const char* | Jeffrey Stedfast | 2001-07-20 | 2 | -13/+17 |
* | Remove my iso8859-1 -> iso-8859-1 hack and use | Jeffrey Stedfast | 2001-07-20 | 5 | -36/+156 |
* | Revert 7/11/2001 patch for IMAP INBOX filtering at NotZed's request. | Peter Williams | 2001-07-19 | 2 | -67/+17 |
* | Clean up some exception misusage. | Peter Williams | 2001-07-18 | 6 | -20/+78 |
* | Use CAMEL_VTRASH_NAME. | Jeffrey Stedfast | 2001-07-18 | 4 | -8/+15 |
* | Given: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 to | Dan Winship | 2001-07-17 | 2 | -0/+16 |
* | If the message info for an expunged message is NULL, then just break out - | Jeffrey Stedfast | 2001-07-15 | 2 | -0/+13 |
* | Added a hack to convert charsets in the format iso8859-1 to iso-8859-1 | Jeffrey Stedfast | 2001-07-14 | 2 | -25/+43 |
* | Let people install as non-root, but give them a bigass warning so they're | Peter Williams | 2001-07-14 | 3 | -4/+48 |
* | We now use a structure as the bucket data rather than just a cache level | Jeffrey Stedfast | 2001-07-13 | 6 | -32/+106 |
* | Okay, I've decided that that user is just on crack. We don't want to allow | Jeffrey Stedfast | 2001-07-13 | 2 | -8/+12 |
* | Okay, I've decided that that user is just on crack. We don't want to allow | Jeffrey Stedfast | 2001-07-13 | 2 | -4/+10 |
* | Only set p->copied and p->deleted if the messages are copied without an | Jeffrey Stedfast | 2001-07-13 | 2 | -7/+25 |
* | Removed. (check_html_charset): Replaced with this. | Not Zed | 2001-07-12 | 8 | -942/+1017 |
* | Removed some code i wasn't supposed to commit. | Not Zed | 2001-07-12 | 3 | -7/+25 |
* | New function to extract a meta-tag charset value if it exists. | Jeffrey Stedfast | 2001-07-12 | 4 | -26/+119 |
* | Ripped out my code since it was never being used since the mime parser is | Jeffrey Stedfast | 2001-07-12 | 3 | -124/+77 |
* | Run the filter in its own thread to prevent locking issues. | Peter Williams | 2001-07-12 | 2 | -12/+75 |
* | Create the messageinfo itself, so we can properly set the size. | Not Zed | 2001-07-11 | 7 | -56/+129 |
* | New function to parse an HTML meta-tag. | Jeffrey Stedfast | 2001-07-11 | 7 | -233/+365 |
* | Forget the passphrase if the user has set that option. (pgp_clearsign): | Jeffrey Stedfast | 2001-07-10 | 3 | -2/+27 |
* | Oops, e_poolv_set free's it for us, so dont double-free here. | Not Zed | 2001-07-09 | 2 | -1/+5 |
* | Changed so we dont have the list changing under us, just going to the next | Not Zed | 2001-07-09 | 2 | -2/+11 |
* | openssl_table is gone. we now store/get the stream from the SSL_CTX's | Chris Toshok | 2001-07-09 | 2 | -46/+39 |
* | Don't allow in to be NULL, so instead of doing if (in == NULL) return;, | Jeffrey Stedfast | 2001-07-07 | 2 | -3/+6 |
* | Fixes bug #1138. | Jeffrey Stedfast | 2001-07-07 | 2 | -0/+12 |
* | Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bug | Jeffrey Stedfast | 2001-07-07 | 2 | -1/+6 |
* | Set the pipe fd's to nonblocking. | Jeffrey Stedfast | 2001-07-07 | 3 | -2/+11 |
* | Make sure that after the finalization event has happened and the | Peter Williams | 2001-07-06 | 2 | -0/+14 |
* | Add locking to camel_nntp_get_grouplist_from_server(). | Joe Shaw | 2001-07-06 | 5 | -2/+53 |
* | Added an assert to make sure that `mi' isn't NULL. | Jeffrey Stedfast | 2001-07-06 | 3 | -9/+28 |
* | Send the --no-auto-key-retrieve argument to gpg if we are in offline mode | Jeffrey Stedfast | 2001-07-06 | 2 | -5/+8 |
* | Send the --no-auto-key-retrieve argument to gpg so that we don't have to | Jeffrey Stedfast | 2001-07-06 | 2 | -0/+8 |
* | use X509_STORE_CTX_get_ex_data to get at the SSL* - don't use the | Chris Toshok | 2001-07-06 | 2 | -10/+36 |
* | if source == dest, just no-op. | Jeffrey Stedfast | 2001-07-06 | 2 | -1/+11 |
* | Move this before the camel_vee_folder_remove_folder because that function | Peter Williams | 2001-07-06 | 4 | -30/+32 |
* | (camel_message_info_dup_to): Assign the to->strings from the | Michael Zucci | 2001-07-05 | 2 | -1/+4 |
* | Fix the assertion slightly, if we have a little bit of input the output | Not Zed | 2001-07-05 | 2 | -2/+6 |
* | When indexing a new record, create a pseudo word 'ibexindexed' so we can | Not Zed | 2001-07-05 | 4 | -22/+41 |
* | Added NNTP_NO_PERMISSION (502) to the list of response codes. | Joe Shaw | 2001-07-04 | 3 | -1/+16 |
* | Doh. Don't remove things from the hash table while foreach'ing it. (And | Dan Winship | 2001-07-03 | 3 | -23/+63 |
* | Implemented nntp_folder_search_by_expression and nntp_folder_search_free. | Sam Creasey | 2001-07-03 | 9 | -33/+156 |
* | Add comment noting that Camel actually exists now :-) | Peter Williams | 2001-07-03 | 2 | -0/+11 |
* | new method to get an application-initialized filter driver. | Dan Winship | 2001-07-02 | 11 | -38/+113 |
* | properly return error if we can't create pipes. | Not Zed | 2001-07-02 | 2 | -1/+4 |
* | re-enable html indexing. | Not Zed | 2001-07-02 | 3 | -172/+843 |
* | Change a camel_exception_clear to camel_exception_init to fix a | Dan Winship | 2001-07-02 | 2 | -1/+6 |
* | Added Originator: header as a header to look for when looking for the | Jeffrey Stedfast | 2001-06-30 | 2 | -0/+4 |
* | Build the test-crlf test program. | Jeffrey Stedfast | 2001-06-30 | 8 | -25/+255 |
* | ssh | Jose Maria Celorio | 2001-06-29 | 1 | -0/+6 |
* | Add a CamelMimeFilterStripHeader that removes a header from mime output. Used | Peter Williams | 2001-06-29 | 22 | -3/+524 |
* | Fix a memory leak. Also if the decoded value is NULL, that means it wasn't | Jeffrey Stedfast | 2001-06-29 | 2 | -32/+114 |
* | If the folder is frozen, don't refresh, just record that we need to do it | Dan Winship | 2001-06-29 | 5 | -7/+84 |
* | Initialize the private send_lock. (camel_transport_finalize): Free the | Jeffrey Stedfast | 2001-06-28 | 4 | -4/+70 |
* | Updated to match the current API. | Jeffrey Stedfast | 2001-06-28 | 3 | -3/+10 |
* | Use the new header_address_fold. | Jeffrey Stedfast | 2001-06-28 | 4 | -83/+53 |
* | Since we want an error opening a folder to result in the message being | Jeffrey Stedfast | 2001-06-27 | 2 | -5/+15 |
* | lock the cache around accesses | Dan Winship | 2001-06-27 | 3 | -6/+25 |
* | D'oh. s/FALSE/CAMEL_URL_HIDE_PASSWORD/ | Dan Winship | 2001-06-27 | 1 | -1/+1 |
* | constify args | Dan Winship | 2001-06-27 | 1 | -1/+2 |
* | constify args | Dan Winship | 2001-06-27 | 2 | -1/+6 |
* | g_strdup() the message source here or we will have problems later when we | Jeffrey Stedfast | 2001-06-26 | 4 | -50/+58 |
* | Fix this: IMAP doesn't allow an extra argument to AUTHENTICATE to avoid a | Dan Winship | 2001-06-25 | 3 | -10/+17 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 184 | -325/+325 |
* | New function that decides if 2 word types are mergeable. An atom and a | Jeffrey Stedfast | 2001-06-22 | 3 | -30/+59 |
* | Use camel_address_length() rather than casting and accessing data members. | Jeffrey Stedfast | 2001-06-22 | 2 | -3/+9 |
* | If the first char of the mailing-list name is '<', chop it off to make | Jeffrey Stedfast | 2001-06-21 | 2 | -6/+19 |
* | updated .cvsignore to ignore camel-lock-helper | Jeffrey Stedfast | 2001-06-20 | 1 | -0/+1 |
* | Fixed a bug when not running setuid it wouldn't unlock. | Not Zed | 2001-06-19 | 4 | -127/+40 |
* | Note: Except for the info_free(), the NULL checks are g_return's. I felt | Jeffrey Stedfast | 2001-06-19 | 3 | -23/+84 |
* | Remove DB3_LDADD | Dan Winship | 2001-06-19 | 6 | -6/+6 |
* | Set camel-lock-help setgid or setuid as needed | Dan Winship | 2001-06-19 | 2 | -2/+15 |
* | Only create a missing uid if we have indexing turned on. | Not Zed | 2001-06-18 | 15 | -53/+1145 |
* | Return the largest real UID in the cache (as an integer). Eventually to be | Dan Winship | 2001-06-16 | 3 | -0/+27 |
* | Added Mailing-List header regex so that we can do mlist magic on that | Jeffrey Stedfast | 2001-06-15 | 2 | -0/+6 |
* | Properly handle correct and incorrect (for the common case, ie Outlook and | Jeffrey Stedfast | 2001-06-15 | 1 | -0/+17 |
* | Don't try to format the Reply-To header - we don't want to wrap the | Jeffrey Stedfast | 2001-06-15 | 2 | -0/+6 |
* | A new provider, for spool mailboxes. Mostly a cut and paste of the mbox | Not Zed | 2001-06-12 | 22 | -51/+2468 |
* | Add a separator between the service url and the folder name, if needed. | Jon Trowbridge | 2001-06-08 | 2 | -1/+16 |
* | Added an argument, so that the original source URI of the mbox can be | Jon Trowbridge | 2001-06-08 | 3 | -9/+27 |
* | Don't fetch the UID and FLAGS of messages we don't know about yet, since | Dan Winship | 2001-06-06 | 2 | -30/+40 |
* | Fix to not get into a recursive loop in get_type(). | Jeffrey Stedfast | 2001-06-03 | 4 | -41/+49 |
* | Numerous fixes to get it to compile. | Jeffrey Stedfast | 2001-06-01 | 4 | -62/+383 |
* | Added camel-cipher-context.h, camel-cms-context.h, camel-smime-context.h, | Jeffrey Stedfast | 2001-06-01 | 2 | -0/+7 |
* | New virtual class for manipulating cryptographic message syntax messages | Jeffrey Stedfast | 2001-06-01 | 9 | -939/+1291 |
* | Redo the BUILD_MAP code to not depend on libunicode. Now it only generates | Dan Winship | 2001-05-31 | 4 | -4091/+274 |
* | Fix an obvious typo | Dan Winship | 2001-05-30 | 1 | -1/+1 |
* | Remove this evolutionary dead end | Dan Winship | 2001-05-30 | 10 | -1689/+0 |
* | Create a CamelDiscoDiary. (imap_disconnect_offline): And free it. | Dan Winship | 2001-05-30 | 7 | -72/+507 |
* | Code for logging and replaying offline operations. | Dan Winship | 2001-05-30 | 10 | -75/+706 |
* | Use g_strcasecmp() because some systems don't have strcasecmp(). Also, | Jeffrey Stedfast | 2001-05-29 | 3 | -3/+10 |
* | changelog entries for tests/ fixes committed yesterday | Dan Winship | 2001-05-29 | 1 | -0/+20 |
* | Fix an fd leak | Dan Winship | 2001-05-28 | 19 | -646/+118 |
* | Add a "need_rescan" flag saying if we want to rescan the entire folder for | Dan Winship | 2001-05-27 | 4 | -24/+66 |
* | Oops. Use a strNcmp to make sure the response begins with a 334 code, not | Jeffrey Stedfast | 2001-05-26 | 2 | -1/+5 |
* | remove the summary info so we are not out-of-sync with the maildir folder. | Jeffrey Stedfast | 2001-05-26 | 4 | -71/+100 |
* | Oops, I spelled the get-default-db function name wrong. | Jeffrey Stedfast | 2001-05-25 | 2 | -1/+7 |
* | s/folder_deleted/folder_created - result of a bad copy/paste. | Jeffrey Stedfast | 2001-05-24 | 2 | -1/+5 |
* | Optimize the match "" case. | Jeffrey Stedfast | 2001-05-24 | 2 | -17/+35 |
* | Store the CamelFolderInfo tree that was returned from | Jeffrey Stedfast | 2001-05-22 | 3 | -5/+17 |
* | The service can be NULL here too, thanks to Wayne Davis for pointing this | Jeffrey Stedfast | 2001-05-17 | 2 | -1/+3 |
* | We don't need to be passed the certdb path anymore. | Jeffrey Stedfast | 2001-05-17 | 3 | -4/+8 |
* | New function to return an array of all headers. | Dan Winship | 2001-05-17 | 4 | -2/+108 |
* | Don't close or free (it wasn't allocated) the certdb. | Jeffrey Stedfast | 2001-05-16 | 2 | -13/+11 |
* | Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link in | Jeffrey Stedfast | 2001-05-16 | 3 | -4/+7 |
* | Added t the test suite - tests the S/MIME pkcs7 functions. | Jeffrey Stedfast | 2001-05-16 | 3 | -2/+186 |
* | Lots of fixes to get this to compile. | Jeffrey Stedfast | 2001-05-15 | 2 | -4/+2 |
* | bah, just mod the pgp-context macro for camel_pgp_verify so that we don't hav... | Jeffrey Stedfast | 2001-05-15 | 2 | -2/+2 |
* | Lots of fixes to get this to almost compile. Still struggling with the | Jeffrey Stedfast | 2001-05-15 | 9 | -39/+95 |
* | Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build. | Jeffrey Stedfast | 2001-05-15 | 6 | -14/+568 |
* | Replicate the semantics of the libunicode utf8 functions by returning NULL | Jon Trowbridge | 2001-05-15 | 5 | -8/+30 |
* | Subclass CamelSession since we can no longer specify the passwd callback | Jeffrey Stedfast | 2001-05-15 | 12 | -89/+727 |
* | er, OptionSet | Jeffrey Stedfast | 2001-05-13 | 1 | -1/+1 |
* | s/SSL_Enable/SSL_SetOption | Jeffrey Stedfast | 2001-05-13 | 1 | -1/+1 |
* | Decode Content-Location, either correctly or Netscape-generated-brokenly. | Dan Winship | 2001-05-12 | 5 | -0/+64 |
* | Don't check the initial auth response until we get into the while-loop | Jeffrey Stedfast | 2001-05-12 | 2 | -9/+20 |
* | Make this return CamelStream * (like the other stream new functions) | Dan Winship | 2001-05-12 | 3 | -5/+10 |
* | call SSL_Enable after the SSL_ImportFD and before PR_Connect. Otherwise, | Chris Toshok | 2001-05-11 | 2 | -1/+8 |
* | Don't abort if the Service is NULL, this is perfectly valid for cipher | Jeffrey Stedfast | 2001-05-11 | 2 | -1/+5 |