<<< Date Index >>>     <<< Thread Index >>>

[2005-12-13] CVS repository changes



This message was generated and sent automatically.  It contains a
summary of the CVS commits over the last 48 hours.  These changes
should be propagated to the public repository within at most a day
or two.  Most probably, they have already been propagated.


2005-12-12 17:24:12  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * imap/command.c, imap/imap.c, init.h, mutt.h: . Add $imap_idle
          boolean to disable the IDLE extension (may be needed with
          some servers like the particular version of dovecot I tried
          yesterday).
        . Don't attempt to poll mailboxes with connections that haven't
          yet authenticated.
        . Recognize NO responses again (silly typo, spotted by Charlie
        Allom)

2005-12-12 02:24:43  brendan  (brendan)

        * configure.in, imap/command.c, imap/imap.c, imap/imap_private.h,
        mutt_socket.c, mutt_socket.h, mutt_tunnel.c: IMAP IDLE support.

2005-12-12 00:10:19  Brendan Cully  <brendan@xxxxxxxxxx>  (brendan)

        * buffy.c: Whoops, don't break buffy for non-IMAP mailboxes!

2005-12-11 22:51:29  brendan  (brendan)

        * buffy.c, imap/command.c, imap/imap.c, imap/imap.h,
        imap/imap_private.h, imap/util.c: IMAP command batching code,
        used to pipeline mailbox poll requests.  Up to 10 poll commands
        will be sent at a time (tunable in imap_private.h).  This is a
        huge win on my currently awful wireless link. It takes a knife
        to a lot of fundamental IMAP code (mostly for the better), so
        it may have destabilised things. Time for some brave (or lazy
        non-Changelog-reading) testers to report... next up, IDLE support.