| Commit message (Expand) | Author | Age | Files | Lines |
* | The correct fix this time - the description should be encoded here and not | Jeffrey Stedfast | 2000-10-19 | 2 | -1/+10 |
* | Initialize the outbuf to be empty before calling unicode_iconv on it. | Ettore Perazzoli | 2000-10-19 | 2 | -0/+8 |
* | No, we must not encode the headers here. These interfaces ARE raw | Not Zed | 2000-10-18 | 21 | -144/+348 |
* | (camel_imap_folder_new): Move the summary creation to after the | Dan Winship | 2000-10-18 | 2 | -9/+12 |
* | Remove cached info at the end of the summary when the folder shrinks | Dan Winship | 2000-10-18 | 3 | -11/+23 |
* | Encode the header value. (add_header): Same. | Jeffrey Stedfast | 2000-10-18 | 2 | -12/+25 |
* | Added some malloc check debugging stuff. | Not Zed | 2000-10-17 | 4 | -18/+81 |
* | Don't imap_next_word(respbuf + 2), instead use imap_next_word(respbuf) or | Jeffrey Stedfast | 2000-10-17 | 2 | -1/+8 |
* | Don't free 'resp' as it doesn't point to the beginning of the allocated | Jeffrey Stedfast | 2000-10-17 | 2 | -14/+26 |
* | when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure to | Chris Toshok | 2000-10-17 | 2 | -8/+18 |
* | Only send the LOGOUT command if the store is connected. (imap_connect): | Jeffrey Stedfast | 2000-10-17 | 4 | -12/+47 |
* | Deal with the possibility of not getting a LIST response back for the top | Dan Winship | 2000-10-17 | 2 | -12/+20 |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 13 | -541/+609 |
* | Removed temp_message_buffer, and content_input_stream fields which seem to | Not Zed | 2000-10-12 | 8 | -27/+53 |
* | remove the leading '/'. (nntp_store_subscribe_folder): same. | Chris Toshok | 2000-10-12 | 2 | -3/+9 |
* | Quote the mailbox name as it may contain spaces. (imap_copy_message_to): | Jeffrey Stedfast | 2000-10-12 | 2 | -2/+8 |
* | fill in message_count and unread_message_count properly. | Chris Toshok | 2000-10-11 | 5 | -30/+69 |
* | Un-rasterize my changelog entry | Joe Shaw | 2000-10-11 | 1 | -1/+1 |
* | Check before deferencing the sep pointer. | Joe Shaw | 2000-10-11 | 2 | -1/+8 |
* | teach camel about "its" vs. "it's" | Jacob "Ulysses" Berkman | 2000-10-11 | 5 | -8/+12 |
* | write out the newsrc. (nntp_store_get_name): if @brief, just return host. | Chris Toshok | 2000-10-10 | 3 | -57/+95 |
* | Issue a warning if h->value is NULL. | Miguel de Icaza | 2000-10-08 | 1 | -1/+9 |
* | Decode the resulting string. | Jeffrey Stedfast | 2000-10-07 | 2 | -6/+15 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-07 | 1 | -0/+2 |
* | new file. | Chris Toshok | 2000-10-07 | 4 | -0/+309 |
* | Fix so that we don't encode every single char in the word. Also, do we | Jeffrey Stedfast | 2000-10-07 | 2 | -2/+3 |
* | Fix so that we don't encode every single char in the word. Also, do we | Jeffrey Stedfast | 2000-10-07 | 2 | -12/+19 |
* | Don't compile the NNTP provider as it currently doesn't build because | Ettore Perazzoli | 2000-10-07 | 1 | -1/+1 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-06 | 11 | -28/+361 |
* | Encode the name part of the address and don't quote the name. | Jeffrey Stedfast | 2000-10-06 | 2 | -14/+78 |
* | Use the camel_address_encode function again. | Jeffrey Stedfast | 2000-10-06 | 2 | -4/+26 |
* | Modified to not encode space chars in the middle of a line. (isblank): New | Jeffrey Stedfast | 2000-10-06 | 3 | -40/+53 |
* | revert to old method (only use XOVER if OVER is supported.) | Chris Toshok | 2000-10-05 | 3 | -14/+34 |
* | return a gboolean so we can tell if this command worked. we can't key off | Chris Toshok | 2000-10-05 | 2 | -8/+20 |
* | Fix a case where a variable was free'd and then possibly used in an error | Dan Winship | 2000-10-05 | 2 | -2/+7 |
* | news: -> nntp:. | Chris Toshok | 2000-10-05 | 2 | -23/+7 |
* | use "nntp:" instead of "news:" since "news:" urls aren't supposed to have | Chris Toshok | 2000-10-05 | 2 | -2/+14 |
* | borrow some code from the imap provider to query the user for their | Chris Toshok | 2000-10-05 | 3 | -30/+123 |
* | IMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom, so don't use it. | Dan Winship | 2000-10-05 | 2 | -19/+34 |
* | Use header_encode_phrase instead. (camel_mime_message_set_from): Same. | Jeffrey Stedfast | 2000-10-05 | 2 | -12/+8 |
* | Handle the case where ct != NULL, but type and subtype are, and also match | Not Zed | 2000-10-04 | 4 | -14/+59 |
* | Quote the mailbox name when sending a SELECT request otherwise mailboxes | Jeffrey Stedfast | 2000-10-04 | 4 | -60/+87 |
* | New file containing camel_imap_command and friends. Major | Dan Winship | 2000-10-04 | 9 | -1194/+735 |
* | New convenience function to determine if there are any 8bit mime parts in | Jeffrey Stedfast | 2000-10-03 | 4 | -12/+221 |
* | Use the CamelInternetAddress parser. (smtp_get_email_addr_from_text): | Jeffrey Stedfast | 2000-10-03 | 2 | -53/+22 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 16 | -20/+24 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 20 | -350/+511 |
* | More updating... still not usable, or even compilable | Dan Winship | 2000-10-03 | 4 | -46/+266 |
* | another mem leak fix | Jeffrey Stedfast | 2000-09-29 | 1 | -0/+5 |
* | Fixed some memory leaks. (camel_smtp_transport_init): Initialize | Jeffrey Stedfast | 2000-09-29 | 4 | -60/+61 |
* | Don't send the recipient data through smtp_get_email_addr_from_text - this | Jeffrey Stedfast | 2000-09-29 | 3 | -18/+27 |
* | Make sure to add the space char after an encoded word when the encoding is | Jeffrey Stedfast | 2000-09-29 | 2 | -0/+7 |
* | When getting a literal string response, don't include the \r\n after the | Jeffrey Stedfast | 2000-09-29 | 4 | -1/+18 |
* | New function to fold headers. | Not Zed | 2000-09-28 | 13 | -293/+4849 |
* | Return untagged data in a GPtrArray rather than a string, since it saves | Dan Winship | 2000-09-28 | 5 | -142/+214 |
* | Quote the folder name as it may contain spaces. | Jeffrey Stedfast | 2000-09-27 | 2 | -22/+37 |
* | Again...wrap the folder names in quotes | Jeffrey Stedfast | 2000-09-23 | 3 | -8/+9 |
* | The root folder's name is "", not the namespace. (camel_imap_folder_new): | Dan Winship | 2000-09-23 | 4 | -11/+18 |
* | New function to convert Camel flags to an IMAP flag_list. | Dan Winship | 2000-09-22 | 5 | -224/+161 |
* | INBOX is case-insensitive. (get_root_folder_name): Make the root folder "" | Dan Winship | 2000-09-22 | 4 | -263/+132 |
* | ack, remove the ~ and object files | Jeffrey Stedfast | 2000-09-20 | 4 | -197/+0 |
* | Use the linewrap filter to achieve full RFC0821 compliance. | Jeffrey Stedfast | 2000-09-20 | 10 | -129/+531 |
* | When encoding the internet address, quote the name as the name may have | Jeffrey Stedfast | 2000-09-20 | 2 | -31/+42 |
* | Fix the case where INBOX isn't returned in the folder listing. | Dan Winship | 2000-09-20 | 2 | -1/+12 |
* | Removed (camel_folder_init, camel_folder_construct): New object init | Dan Winship | 2000-09-20 | 21 | -646/+502 |
* | Added check for gnome-app-lib. Removed directories that have been moved to | Christopher James Lahey | 2000-09-18 | 6 | -5/+12 |
* | update CamelFolderInfo New function to free the contents of a | Dan Winship | 2000-09-18 | 3 | -7/+25 |
* | Set camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG is set in the | Dan Winship | 2000-09-16 | 3 | -10/+29 |
* | Don't use dir_sep as top-level directory, use "/". | Jeffrey Stedfast | 2000-09-15 | 3 | -8/+13 |
* | Don't look at the response of the command. camel_imap_command_extended() | Dan Winship | 2000-09-15 | 2 | -80/+9 |
* | Rewrote to take a third argument (gboolean *selectable) so that we can | Jeffrey Stedfast | 2000-09-14 | 3 | -21/+114 |
* | Make sure *datalength is > 0 before calling camel_mime_filter_filter | Jeffrey Stedfast | 2000-09-13 | 2 | -15/+23 |
* | fixes to make this beast distcheck | Peter Teichman | 2000-09-13 | 1 | -0/+1 |
* | Fixed a warning. | Christopher James Lahey | 2000-09-09 | 3 | -0/+7 |
* | Make this not leak. | Dan Winship | 2000-09-08 | 2 | -2/+8 |
* | Make this take a path to a directory that Camel can use for its own | Dan Winship | 2000-09-08 | 5 | -15/+196 |
* | *** empty log message *** | Dan Winship | 2000-09-08 | 1 | -0/+7 |
* | Make KPOP work again. | Dan Winship | 2000-09-08 | 2 | -1/+7 |
* | oops, spelling mistake | Jeffrey Stedfast | 2000-09-07 | 1 | -2/+2 |
* | Implemented (someone added these to camel-mime-message.h but never | Jeffrey Stedfast | 2000-09-07 | 2 | -3/+28 |
* | If a MIME part has no Content-Disposition, but does have a "name" on the | Dan Winship | 2000-09-06 | 2 | -4/+15 |
* | care about response code. (get_HEAD_headers): same. | Chris Toshok | 2000-09-06 | 10 | -97/+304 |
* | Update for CamelObject and some other changes | Dan Winship | 2000-09-06 | 5 | -90/+69 |
* | Cache provider, for caching a remote store locally. This is not done yet. | Dan Winship | 2000-09-06 | 9 | -0/+1471 |
* | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 11 | -262/+275 |
* | A bit more e_utf8 wrappers here and there | Lauris Kaplinski | 2000-09-02 | 2 | -1/+6 |
* | Removed some unused functions. | Christopher James Lahey | 2000-09-02 | 2 | -45/+5 |
* | remove get_folder_name. (nntp_store_get_folder_name): remove. | Chris Toshok | 2000-09-01 | 2 | -8/+6 |
* | Email should now display correctly in GtkHTML | Lauris Kaplinski | 2000-09-01 | 2 | -2/+10 |
* | use camel_remote_store_recv_line. | Chris Toshok | 2000-09-01 | 6 | -219/+129 |
* | make this a bit more robust. try to create an empty .newsrc file for the | Chris Toshok | 2000-09-01 | 5 | -37/+294 |
* | Reimplemented. It should now work correctly for most possible VFolder | Jeffrey Stedfast | 2000-09-01 | 2 | -175/+333 |
* | Don't save any exceptions caused by camel_imap_folder_changed | Jeffrey Stedfast | 2000-08-31 | 3 | -10/+51 |
* | (write_to_stream): Rearrange the logic so it always does charset | Michael Zucci | 2000-08-31 | 2 | -12/+22 |
* | (write_to_stream): Fix some warnings/use the right constructor, | Michael Zucci | 2000-08-31 | 2 | -2/+5 |
* | Use the proper type checking function to check for text types. | Not Zed | 2000-08-31 | 2 | -1/+19 |
* | (append_latin1): Do an additional mask for account for c's | Michael Zucci | 2000-08-31 | 2 | -1/+3 |
* | New function - even though its broken, we'll assume mailers send latin1 | Not Zed | 2000-08-31 | 2 | -2/+32 |
* | Rewrote to ignore strings that look like server responses until it is sure | Jeffrey Stedfast | 2000-08-31 | 3 | -12/+69 |
* | Don't wrap printed strings in quotes, makes things messy | Jeffrey Stedfast | 2000-08-31 | 6 | -134/+452 |
* | Make CamelServices connect only when told to (old behavior). Make CamelRemote... | Peter Williams | 2000-08-31 | 7 | -59/+104 |
* | General cleanup / moving stuff around to make things easier to follow. | Jeffrey Stedfast | 2000-08-31 | 2 | -41/+61 |
* | Prevent exceptions from being overwritten | Jeffrey Stedfast | 2000-08-30 | 5 | -193/+235 |
* | Removed old code that will never be needed again | Jeffrey Stedfast | 2000-08-30 | 4 | -212/+102 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 20 | -902/+1216 |
* | Updated to check for EXPUNGE notifications | Jeffrey Stedfast | 2000-08-30 | 5 | -21/+88 |
* | Fixed the hack around quoted string responses - should now handle them | Jeffrey Stedfast | 2000-08-29 | 3 | -165/+167 |
* | Free()ing memory allocated through alloca() is Not A Good Thing. | Ettore Perazzoli | 2000-08-28 | 2 | -1/+5 |
* | Use `g_free()' instead of `free()' in the `header_decode_text()' | Ettore Perazzoli | 2000-08-27 | 2 | -1/+6 |
* | Add support for specifying on which port to connect to a server; fix a potent... | Peter Williams | 2000-08-26 | 11 | -1/+25 |
* | If the url path is "/" and the folder path is "/", just LIST "" "*" (this | Jeffrey Stedfast | 2000-08-26 | 2 | -3/+4 |
* | If the url path is "/" and the folder path is "/", just LIST "" "*" (this | Jeffrey Stedfast | 2000-08-26 | 2 | -7/+38 |
* | More UTF-8 handling | Lauris Kaplinski | 2000-08-25 | 4 | -9/+17 |
* | Remove this duplicate file to fix build | JP Rosevear | 2000-08-25 | 1 | -0/+2 |
* | And here too. | Not Zed | 2000-08-24 | 3 | -0/+13 |
* | put commas between addresses. | Dan Winship | 2000-08-24 | 2 | -0/+7 |
* | use BODY.PEEK, not BODY, so we don't set the message \Seen. | Dan Winship | 2000-08-23 | 2 | -1/+7 |
* | Fixed a small warning. | Christopher James Lahey | 2000-08-23 | 2 | -3/+7 |
* | ChangeLog updates. | Peter Williams | 2000-08-23 | 1 | -0/+28 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 8 | -95/+196 |
* | Make sure newsrc is not null (nntp_folder_get_subfolder_names): ditto | JP Rosevear | 2000-08-22 | 3 | -6/+31 |
* | Make sure respbuffer is not null before manipulating it. If it is null, | JP Rosevear | 2000-08-22 | 2 | -3/+17 |
* | Fix output for when the name is empty | Peter Williams | 2000-08-19 | 2 | -0/+7 |
* | Whole buncha leak fixes thanks to Purify | Matthew Loper | 2000-08-17 | 3 | -3/+7 |
* | More leak fixes | Peter Williams | 2000-08-17 | 2 | -2/+7 |
* | ChangeLog for previous camel-object commit. | Peter Williams | 2000-08-17 | 1 | -0/+5 |
* | Plug mem leaks. | Peter Williams | 2000-08-17 | 1 | -0/+1 |
* | Add support for copying messages | Peter Williams | 2000-08-16 | 2 | -1/+5 |
* | Infrastructure for date-based queries | Peter Williams | 2000-08-15 | 3 | -2/+83 |
* | Add camel-nntp-utils.h | Dan Winship | 2000-08-14 | 2 | -1/+5 |
* | do a strcasecmp rather than just a strcmp when checking if a folder is | Dan Winship | 2000-08-14 | 2 | -1/+8 |
* | (imap_get_subfolder_names_internal): Add "INBOX" to the list as | Dan Winship | 2000-08-13 | 2 | -1/+3 |
* | Don't assume the FETCH results will come back in the order they were | Dan Winship | 2000-08-13 | 2 | -2/+8 |
* | Now takes a char * parameter rather than a stream | Jeffrey Stedfast | 2000-08-13 | 4 | -8/+126 |
* | New function to do one round of attempted authentication. (pop3_connect): | Dan Winship | 2000-08-13 | 2 | -105/+108 |
* | No longer calls try_connect() to get authtypes | Jeffrey Stedfast | 2000-08-13 | 2 | -2/+9 |
* | Changed param order a bit and fixed some logic | Jeffrey Stedfast | 2000-08-12 | 4 | -28/+62 |
* | New convenience function for multi-transactional commands (opening | Jeffrey Stedfast | 2000-08-12 | 4 | -33/+217 |
* | Fixed a warning. | Christopher James Lahey | 2000-08-12 | 2 | -2/+6 |
* | remove get_name and get_full_name assignments, since the camel-folder.c | Chris Toshok | 2000-08-12 | 2 | -16/+7 |
* | use g_get_home_dir, since evolution_dir isn't available in the providers. | Chris Toshok | 2000-08-12 | 2 | -3/+8 |
* | Fix the camel-folder's thaw handler. Implement event forwarding into the main... | Peter Williams | 2000-08-12 | 2 | -1/+6 |
* | Implement. (mh_get_message_user_tag): Implement. | Not Zed | 2000-08-11 | 5 | -4/+142 |
* | Yay so lets fix an already fixed fix, again. (copy_message_to): and here | Not Zed | 2000-08-11 | 2 | -18/+19 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 20 | -22/+70 |
* | t Zed <NotZed@HelixCode.com> | Michael Zucci | 2000-08-11 | 2 | -28/+23 |
* | Removed unecessary change and fixed indenting. | Michael Zucci | 2000-08-11 | 1 | -231/+214 |
* | If we go over the max number of messages, don't keep requesting new | Jeffrey Stedfast | 2000-08-11 | 2 | -13/+23 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 106 | -2641/+3455 |
* | A better way to compress leading whitespace. The code is probably invalid | Not Zed | 2000-08-11 | 16 | -1041/+1170 |
* | Fix the NNTP provider's Makefile.am so that it does not use installed | Ettore Perazzoli | 2000-08-09 | 3 | -5/+17 |
* | Reorder search result in summary order if we searched with a summary. | Not Zed | 2000-08-09 | 2 | -3/+26 |
* | New code to keep an on-disk cache of what UIDs have been seen in a folder. | Dan Winship | 2000-08-09 | 11 | -42/+303 |
* | Add another subject g_strstrip that fejj's earlier commit missed. | Dan Winship | 2000-08-09 | 2 | -1/+6 |
* | Only retry another uid if we had a name clash, otherwise fail. | Not Zed | 2000-08-08 | 9 | -12/+212 |
* | If we are trying to get a subfolder listing of the root folder, always | Jeffrey Stedfast | 2000-08-08 | 3 | -10/+33 |
* | Strip all \n's from the expression | Jeffrey Stedfast | 2000-08-08 | 4 | -8/+36 |
* | Do a g_strstrip on the subject so we can stop getting those annoying | Jeffrey Stedfast | 2000-08-08 | 2 | -1/+7 |
* | Fix this to not require NULL-termination of the array. | Dan Winship | 2000-08-07 | 2 | -2/+10 |
* | If we fail to get a dir_sep, then supply the default of "/". (get_folder): | Jeffrey Stedfast | 2000-08-05 | 2 | -28/+37 |
* | Coredump fix when IMAP get_folder with NULL dir_sep | Peter Williams | 2000-08-05 | 2 | -1/+6 |
* | Indexes into the flags array are message_number minus 1, not just | Dan Winship | 2000-08-05 | 2 | -2/+6 |
* | add a debugging macro for doing protocol tracing. | Dan Winship | 2000-08-04 | 2 | -2/+29 |
* | Only call imap_get_summary_internal if the folder can hold messages | Jeffrey Stedfast | 2000-08-04 | 3 | -7/+13 |
* | Initialize the service_cache for the news/nntp providers | Jeffrey Stedfast | 2000-08-04 | 2 | -6/+15 |
* | srcdir != builddir fix | Peter Williams | 2000-08-03 | 2 | -0/+6 |
* | Kill this. It doesn't have any code to do anything the new mh provider | Dan Winship | 2000-08-03 | 15 | -2068/+9 |
* | Trim trailing space from the subject. I've now seen replies from two | Dan Winship | 2000-08-03 | 2 | -1/+10 |
* | When forced to use the IP, place it in square brackets. | Jeffrey Stedfast | 2000-08-02 | 2 | -7/+15 |
* | New and improved sexp parser. An honest try at using e-sexp is wrapped in | Jeffrey Stedfast | 2000-08-02 | 3 | -224/+327 |
* | cvsignore file | Peter Williams | 2000-08-01 | 1 | -0/+7 |
* | Initial cut at mh provider. Well, it already does everything | Not Zed | 2000-08-01 | 11 | -1/+1225 |
* | Some IMAP servers don't wrap the UID in ()'s so don't depend on that | Jeffrey Stedfast | 2000-08-01 | 3 | -208/+257 |
* | Oops, forgot to free node->function - not good. | Jeffrey Stedfast | 2000-08-01 | 2 | -0/+6 |
* | Buffer overrun fix in g_strfreev -- two more that I forgot | Peter Williams | 2000-08-01 | 1 | -0/+2 |
* | Buffer overrun fix in g_strfreev | Peter Williams | 2000-08-01 | 2 | -0/+6 |
* | New convenience function to translate a Camel sexp into the equivalent | Jeffrey Stedfast | 2000-08-01 | 5 | -46/+340 |
* | A few string overrun checks for the mime parser | Peter Williams | 2000-08-01 | 2 | -6/+21 |
* | Make sure the third word/token (whatever) is "EXPUNGE" and not something | Jeffrey Stedfast | 2000-07-29 | 2 | -24/+44 |
* | fixed a few logic errors | Jeffrey Stedfast | 2000-07-29 | 2 | -8/+8 |
* | Cleaned up a bit, now uses imap_next_word() (camel_imap_command_extended): | Jeffrey Stedfast | 2000-07-29 | 3 | -35/+100 |
* | Get message count when STATUS is not available. (imap_init): | Jeffrey Stedfast | 2000-07-29 | 4 | -55/+153 |
* | Fixed my routine to only fetch new headers, my IDs were off by 1 on the | Jeffrey Stedfast | 2000-07-28 | 2 | -1/+9 |
* | If the path doesn't begin with a / and there is a host, prepend a / to the | Jeffrey Stedfast | 2000-07-28 | 2 | -2/+8 |
* | Added camel-imap-utils.[c,h] | Jeffrey Stedfast | 2000-07-28 | 6 | -108/+196 |
* | Now uses a hash table for looking up message info rather than a linear | Jeffrey Stedfast | 2000-07-28 | 3 | -18/+41 |
* | Fix Makefile.am booboo. | Peter Williams | 2000-07-28 | 10 | -18/+5 |
* | Make the mime parser a bit less reckless. More reckful? | Matthew Loper | 2000-07-27 | 3 | -3/+13 |
* | routine to call an external movemail program. (camel_movemail): Nuke | Dan Winship | 2000-07-27 | 3 | -48/+141 |
* | Should now always prepend a '/' before the path if it doesn't already | Jeffrey Stedfast | 2000-07-26 | 2 | -14/+19 |
* | Fixed a few compiler warnings | Jeffrey Stedfast | 2000-07-26 | 2 | -2/+6 |
* | Fixed the real problem that Peter was running into. | Jeffrey Stedfast | 2000-07-26 | 2 | -21/+29 |
* | Don't add a Mime-Version header to a message that already has one. | Dan Winship | 2000-07-26 | 3 | -5/+14 |
* | IMAP expunge crash prevention... still not right... | Peter Williams | 2000-07-26 | 2 | -0/+8 |
* | Optimized to try and get the new message headers without reloading the | Jeffrey Stedfast | 2000-07-25 | 4 | -87/+81 |
* | Updated to give special attention to the root folder. | Jeffrey Stedfast | 2000-07-25 | 4 | -24/+50 |
* | Remove exceptions from a number of methods that work on what ought to be | Dan Winship | 2000-07-25 | 9 | -471/+318 |
* | Updated to port easily to the new Camel API (imap_init): Don't SELECT | Jeffrey Stedfast | 2000-07-25 | 2 | -36/+34 |
* | Initialize the summary and subfolder listing. (imap_summary_free): Now | Jeffrey Stedfast | 2000-07-25 | 5 | -103/+194 |
* | Remove camel_folder_get_message_uid, which was not used, and not | Dan Winship | 2000-07-24 | 4 | -54/+6 |
* | Bye bye bye. | Dan Winship | 2000-07-24 | 7 | -1536/+7 |
* | Made it a little more forgiving. Also set current_folder to NULL as there | Jeffrey Stedfast | 2000-07-24 | 4 | -107/+159 |
* | Clear CamelExceptions when appropriate (eg when folder is marked as | Jeffrey Stedfast | 2000-07-23 | 3 | -40/+57 |
* | Updated to not strip out subfolders that are marked as \NoSelect because | Jeffrey Stedfast | 2000-07-22 | 3 | -7/+61 |
* | Updated with some of the same fixes I've made to camel-imap-folder.c like | Jeffrey Stedfast | 2000-07-22 | 2 | -3/+7 |
* | Rewrote the code to check for "* %d RECENT". Still needs to be modified, | Jeffrey Stedfast | 2000-07-22 | 2 | -7/+17 |
* | Oops. Fix UID parser to allow 0 and 9 to be in the range of valid UID | Jeffrey Stedfast | 2000-07-20 | 2 | -2/+8 |
* | General cleanup working towards getting Actions->Expunge working | Jeffrey Stedfast | 2000-07-20 | 3 | -96/+61 |
* | If the folder's message count is not the same as the number of summaries, | Jeffrey Stedfast | 2000-07-20 | 2 | -9/+26 |
* | Added in imap_[g,s]et_message_user_flag() methods (imap_get_message_info): | Jeffrey Stedfast | 2000-07-19 | 2 | -50/+115 |
* | Added in imap_[g,s]et_message_user_flag() methods | Jeffrey Stedfast | 2000-07-19 | 3 | -28/+45 |
* | Send a "LOGOUT" command. | Jeffrey Stedfast | 2000-07-18 | 3 | -4/+21 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 2 | -3/+4 |
* | oops, s/status/s in imap_sync() | Jeffrey Stedfast | 2000-07-18 | 1 | -2/+2 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 2 | -3/+3 |
* | Hacks to get IMAP code to work with CommunigatePro and MS Exchange (and | Jeffrey Stedfast | 2000-07-18 | 2 | -6/+13 |
* | minor fixes that came up when building with gcc -ansi -pedantic | Jeffrey Stedfast | 2000-07-17 | 1 | -4/+4 |
* | All SELECT calls now pass a NULL folder argument to | Jeffrey Stedfast | 2000-07-17 | 2 | -5/+8 |
* | All SELECT calls now pass a NULL folder argument to | Jeffrey Stedfast | 2000-07-17 | 3 | -24/+60 |
* | One last fix to get rid of hard-coded "/" directory separators | Jeffrey Stedfast | 2000-07-15 | 2 | -1/+9 |
* | Oops, minor fix to make any dir_sep work. | Jeffrey Stedfast | 2000-07-15 | 1 | -2/+2 |
* | New convenience function to unquote a string if it's encapsulated by "'s | Jeffrey Stedfast | 2000-07-15 | 6 | -27/+138 |
* | If the summary is for a smaller mbox, and rebuilding from the last-known | Dan Winship | 2000-07-14 | 2 | -8/+15 |
* | If a SELECT fails, set imap_store->current_folder to NULL so a SELECT is | Jeffrey Stedfast | 2000-07-14 | 3 | -49/+28 |
* | Updated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP_BAD, and | Jeffrey Stedfast | 2000-07-14 | 4 | -20/+26 |
* | Oops. If the number of messages in the folder is 0, don't fetch summaries | Jeffrey Stedfast | 2000-07-14 | 3 | -15/+30 |
* | Oops. If the number of messages in the folder is 0, don't fetch summaries | Jeffrey Stedfast | 2000-07-14 | 2 | -0/+12 |
* | define a set of CAMEL_SERVICE_URL_ALLOW_* flags parallel to the _NEED_* | Dan Winship | 2000-07-14 | 3 | -6/+31 |
* | New and improved approach to fetching an entire folder summary that should | Jeffrey Stedfast | 2000-07-13 | 2 | -0/+4 |
* | New and improved approach to fetching an entire folder summary that should | Jeffrey Stedfast | 2000-07-13 | 2 | -166/+119 |
* | Don't fetch the entire RFC822 header, just fetch the fields we want. | Jeffrey Stedfast | 2000-07-13 | 2 | -4/+13 |
* | Remove some text cruft i was using for testing. | Michael Zucci | 2000-07-13 | 1 | -2/+1 |
* | Reset filter on setup. (reset): When resetting qp encoding, set the state | Not Zed | 2000-07-13 | 3 | -24/+96 |
* | Oops, missed a source file. | Jeffrey Stedfast | 2000-07-13 | 1 | -1/+3 |
* | Chris forgot to add #include <e-util/e-util.h> to the source files | Jeffrey Stedfast | 2000-07-13 | 6 | -32/+8 |
* | Undid clahey's e_strstrcase because e_strstrcase DOES NOT EXIST in | Jeffrey Stedfast | 2000-07-13 | 5 | -11/+44 |
* | From addressbook/ChangeLog: | Christopher James Lahey | 2000-07-13 | 5 | -28/+13 |
* | get the article num out of our uid and mark it read in the newsrc. | Chris Toshok | 2000-07-13 | 4 | -41/+56 |
* | Useful default implementations for free_{uids,subfolder_names,summary}. | Dan Winship | 2000-07-13 | 8 | -66/+90 |
* | Solaris fixes: make sure not to pass NULL to printf's %s | Matthew Loper | 2000-07-13 | 2 | -2/+11 |
* | Use mbox_set_message_flags () instead of setting the flags by hand. This | Jeffrey Stedfast | 2000-07-13 | 4 | -23/+23 |
* | don't add test-newsrc to the build since it needs libcamel (which isn't | Chris Toshok | 2000-07-13 | 5 | -179/+244 |
* | Fix bug #378: last displayed message is still shown in an empty folder | Peter Williams | 2000-07-13 | 2 | -1/+7 |
* | Fix bug #394: Refiling messages does not update the view | Peter Williams | 2000-07-12 | 2 | -0/+16 |
* | Use size_t and ssize_t for read/write methods | Jeffrey Stedfast | 2000-07-12 | 3 | -14/+14 |
* | Updated to emit the message_changed signal. (imap_delete_message): Updated | Jeffrey Stedfast | 2000-07-12 | 3 | -8/+54 |
* | fix %08x to %04x | Jeffrey Stedfast | 2000-07-12 | 1 | -1/+1 |
* | Now takes a flags argument to specify the flags to be set on the message | Jeffrey Stedfast | 2000-07-12 | 5 | -16/+46 |
* | This shouldn't return NULL, it should return g_ptr_array_new () so the | Jeffrey Stedfast | 2000-07-12 | 2 | -1/+7 |
* | Oops, an unsigned integer can never be < 0 | Jeffrey Stedfast | 2000-07-11 | 2 | -1/+6 |