Changeset 3780

Show
Ignore:
Timestamp:
10/20/08 11:17:19
Author:
jdapena
Message:

* Disable IMAP IDLE support as it's still broken and

can cause hangs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/modest/diablo-pe2/ChangeLog

    r3774 r3780  
     12008-10-20  Jose Dapena Paz  <jdapena@igalia.com> 
     2 
     3        * Disable IMAP IDLE support as it's still broken and 
     4          can cause hangs. 
     5 
    162008-10-06  Sergio Villar Senin  <svillar@igalia.com> 
    27 
  • releases/modest/diablo-pe2/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c

    r3764 r3780  
    7474#include "camel-imap-summary.h" 
    7575#include "camel-imap-utils.h" 
     76 
     77/* Commented for now as IDLE implementation is broken */ 
     78/* #define IMAP_IDLE_ENABLED */ 
    7679 
    7780#if !GLIB_CHECK_VERSION (2, 8, 0) 
     
    769772        { "LOGINDISABLED",      IMAP_CAPABILITY_LOGINDISABLED }, 
    770773        { "CONDSTORE",          IMAP_CAPABILITY_CONDSTORE }, 
     774#ifdef IMAP_IDLE_ENABLED 
    771775        { "IDLE",               IMAP_CAPABILITY_IDLE }, 
     776#endif 
    772777        { "BINARY",             IMAP_CAPABILITY_BINARY }, 
    773778        { "QRESYNC",            IMAP_CAPABILITY_QRESYNC },