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

nnimap 0.128 released



Asynchronous article prefetching and bugfixes.

Don't expect asynch prefetches to speed up anything unless your server
and/or network is slow.

Read more about it in the Gnus manual, to just enable it try this...

(setq gnus-asynchronous t)

Get it from http://www.extundo.com/nnimap/nnimap.tar.gz.

1999-08-12  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap 0.128 released.

	* nnimap.el (nnimap-callback-callback-function): New variable.
	(nnimap-demule): Handle null argument.
	(nnimap-callback): New function.
	(nnimap-request-article-part): Use it.
	(nnimap-asynchronous-p): New backend function.

1999-08-11  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-fetch-asynch): New function.
	(imap-current-message): New function.

1999-08-11  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-search): Check that a SEARCH response was
	received.

	* nnimap.el (nnimap-retrieve-headers): Handle when there's no
	articles to fetch.

1999-08-10  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-list-method): Defvar.

1999-08-09  Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)

	* imap.el (imap-cram-md5-auth): Use base64-{en,de}code-string.