| Commit message (Expand) | Author | Age | Files | Lines |
* | add mnemonic for checkboxes. | Mengjie Yu | 2004-12-01 | 1 | -8/+8 |
* | ** See bug #69615. | Not Zed | 2004-12-01 | 1 | -5/+11 |
* | rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE enum. | Not Zed | 2004-12-01 | 1 | -3/+3 |
* | ** See bug #69446. | S.ÃaÄlar Onur | 2004-12-01 | 4 | -15/+15 |
* | ** See bug #69109. | Not Zed | 2004-11-22 | 1 | -7/+10 |
* | added a setting to mark the account for offline usuage | Sivaiah Nallagatla | 2004-11-22 | 2 | -20/+52 |
* | Make debug run based on 'nntp' debug option. | Not Zed | 2004-11-19 | 3 | -19/+32 |
* | In the fallback cases, clear the exception first. | Jeffrey Stedfast | 2004-11-16 | 3 | -7/+16 |
* | Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream. | Jeffrey Stedfast | 2004-11-16 | 3 | -6/+6 |
* | Moved the last tcp_stream unref to afetr the last fail-check so that we | Jeffrey Stedfast | 2004-11-16 | 1 | -1/+1 |
* | Moved the last tcp_stream unref to afetr the last fail-check so that we | Jeffrey Stedfast | 2004-11-16 | 1 | -2/+2 |
* | Fix bug #69408 by filling our input buffer if inptr == inend. | Jeffrey Stedfast | 2004-11-16 | 1 | -1/+4 |
* | Handle numeric tokens for the COPYUID set values as well. | Jeffrey Stedfast | 2004-11-14 | 1 | -8/+16 |
* | Folder now gets set on the CamelFolderSummary object rather than the | Jeffrey Stedfast | 2004-11-13 | 2 | -18/+12 |
* | Init appended_uid value to NULL | Jeffrey Stedfast | 2004-11-13 | 1 | -0/+3 |
* | Properly handle NILs for the namespace separator (somehow I missed this, | Jeffrey Stedfast | 2004-11-13 | 1 | -3/+13 |
* | ** Merge in notzed-messageinfo-branch, fix some minor conflicts. | Not Zed | 2004-11-12 | 41 | -507/+496 |
* | Free the passwd here if we need to retry to authenticate. | Jeffrey Stedfast | 2004-11-12 | 1 | -1/+4 |
* | #define d() | Jeffrey Stedfast | 2004-11-12 | 1 | -0/+2 |
* | removed some debug printf's | Jeffrey Stedfast | 2004-11-11 | 1 | -5/+5 |
* | Use the expanded ALL macro as on closer inspection of the RFC, we're not | Jeffrey Stedfast | 2004-11-11 | 1 | -10/+4 |
* | include a header | Jeffrey Stedfast | 2004-11-11 | 1 | -0/+1 |
* | enabled \\Recent flag | Jeffrey Stedfast | 2004-11-11 | 3 | -9/+11 |
* | before short-circuiting the check for child content, check the child | Not Zed | 2004-11-10 | 1 | -16/+20 |
* | Updated the properties to include all the same settings as the old imap | Jeffrey Stedfast | 2004-11-10 | 3 | -0/+113 |
* | Handle not getting the CRLF pair together. Also don't require that we have | Jeffrey Stedfast | 2004-11-10 | 4 | -10/+18 |
* | Added much in-line documentation. (engine_parse_capability): Use | Jeffrey Stedfast | 2004-11-05 | 2 | -9/+158 |
* | Don't bother getting the folder delim if the name is "" since we don't | Jeffrey Stedfast | 2004-11-03 | 2 | -17/+16 |
* | If namespaces is NULL, return the default folder delim ('/'). | Jeffrey Stedfast | 2004-11-03 | 1 | -0/+3 |
* | Update stream->inptr after fetching the literal chunk. | Jeffrey Stedfast | 2004-11-03 | 1 | -0/+2 |
* | Do proper cleanup in case of error and also handle literals. | Jeffrey Stedfast | 2004-11-03 | 1 | -6/+31 |
* | Removed camel_service_connect() call which is no longer needed. | Jeffrey Stedfast | 2004-11-03 | 1 | -7/+6 |
* | Do the same SSL->TLS and TLS->CLEAR fallbacks that the 2.0 (and older) | Jeffrey Stedfast | 2004-11-02 | 4 | -8/+20 |
* | Remove expunged messages from the cache. | Jeffrey Stedfast | 2004-11-02 | 4 | -8/+58 |
* | Cache the folder-info on the summary if successful. (imap4_delete_folder): | Jeffrey Stedfast | 2004-11-02 | 3 | -7/+25 |
* | Cleaned up a bit. (save_namespaces): Same. | Jeffrey Stedfast | 2004-11-02 | 1 | -27/+31 |
* | Handle literal strings. (envelope_decode_date): Same. Fixes bug #68894. | Jeffrey Stedfast | 2004-10-29 | 1 | -0/+25 |
* | Properly tokenise "\*" as a flag token. Fixes bug #68869. | Jeffrey Stedfast | 2004-10-28 | 1 | -0/+4 |
* | New files implementing a folder-info cache for offline mode (and faster | Jeffrey Stedfast | 2004-10-27 | 9 | -49/+664 |
* | Don't allow users to create folders in offline mode. When in offline mode, | Jeffrey Stedfast | 2004-10-21 | 2 | -8/+67 |
* | Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same. | Jeffrey Stedfast | 2004-10-21 | 4 | -108/+89 |
* | updated comment | Jeffrey Stedfast | 2004-10-21 | 1 | -0/+1 |
* | Removed an already-fixed FIXME comment. (imap4_summary_fetch_flags): Same. | Jeffrey Stedfast | 2004-10-20 | 1 | -8/+0 |
* | Change the service string for the sasl mechanism to"imap" rather than | Jeffrey Stedfast | 2004-10-19 | 1 | -1/+1 |
* | renamed delete_originals to move. clearer. cleaner. shorter. not as ugly. | Jeffrey Stedfast | 2004-10-16 | 1 | -5/+5 |
* | added gtk-doc comments | Jeffrey Stedfast | 2004-10-16 | 1 | -1/+14 |
* | kill cast as lvalue warning. | Not Zed | 2004-10-13 | 13 | -58/+162 |
* | fix for #62053 | Sivaiah Nallagatla | 2004-10-11 | 1 | -3/+43 |
* | ** See bug #67170. | Not Zed | 2004-10-11 | 1 | -3/+3 |
* | include camel-i18n.h | JP Rosevear | 2004-10-04 | 1 | -0/+1 |
* | make the build again, warnings, doesn't work. | Not Zed | 2004-10-01 | 2 | -4/+13 |
* | ** See bug #66509. | Not Zed | 2004-09-29 | 6 | -141/+121 |
* | s/not/no/ in the error string. Fixes bug #65828. | Jeffrey Stedfast | 2004-09-28 | 1 | -1/+1 |
* | make sure body indexing is turned off always, missed the ~ bit. | Not Zed | 2004-09-28 | 9 | -118/+130 |
* | Instead of doing a host-lookup ourselves, get it passed in to us as an | Jeffrey Stedfast | 2004-09-28 | 7 | -485/+341 |
* | ** See bug #63521. | Not Zed | 2004-09-27 | 2 | -3/+3 |
* | ** See bug #47821. | Not Zed | 2004-09-24 | 5 | -125/+114 |
* | ** See bug #0xffff. | Not Zed | 2004-09-20 | 1 | -12/+15 |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 36 | -20/+53 |
* | ** See bug #64023. | Not Zed | 2004-08-30 | 1 | -1/+4 |
* | change the "CheckList" to "Tasks" as there is another foder called | Sivaiah Nallagatla | 2004-08-26 | 1 | -1/+1 |
* | Check for an exception from get_folders_online() here so that we don't | Jeffrey Stedfast | 2004-08-24 | 1 | -3/+7 |
* | ** See bug #63189. | Not Zed | 2004-08-24 | 1 | -4/+29 |
* | if any of the settings required for soap interaction changes try | Sivaiah Nallagatla | 2004-08-21 | 2 | -37/+46 |
* | pass an exception handle to camel_provider_get. | Not Zed | 2004-08-16 | 1 | -1/+4 |
* | Use g_ptr_array_sized_new() rather than using set_size() after creating a | Jeffrey Stedfast | 2004-08-14 | 1 | -8/+8 |
* | remove the cal/taksks sources when account is disbaled. Also do not try to | Sivaiah Nallagatla | 2004-08-14 | 1 | -3/+13 |
* | update ssl setting label and title of the soap settings section Fixes | Sivaiah Nallagatla | 2004-08-14 | 1 | -2/+2 |
* | use g_string_append_len when appending a subset of a string rather than g_str... | Jeffrey Stedfast | 2004-08-13 | 1 | -7/+7 |
* | fix for e_passwords api change, and handle reprompting as well. | Not Zed | 2004-08-12 | 1 | -2/+4 |
* | Call camel_operation_progress(). (imap4_summary_fetch_all): Setup info we | Jeffrey Stedfast | 2004-08-07 | 1 | -0/+21 |
* | Pass a reconnect func. | Jeffrey Stedfast | 2004-08-04 | 3 | -3/+29 |
* | This needs to prequeue the CAPABILITY command rather than queue it | Jeffrey Stedfast | 2004-07-31 | 2 | -4/+4 |
* | fixed sed-o's (s/IMAP44/IMAP4/g) | Jeffrey Stedfast | 2004-07-31 | 2 | -10/+10 |
* | bleh | Jeffrey Stedfast | 2004-07-31 | 1 | -0/+1 |
* | Add an entry to specify POA address and a check box to say whehter ssl has | Sivaiah Nallagatla | 2004-07-29 | 2 | -60/+136 |
* | ** See bug #61841. | Not Zed | 2004-07-28 | 1 | -1/+4 |
* | Changed to be the same prototype as engine_queue(). | Jeffrey Stedfast | 2004-07-28 | 3 | -35/+48 |
* | do not set transport object for groupwise provider. We want user to use | Sivaiah Nallagatla | 2004-07-27 | 1 | -6/+1 |
* | Don't instantiate an engine here. Instead, take an engine as an argument | Jeffrey Stedfast | 2004-07-27 | 3 | -85/+53 |
* | ** See bug #61761. | Not Zed | 2004-07-23 | 1 | -2/+21 |
* | Free result after parsing it. Fixes a leak. | Jeffrey Stedfast | 2004-07-21 | 1 | -0/+1 |
* | Don't grab the connect_lock before calling refresh_info so that we avoid | Jeffrey Stedfast | 2004-07-17 | 1 | -2/+0 |
* | : pass "use_ssl" value to these functions and set it on e-source | Sivaiah Nallagatla | 2004-07-13 | 1 | -20/+57 |
* | use CAMEL_GROUPWISE_CFLAGS. (libcamelgroupwise_la_LIBADD): use | Chris Toshok | 2004-07-09 | 1 | -2/+2 |
* | Set the size of the ptrarray to prevent potentially realloc'ing several | Jeffrey Stedfast | 2004-07-01 | 1 | -6/+10 |
* | Aded a new %formatter 'V' which takes a string vector (needed for SEARCH). | Jeffrey Stedfast | 2004-06-30 | 8 | -166/+628 |
* | override CAMEL_FOLDER_NAME arg so we can translate "." into "Inbox". | Not Zed | 2004-06-28 | 2 | -2/+33 |
* | take url argument directly, fixes a memleak. (camel_folder_info_new): make | Not Zed | 2004-06-28 | 1 | -7/+22 |
* | Error out and set an exception if camel_pop3_engine_new() returns NULL | Jeffrey Stedfast | 2004-06-25 | 2 | -30/+53 |
* | If we fail to lock the folder, close the lockfd and reset it to -1. Fixes | Jeffrey Stedfast | 2004-06-25 | 1 | -1/+4 |
* | First LIST/LSUB the toplevel folder, and then LIST/LSUB the subfolders (it | Jeffrey Stedfast | 2004-06-24 | 1 | -6/+57 |
* | Same. | Jeffrey Stedfast | 2004-06-24 | 3 | -10/+13 |
* | Hide password, etc info in the fi->uri's. (imap4_create_folder): Don't | Jeffrey Stedfast | 2004-06-24 | 1 | -20/+73 |
* | Hide password, etc info in the fi->uri's. | Jeffrey Stedfast | 2004-06-24 | 2 | -2/+2 |
* | make 'colon' a const char * | Jeffrey Stedfast | 2004-06-18 | 1 | -2/+2 |
* | init tail->last to (guint32) -1, so that index = tail->last + 1 will start | Jeffrey Stedfast | 2004-06-18 | 1 | -2/+3 |
* | Make sure we have elements in the array, if not then we're done (return a | Jeffrey Stedfast | 2004-06-18 | 1 | -0/+6 |
* | Fixed to work properly. It was getting ranges wrong before sometimes which | Jeffrey Stedfast | 2004-06-18 | 1 | -62/+144 |
* | simplified further | Jeffrey Stedfast | 2004-06-17 | 1 | -4/+0 |
* | Only ignore if (tag & CAMEL_ARG_TAG) == CAMEL_ARG_IGNORE, not if (tag & | Jeffrey Stedfast | 2004-06-17 | 1 | -1/+1 |
* | Only force a re-update of all FLAGS if this folder wasn't in the SELECTED | Jeffrey Stedfast | 2004-06-17 | 1 | -3/+17 |
* | Added a 'first' member to the imap_fetch_all_t struct so we can use that | Jeffrey Stedfast | 2004-06-17 | 1 | -2/+8 |
* | Added a 'first' member to the imap_fetch_all_t struct so we can use that | Jeffrey Stedfast | 2004-06-17 | 1 | -37/+101 |
* | Init have_unget to FALSE. Don't set unget to NULL, it's no longer a | Jeffrey Stedfast | 2004-06-15 | 2 | -13/+9 |
* | use g_ascii_strcasecmp. (smtp_connect): do not re-helo after we've | Not Zed | 2004-06-14 | 1 | -10/+1 |
* | Flush summary updates for the currently selected folder. (imap4_noop): | Jeffrey Stedfast | 2004-06-13 | 1 | -2/+11 |
* | Flush summary updates for the currently selected folder. | Jeffrey Stedfast | 2004-06-12 | 2 | -1/+4 |
* | Don't bother with exists_changed. We don't need it afterall. | Jeffrey Stedfast | 2004-06-12 | 2 | -9/+4 |
* | Force updating of the emsage flags (normally this only happens if | Jeffrey Stedfast | 2004-06-12 | 1 | -0/+1 |
* | Handle getting FLAGS even though we didn't request it (server can send us | Jeffrey Stedfast | 2004-06-11 | 3 | -30/+75 |
* | if we scan from "" or top == NULL, then we really want to scan from "." | Not Zed | 2004-06-11 | 1 | -1/+1 |
* | some test code | Michael Zucci | 2004-06-11 | 1 | -0/+172 |
* | (camel_imap4_summary_flush_updates): Added some logic to | Jeffrey Stedfast | 2004-06-11 | 2 | -0/+8 |
* | Don't bother scanning summary info if EXISTS was 0. | Jeffrey Stedfast | 2004-06-11 | 1 | -3/+29 |
* | Don't bother scanning summary info if EXISTS was 0. | Jeffrey Stedfast | 2004-06-11 | 2 | -9/+51 |
* | Don't always try and parse a RESP-CODE in the BYE case as the RESP-CODE is | Jeffrey Stedfast | 2004-06-11 | 1 | -1/+9 |
* | replace strcasecmp with g_ascii_strcasecmp | Jeffrey Stedfast | 2004-06-11 | 1 | -2/+2 |
* | some code cleanup | Jeffrey Stedfast | 2004-06-11 | 2 | -4/+7 |
* | If flags does not include FOLDER_INFO_FAST, get the total/unread counts | Jeffrey Stedfast | 2004-06-11 | 4 | -168/+249 |
* | move the stream based checking into the loop, after we connect. Fixes a | Not Zed | 2004-06-10 | 1 | -8/+8 |
* | Load the entire summary, not just the summary header. This way when the | Jeffrey Stedfast | 2004-06-08 | 2 | -2/+4 |
* | Implemented, mostly. Still need to update state on the renamed folder | Jeffrey Stedfast | 2004-06-07 | 3 | -1/+138 |
* | removed debug printfs | Jeffrey Stedfast | 2004-06-05 | 1 | -3/+0 |
* | Initialise the folder->summary and force an update of the message info | Jeffrey Stedfast | 2004-06-05 | 2 | -7/+22 |
* | Duh. If the user doesn't care about SSL/TLS - use USE_SSL_NEVER, not | Jeffrey Stedfast | 2004-06-05 | 1 | -1/+1 |
* | Always just return 0, don't try to PR_Sync() - fsync on a socket causes an | Jeffrey Stedfast | 2004-06-05 | 3 | -8/+22 |
* | reset current folder. (connect_to_server): and here too just to make sure. | Not Zed | 2004-06-03 | 1 | -1/+6 |
* | disconnect if we get an io error or user cancellation. | Not Zed | 2004-06-03 | 1 | -0/+1 |
* | only save the summary, don't update from server, thats what refresh info | Not Zed | 2004-06-03 | 9 | -631/+603 |
* | Fixes bug #59191. | Jeffrey Stedfast | 2004-05-28 | 1 | -4/+1 |
* | set port property on e-source | Sivaiah nallagatla | 2004-05-26 | 1 | -0/+2 |
* | return NULL when there is no existing gw account with same uid | Sivaiah Nallagatla | 2004-05-26 | 1 | -9/+12 |
* | remove /soap part from uri. make port as a e-source property instead of | Sivaiah Nallagatla | 2004-05-26 | 1 | -44/+76 |
* | removed. | Not Zed | 2004-05-26 | 9 | -48/+27 |
* | added CAMEL_PROVIDER_CONF_HIDDEN to conf item type enum. This is used by | Sivaiah Nallagatla | 2004-05-24 | 2 | -3/+8 |
* | Added a workaround for broken IMAP. Hopefully by forcing only the IMAP4 | Jeffrey Stedfast | 2004-05-22 | 1 | -1/+32 |
* | added a 'domain' argument, and rearragned arguments to be prettier and | Not Zed | 2004-05-21 | 6 | -14/+14 |
* | re-arrange the code so exception debug will print the expanded | Not Zed | 2004-05-21 | 4 | -20/+25 |
* | Fixes bug #42295 and the infinite loop part of bug #58766 (these 2 bugs | Jeffrey Stedfast | 2004-05-21 | 1 | -22/+23 |
* | oops, poke the right uid to get the article number. | Not Zed | 2004-05-20 | 1 | -2/+2 |
* | use the article number instead of the messageid. Some servers are just | Not Zed | 2004-05-19 | 1 | -11/+16 |
* | do the same load of mailbox if we're in slow mode as we did for maildir. | Not Zed | 2004-05-18 | 1 | -0/+5 |
* | ** Bug #56050. | Not Zed | 2004-05-17 | 2 | -3/+80 |
* | if we have no folder in-memory, load it if we're not doing it fast to get | Not Zed | 2004-05-17 | 1 | -0/+5 |
* | type-o fix for bug #58404 | Jeffrey Stedfast | 2004-05-13 | 1 | -1/+1 |
* | eliminate the need for another variable | Jeffrey Stedfast | 2004-05-13 | 1 | -5/+2 |
* | oops, tiny fix | Jeffrey Stedfast | 2004-05-13 | 1 | -0/+2 |
* | Ignore PERMANENTFLAGS if it gives us an empty set. Works around broken | Jeffrey Stedfast | 2004-05-13 | 1 | -3/+8 |
* | changed to match_threads. (camel_folder_search_search): remove thread | Not Zed | 2004-05-12 | 3 | -95/+19 |
* | New class for zipping/unzipping gzip streams. | Jeffrey Stedfast | 2004-05-11 | 1 | -0/+5 |
* | set nodelay and keepalive on the socket. | Not Zed | 2004-05-06 | 1 | -1/+12 |
* | dont set X-Evolution-Source here anymore, set in caller. | Not Zed | 2004-05-05 | 1 | -17/+15 |
* | Fixed typo. | Christian Kellner | 2004-05-04 | 1 | -1/+1 |
* | ** See #57979. | Not Zed | 2004-05-04 | 1 | -1/+2 |
* | Fix typo. #53466. | Priit Laes | 2004-05-01 | 1 | -1/+1 |
* | Change the UID_SET_LIMIT to 768 (something <1000 octets as suggested by | Jeffrey Stedfast | 2004-04-28 | 1 | -2/+5 |
* | Send a flag list rather than \Deleted by itself. See #57381. | Not Zed | 2004-04-22 | 1 | -4/+4 |
* | Don't bother doing any work if perm_flags is 0. | Jeffrey Stedfast | 2004-04-22 | 1 | -0/+3 |
* | added CAMEL_LIBS to LIBADD added new function to get addres book names | Sivaiah Nallagatla | 2004-04-21 | 2 | -68/+167 |
* | set the meta data file on nntp folders. | Not Zed | 2004-04-21 | 1 | -0/+5 |
* | implement dummy virtual method. | Not Zed | 2004-04-21 | 1 | -0/+29 |
* | Fixed to not expect ]'s as part of the BODY atom token. | Jeffrey Stedfast | 2004-04-20 | 1 | -1/+7 |
* | Changed imap_atom_specials[] to not treat ']' as an atom char (as per | Jeffrey Stedfast | 2004-04-16 | 1 | -2/+4 |
* | Use %F instead of %S so that the folder name gets properly converted from | Jeffrey Stedfast | 2004-04-15 | 1 | -1/+1 |
* | Rearranged some error checking code to fix bug #56405. | Jeffrey Stedfast | 2004-04-14 | 1 | -10/+11 |
* | change the auth type string from Password to plain/password | Sivaiah Nallagatla | 2004-04-13 | 1 | -1/+1 |
* | add bookname to uri | Sivaiah Nallagatla | 2004-04-11 | 1 | -6/+5 |
* | Fix capitalisation of the "mailcheck" section title and move it to the top | Jeffrey Stedfast | 2004-04-10 | 2 | -7/+7 |
* | Changed (!flags & _CREATE) to (!(flags & _CREATE)) (get_folder_online): Do | Jeffrey Stedfast | 2004-04-08 | 1 | -4/+99 |
* | include camel-debug.h | Not Zed | 2004-04-08 | 1 | -2/+12 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 1 | -2/+24 |
* | Added mutex locking where appropriate. | Jeffrey Stedfast | 2004-04-07 | 1 | -11/+54 |
* | Defined. | Jeffrey Stedfast | 2004-04-07 | 5 | -7/+12 |
* | ** See bug #56110. | Not Zed | 2004-04-06 | 1 | -10/+52 |
* | dont add folders to folders_out here, only in get_folders_add_folders. | Not Zed | 2004-04-05 | 1 | -5/+3 |
* | Partially implemented. (imap4_get_folder): Implemented. | Jeffrey Stedfast | 2004-03-31 | 2 | -19/+298 |
* | added some debug to dump the whole folderinfo tree if store:folder_info is | Not Zed | 2004-03-30 | 2 | -22/+64 |
* | Implemented. | Jeffrey Stedfast | 2004-03-30 | 25 | -1997/+2103 |
* | Updated to actually parse the STATUS response into a list of item/value | Jeffrey Stedfast | 2004-03-30 | 1 | -23/+120 |
* | Removed debugging printfs. | Jeffrey Stedfast | 2004-03-30 | 2 | -4/+1 |
* | use object_bag_peek instead of _get, since we dont want to clash/wait for | Not Zed | 2004-03-29 | 1 | -23/+9 |
* | remove locking here, we're locked whne we enter. (fill_fi): call | Not Zed | 2004-03-29 | 1 | -4/+3 |
* | New source files implementing the CamelFolder class for the new IMAP4 | Jeffrey Stedfast | 2004-03-29 | 3 | -0/+836 |
* | added .cvsignore | Jeffrey Stedfast | 2004-03-29 | 1 | -0/+7 |
* | added camel-imap-store.[c,h] to the build | Jeffrey Stedfast | 2004-03-29 | 2 | -20/+47 |
* | added camel-imap-provider.c | Jeffrey Stedfast | 2004-03-29 | 3 | -1/+141 |
* | build fixes | Jeffrey Stedfast | 2004-03-29 | 2 | -6/+7 |
* | New source files implementing the CamelFolderSummary class for the new | Jeffrey Stedfast | 2004-03-29 | 3 | -0/+1200 |
* | Reverted imap.web.de fix. | Jeffrey Stedfast | 2004-03-27 | 1 | -6/+3 |
* | Added new maildir flags D for draft and commented P for forwarded. | Not Zed | 2004-03-26 | 2 | -4/+20 |
* | No longer need to split ']' tokens from atom tokens due to a fixup in the | Jeffrey Stedfast | 2004-03-26 | 4 | -27/+892 |
* | If the server is imap.web.de, just ask for all the headers rather than | Jeffrey Stedfast | 2004-03-26 | 3 | -7/+16 |
* | Fix for bug #55018. | Jeffrey Stedfast | 2004-03-26 | 1 | -4/+23 |
* | Removed newline character from the provider description | Martyn Russell | 2004-03-25 | 1 | -1/+1 |
* | removed ldap seetings and added a settng for SOAP port read port number | Sivaiah Nallagatla | 2004-03-25 | 2 | -93/+70 |
* | New convenience wrapper function. (engine_parse_status): Fixed to handle | Jeffrey Stedfast | 2004-03-25 | 3 | -9/+67 |
* | #include <stdlib.h> for strtoul() | Jeffrey Stedfast | 2004-03-25 | 1 | -0/+1 |
* | The beginnings of a new IMAP provider module | Jeffrey Stedfast | 2004-03-25 | 12 | -0/+4071 |
* | Reworked the else bit to fix a bug where if we had the BODY structure, we | Jeffrey Stedfast | 2004-03-24 | 1 | -51/+50 |
* | use camel debug to add some debug here. | Not Zed | 2004-03-23 | 1 | -62/+73 |
* | connect lock around this. was getting a race with mem corruption | Not Zed | 2004-03-23 | 1 | -2/+6 |
* | decode newsgroups header into a list of newsgroups. | Not Zed | 2004-03-22 | 2 | -2/+11 |
* | remove async_thread thing. | Not Zed | 2004-03-19 | 2 | -58/+0 |
* | Checking that mi->content->type != NULL is no longer good enough to tell | Jeffrey Stedfast | 2004-03-18 | 1 | -4/+21 |
* | Reverted jeff's fix for #55018, since it wasn't tested, and doesn't work. | Not Zed | 2004-03-17 | 1 | -75/+29 |
* | See bug #55618. | Not Zed | 2004-03-17 | 1 | -0/+2 |
* | If the initial SELECT fails and CREATE is specified, clear the exception | Jeffrey Stedfast | 2004-03-16 | 1 | -1/+3 |
* | same as below for path. | Not Zed | 2004-03-15 | 2 | -2/+4 |
* | set the mime-type field on the content the same way as | Not Zed | 2004-03-15 | 1 | -3/+10 |
* | Now takes an argument to specify whether disconnecting when respbuf is | Jeffrey Stedfast | 2004-03-13 | 1 | -15/+16 |
* | Fix for bug #53497. | Jeffrey Stedfast | 2004-03-13 | 1 | -37/+19 |
* | Fixes for bug #55018. | Jeffrey Stedfast | 2004-03-13 | 4 | -59/+96 |
* | If errno is EINTR, set USER_CANCEL instead of SERVICE_UNAVAILABLE or | Jeffrey Stedfast | 2004-03-13 | 1 | -37/+28 |
* | removed this. not sure what it was doing there, a 1 line funciton used | Not Zed | 2004-03-11 | 1 | -16/+14 |
* | (imap_store_refresh_folders): check we're updating an imap folder, | Michael Zucci | 2004-03-11 | 1 | -0/+6 |
* | turn off NOINFERIORS always, translate to nochildren. | Not Zed | 2004-03-11 | 11 | -126/+217 |
* | fix all the warnings | Michael Zucci | 2004-03-04 | 5 | -8/+10 |
* | ** See bug #53355. | Not Zed | 2004-03-04 | 1 | -3/+7 |
* | use "Calendar" and "Checklist" for the folder names, instead of "Default". | Rodrigo Moya | 2004-03-03 | 1 | -8/+7 |
* | fun dun diddley un fun. Since we're writing a const buffer, we need to | Not Zed | 2004-03-03 | 4 | -22/+47 |
* | Overrides the parent method. We don't want to encode user flags/tags or | Jeffrey Stedfast | 2004-03-03 | 1 | -1/+22 |
* | use g_ascii_str[n]casecmp everywhere. fix the sense of the nil check for | Not Zed | 2004-02-27 | 1 | -29/+31 |
* | moved the RECNET flag into the folder area (bit 17-30). | Not Zed | 2004-02-25 | 3 | -19/+13 |
* | If our folder has a subdir, but no actual children, then we need to unset | Rodney Dawes | 2004-02-24 | 1 | -0/+2 |
* | remove debug | Michael Zucci | 2004-02-24 | 1 | -8/+1 |
* | kill some debug | Michael Zucci | 2004-02-24 | 2 | -16/+3 |
* | Add sanity checking to the folder name if we are going to create it, just | Jeffrey Stedfast | 2004-02-20 | 1 | -0/+14 |
* | Fixes for api changes. | Not Zed | 2004-02-19 | 8 | -46/+31 |
* | ** See bug #53861. | Not Zed | 2004-02-17 | 1 | -0/+4 |
* | ** See bug #51045. | Not Zed | 2004-02-16 | 13 | -60/+266 |
* | Same. | Jeffrey Stedfast | 2004-02-14 | 5 | -45/+60 |
* | ** See bug #53978. | Not Zed | 2004-02-09 | 1 | -1/+5 |
* | ** See bug #51319. | Not Zed | 2004-02-09 | 1 | -9/+9 |
* | changed to return a boolean to indicate if the flags were actually changed | Not Zed | 2004-02-06 | 3 | -9/+18 |
* | rename .cmeta file too, and fix the recovery order. | Not Zed | 2004-02-05 | 4 | -315/+327 |
* | ** See bug #53553. | Not Zed | 2004-02-05 | 2 | -2/+6 |
* | Get rid of some unnecessary CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2004-02-05 | 2 | -31/+31 |
* | Fix for bug #53755 (local folders case) | Jeffrey Stedfast | 2004-02-05 | 1 | -13/+16 |
* | added 'expunge' parameter, easier 'empty trash on exit' call. | Not Zed | 2004-02-04 | 1 | -0/+3 |
* | changed order around, first try to delete and only remove from the object | Not Zed | 2004-02-04 | 2 | -19/+0 |
* | Fixes for bug #53091. | Jeffrey Stedfast | 2004-02-03 | 1 | -1/+4 |
* | Same as below. | Jeffrey Stedfast | 2004-02-01 | 2 | -4/+4 |
* | Fix spelling error in provider description | Rodney Dawes | 2004-01-31 | 1 | -1/+1 |
* | ** See bug #53269. | Not Zed | 2004-01-29 | 1 | -4/+3 |
* | Make sure the new dir path exists before trying to rename files to avoid | Jeffrey Stedfast | 2004-01-29 | 1 | -7/+39 |
* | add port and /soap parts to relative uri while updating it when account | Sivaih Nallagatla | 2004-01-28 | 1 | -4/+5 |
* | set CAMEL_FOLDER_SUPRESS_JUNK_TEST flag (imap_update_summary): update | Radek Doulik | 2004-01-27 | 1 | -3/+12 |
* | (imap_get_message): revert peterw's change of 2002-07-15, instead | Michael Zucci | 2004-01-23 | 1 | -8/+0 |
* | removed the meaningless fixme, a butt-retrieved-number is as good as any | Not Zed | 2004-01-23 | 1 | -1/+2 |