[2005-12-14] 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-13 23:37:42 Brendan Cully <brendan@xxxxxxxxxx> (brendan)
* mutt_ssl.c, mutt_ssl_gnutls.c: Add conn_poll (using
raw_socket_poll) to SSL socket setup functions.
* buffy.c: Fix recently-broken buffy notification for IMAP.
* imap/imap_private.h, imap/util.c, imap/command.c, imap/imap.c,
imap/imap.h, postpone.c: Restore IMAP postponed check in the
wake of the buffy pipelining patch. Fall back to NOOP if IDLE
poll fails. Allow for untagged messages when starting IDLE.
Free idata->cmdbuf in imap_free_idata.
* imap/TODO, imap/BUGS: Updated todo/bug list for IMAP
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!