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

nnimap 0.3.14 released



Mostly bugfixes.

Expiring stuff is left out, it used EXPUNGE without checking if any
articles were already marked \Deleted. I'm not sure if we should care
about that, but since it's potentially dangerous I left it out.

Is anyone interested in seeing elisp diff's posted to this list, or do
you think it will spam the list to much (~600 lines diff between
0.3.13 and 0.3.14)?  Or just post them on the web?

http://vic20.dzp.se/gnus-imap/nnimap.tar.gz

/s

1998-08-03 13:46  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap 0.3.14 released

1998-08-03 13:44  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-split-find-rule): new func

	* nnimap.el (nnimap-split-find-inbox): new func

	* nnimap.el (nnimap-split-articles): use them

1998-08-03 13:42  Simon Josefsson  <jas@pdc.kth.se>

	* imap4rev1.el (imap-read-passwd): sigh, read the code before you
	steal it (nnmail stuff removed)

1998-08-03 13:41  Simon Josefsson  <jas@pdc.kth.se>

	* README: point to manual.html instead of web pages

	* manual.html: new file

1998-08-03 13:37  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (todo): split stuff, list-pattern fixed?, support
	acl's

1998-08-03 13:19  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-open-server): parse port-extended syntax in
	nnimap-server-address

	* nnimap.el (nnimap-server-address): allow port specifications

	* nnimap.el (nnimap-server-port): add note about port forwarded
	servers

1998-08-03 11:54  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-open-server): don't use until

	* nnimap.el (until): didn't like compiling, removed

1998-08-03 11:33  Simon Josefsson  <jas@pdc.kth.se>

	* Makefile: use batch-byte-compile

	* Makefile.el: removed

1998-08-03 10:06  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-split-articles): don't iterate through
	to-groups when not crossposting

1998-08-03 10:05  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-split-to-groups): nix out nil's

1998-07-21 20:08  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-split-copy-delete-article): uid copy is
	standard

1998-07-21 20:04  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-list-mapper): return t on sucess,
	remove gnus-message

	* nnimap.el (nnimap-debug): contain debug buffer

1998-07-21 18:46  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-range-to-string): deals with non-list ranges

	* nnimap.el (nnimap-request-article-part): don't return t if no text

	* nnimap.el (todo): async is nice but difficult

	* nnimap.el (nnimap-asynchronous-p): remove

1998-07-20 17:33  Simon Josefsson  <jas@pdc.kth.se>

	* imap4rev1.el (imap-close-server): return t on sucess

1998-07-19 18:22  Simon Josefsson  <jas@pdc.kth.se>

	* imap4rev1.el (imap-capability-get): new func

1998-07-19 18:08  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-update-info): removed redundant sort's

	* nnimap.el (nnimap-request-list-mapper): warn on unknown
	nnimap-group-list-speed

	* nnimap.el (nnimap-open-server): verify that we talk to a IMAP4
	server

1998-07-18 11:05:15  Simon Josefsson  <jas@pdc.kth.se>

	* imap4rev1.el (imap-timeout): new var

	* imap4rev1.el (imap-open-ssl-stream, imap-wait-for-tag): use it