[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nnimap 0.85 released.
- To: nnimap@extundo.com
- Subject: nnimap 0.85 released.
- From: Simon Josefsson <jas@pdc.kth.se>
- Date: 19 Dec 1998 02:21:47 +0100
- User-Agent: Gnus/5.070066 (Pterodactyl Gnus v0.66) XEmacs/21.2(beta5) (Aphrodite)
Bugfixes.
Get it from http://www.extundo.com/nnimap/nnimap.tar.gz.
1998-12-19 02:11:12 Simon Josefsson <jas@pdc.kth.se>
* nnimap 0.85 released.
1998-12-19 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-fetch-data-hook): Renamed.
(imap-response-data-fetch): Run hook.
1998-12-19 02:06:26 Simon Josefsson <jas@pdc.kth.se>
* nnimap.el (nnimap-request-expire-articles-progress):
(nnimap-request-expire-articles): Update for fetch hook which is
called with `run-hooks' now.
1998-12-19 Simon Josefsson <jas@pdc.kth.se>
* imap.el (imap-failed-tags): New variable.
(imap-wait-for-tag): Return status.
(imap-ok-p): Check status.
(imap-arrival-filter): Delete eol after command.
(imap-parse-response): Handle NO and BAD.
(imap-response-data-expunge): Don't do anything.
(imap-response-data-capability):
(imap-response-data-list): Faster.
(imap-response-data-search):
(imap-parse-flag-list): Don't use replace-in-string.
(imap-response-data-fetch): Don't error when no UID (uw imap 4.4
is buggy)
* imap.el: Turn require into autoload.
1998-12-18 21:48:57 Simon Josefsson <jas@pdc.kth.se>
* nnimap.texi (Top):
* README: Require pgnus.
1998-12-19 00:41:08 Simon Josefsson <jas@pdc.kth.se>
* nnimap.el (nnimap-request-list-mapper):
(nnimap-request-group): Lotus bug wasn't a bug: if there is only
one message in the mailbox, fetches for 1,* is the same as 1,1
which is the same as 1 => only one response.
(nnimap-ok-p): Use nnheader-report.
(nnimap-split-move-article):
(nnimap-status-message): Don't use imap-last-status.
(nnimap-request-article-part): Don't multibyte
(nnimap-request-article-part):
(nnimap-retrieve-headers): Remove \r's.