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

nnimap 0.86 released



Bugfixes. It should at least compile with Emacs 20.3 now.

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

1998-12-19 23:21:02  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap 0.86 released.

1998-12-19  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el: Don't `error' in process filter (`message' instead).

	* imap.el (imap-current-target-mailbox): New variable for
 	COPY/APPEND data.
	(imap-mailbox-status): Work.
	(imap-message-append): Don't encode article (send-command need it
 	as a buffer).
	(imap-response-data-text-code): Handle UIDPLUS.
	(imap-response-data-status): Work.

1998-12-19 06:32:32  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-parse-response):
	(imap-response-data-text-code):
	(imap-response-data-capability):
	(imap-response-data-search): Buffer-substring requires two
 	arguments in Emacs.

1998-12-19  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-retrieve-headers-progress): New function
	(nnimap-retrieve-headers): Use it to display progress.
	(nnimap-length): 
	(nnimap-counter): New variables.
	(nnimap-request-accept-article): Use imap-message-append.

	* imap.el (imap-mailbox-status): 
	(imap-message-append): New API functions.
	(imap-parse-literal): 
	(imap-parse-string): 
	(imap-parse-nstring): 
	(imap-parse-astring): 
	(imap-parse-mailbox): Defsubst, optimize.
	(imap-parse-quoted):
	(imap-parse-atom): Removed.
	(imap-response-data-status): Work.
	(imap-encode-string): New function.