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

nnimap 0.119 released



Cleanup. Nnimap can be included in Gnus now.

Thanks to Jon K Hellan nnimap will UTF7 encode ISO-8859-1 mailbox
names before sending them to the server. Unfortunely I found a bug in
the encoding so it's disabled in this version...

As promised base64.el and md5.el are removed from the tar file. You
must compile nnimap with

$ make GNUSDIR=~/elisp/pgnus-0.88/lisp

or similar to have it find the libraries.

Glad midsommar!

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

1999-06-25  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap 0.119 released.

	* nnimap.texi: Update.

	* nnimap.el (nnimap-imap-defs): Removed.
	(nnimap-request-update-info-internal): Cleanup.
	(remassoc): Renamed to `nnimap-remassoc'.
	(nnimap-list-method): Removed.

	* nnimap.texi: Make makeinfo 3.12f happy.

1999-06-24  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-utf7-encode): 
	(imap-utf7-decode): New functions.
	(imap-mailbox-*): Use them.
	(imap-encode-string): Removed.

	* nnimap.el (nnimap-send-command-wait): Removed.
	(nnimap-ok-p): Removed.

	* utf7.el: Provide 'utf7.

	* Makefile: Update for base64, md5 and utf7.

	* base64.el: Removed.

	* md5.el: Removed.

1999-06-24  Jon K Hellan <jk@parus.itea.ntnu.no>

	* utf7.el: New file.