[evolution-data-server/camel-socks-proxy] (94 commits) ...Change CamelSmtpTransport to use the new API



Summary of changes:

  15b6a59... Bug #531912 - Mail inline parser doesn't always work (*)
  601993c... Add argument checks to camel-block-file.c. (*)
  77d4d09... Add argument checks to camel-partition-table.c. (*)
  a476843... Fix build issues. (*)
  9930a96... Bump libedataserver soname twice. (*)
  c093e18... Fix compiler warning. (*)
  52b53b7... Bug #601535 - Fix translation domain for default categories (*)
  5ab3c6d... Estonian translation updated (*)
  80b8804... Bug #617439 - Fix translation of birthday and anniversary e (*)
  26f8a8a... Bug 619347 - Return formatted address in e_destination_get_ (*)
  354aa2e... Bug #550414 - Corruption of mailbox and can't expunge trash (*)
  ceb691f... Bug #617261 - Evolution didn't quit due to deadlock (*)
  2756aa9... Check EBook DBus error names without underscores too (*)
  406588b... Bug 621236 - Add imap-over-custom-command support for imapx (*)
  86a2ebd... Bug 621262 - Fix fetch of large mails from broken servers l (*)
  9853c8c... Bug 585301 - Use NSS SQLite database, if available (cherry  (*)
  d476089... Create the configdir instead of bailing out if it does not  (*)
  6f0096a... Bug 620522 - Build break: 'nss_config' undeclared (cherry p (*)
  3a0d1cd... Bug 585301 - Use correct NSS system database where appropri (*)
  d688a2e... Bug 585301 - Use ~/.pki/nssdb for NSS SQL database, not Evo (*)
  013d2bb... Bug 599879 - Fix NULL return without exception on krb5-auth (*)
  6c3e2e2... Bug 615239 - Fix GSSAPI (and other SASL) authentication for (*)
  a447772... Bug 610919 - Remove superfluous space in flags in APPEND co (*)
  bc4fa51... Bug 621740 - Fix double command ->complete() in imapx_comma (*)
  6cc1800... Bug 621740 - Fix double-free of is->literal in cancel_all_j (*)
  fe2c874... Fix tagprefix for multiple accounts. (*)
  ca21beb... Fix locking issues in cancel_all_jobs() (*)
  4d07423... Bug 621842 - use 'UID FETCH' instead of 'FETCH' for scan_ch (*)
  a6b548d... s/EVOLUTION_LOCALEDIR/LOCALEDIR/ (*)
  1ba62f6... Bug 601535 - Categories not translated in menus (*)
  3b1595b... Bug 621961 - Remove GroupWise debugging messages. (*)
  d1c485c... Coding style and whitespace cleanup. (*)
  8ff6434... Update API documentation. (*)
  7337d11... NEWS update for 2.30.2 release. (*)
  70f201b... Post-release version bump. (*)
  a9d0d64... Revert "Bug 619347 - Return formatted address in e_destinat (*)
  401acdc... Clarify documentation for e_destination_get_address(). (*)
  190ded5... Do not set exception if its already set (cherry picked from (*)
  362b227... Remove the generated file camel-imapx-tokenise.h from git.  (*)
  3480894... Use camel_folder_sync_message() to sync messages. (*)
  ea61753... Remove unused variable â??messageâ?? (*)
  8b940c6... Detect CONDSTORE and QRESYNC capabilities (*)
  7760b52... Fix handling of unsolicited [CAPABILITY xxx] report in serv (*)
  271bbaf... Accept unsolicited CAPABILITY report as part of LOGIN/AUTHE (*)
  82298b9... Re-fetch capabilities after STARTTLS. There might be new au (*)
  604a375... NUL-terminate literal strings when tokenising (cherry picke (*)
  47997e9... Accept literals as folder names in STATUS (cherry picked fr (*)
  a473665... Encode folder names as literals when sending commands, wher (*)
  3c8793d... Add IMAPX_INITIALISED state; don't let users run before CAP (*)
  528b1e8... Fix division-by-zero in imapx message fetch (*)
  588831d... Add LITERALPLUS support. (*)
  cbad98d... Fix batch fetch to use UID FETCH in imapx_job_fetch_new_mes (*)
  0895dac... Fix imapx_parse_flags to not just return the first UID repe (*)
  1762954... Extract EXPUNGE handling into imapx_expunge_uid_from_summar (*)
  8d504b7... Support VANISHED response (RFC5162) (cherry picked from com (*)
  79603ec... Cope with unsolicited FETCH having both FLAGS and UID. (*)
  93b397e... Handle [CLOSED] status (RFC5162). (*)
  5d159de... Remove redundant 'unseen' member of CamelIMAPXServer. (*)
  b256ad9... Improve imapx command queue processing (*)
  800589c... Fix overzealous IDLE handling (*)
  ae740ed... Allow debugging to be enabled with CAMEL_DEBUG environment  (*)
  d35d462... Make camel_imapx_stream_number() return a guint64 (*)
  d0e79bf... Update ifolder->exists_on_server from STATUS response (cher (*)
  ce772d8... Propagate STATUS responses to folders directly from imapx_u (*)
  2658733... Queue non-folder specific jobs while waiting for SELECT to  (*)
  dad074d... Simplify relationship between full and path names for imapx (*)
  cb34a2e... Permit all characters but dir_sep in imapx folder names. (*)
  09ffa57... Decrement ifolder->exists_on_server when handling EXPUNGE/V (*)
  7b6733c... Recalculate unread_on_server count after fetching flags. (*)
  74510e1... Make uidvalidity field 64-bit (*)
  ce054b4... Handle UIDNEXT and MODSEQ/HIGHESTMODSEQ information from se (*)
  5f47ec3... Bug 622008 - Don't trust is->select_folder in imapx_job_sca (*)
  69bf749... For the sake of portability: sleep -> g_usleep (cherry pick (*)
  c0f93ea... Fix idle dwell time (*)
  f9cef25... Remove courier-imap rename workaround (*)
  d28c7d7... Really select INBOX for folder deletion and rename (*)
  5108c91... Don't show subscribed but non-existent folders. (*)
  b446ab5... Detect LIST-STATUS and LIST-EXTENDED capabilities (cherry p (*)
  4e67e5e... Use LIST-EXTENDED to return subscribed status from LIST (*)
  959c2e8... Remove superfluous debug printf (cherry picked from commit  (*)
  7542842... Handle BYE response (cherry picked from commit 0b52c6b9ef0e (*)
  13557c2... Fix idle thread exit and locking (*)
  6fdde7f... Revamp imapx_job_refresh_info_start() to make use of modseq (*)
  a550162... Update summary uidnext after fetching messages. (*)
  186c5cc... Check for is->cinfo before using it (*)
  1ca0f0d... Make NSS database initialisation more robust, handle errors (*)
  04312ea... Merge remote branch 'origin/gnome-2-30' into camel-socks-pr
  531766b... Use text/vcard content type on WebDAV PUT request (*)
  f6e680f... Bug #623795 - URI at the end of text isn't clickable (*)
  63c3a53... Merge remote branch 'origin/gnome-2-30' into camel-socks-pr
  253e355... Do name resolution inside camel_tcp_stream_connect()
  c81975b... Change CamelHttpStream to use the new API
  6ac81df... Change CamelPOP3Store to use the new API
  9a3bcf1... Change CamelSmtpTransport to use the new API

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]