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

nnimap 0.3.30 released



Bugfixes, another flag re-write, expiring, texinfo manual, you should
now be able to open multiple connections to same host with different
port/username/password/authmethod settings.

Note!  0.3.30 will require Gnus 5.6.43, until it's released you can
use a patch in the next mail. It's needed to make flags stick, it will
work without the patch if you only want to test things.

The flag stuff will be re-written again soon and will use a new
backend function in Gnus to set marks.

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

/s

1998-08-31 14:48:30  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap 0.3.30 released.

1998-08-30 00:20:55  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-update-info-internal): Renamed.
	(nnimap-request-group): Use it.

1998-08-29 23:54:54  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-expunge-close-group): Return t on success.

1998-08-29 23:16:26  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-list-mapper): Return t even on empty
	existant mailboxes.

1998-08-29 23:12:07  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-list-mapper): Revert. Shouldn't erase.

1998-08-29 22:32:28  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-group): 
	(nnimap-request-list-mapper): Use nnheader-insert.

1998-08-29 18:51:51  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.texi: Node fix. Backwards compatibility warning removed.

1998-08-29 18:27:12  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.texi: Fix.

1998-08-29 18:21:06  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.texi: Add author.  Add contributors chapter. Change
	sections to chapters.

1998-08-29 16:55:24  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-update-mark): gnus-del-mark -> \Seen.

1998-08-29 16:39:18  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-unselect-folder):
	(imap-expunge-close-folder): Return t on success

1998-08-29 15:49:47  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-expunge-close-group): Use nnimap-need-expunge.

	* nnimap.el (nnimap-split-copy-delete-article): 
	(nnimap-request-expire-articles): Set nnimap-need-expunge.

1998-08-29 15:48:34  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-update-info): Return info, even when
	we aren't really-updating.

1998-08-29 15:47:41  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-open-server): No port-extended stuff.

1998-08-29 15:47:18  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-authenticate): Allow virtual server name in
	netrc machine field.

1998-08-29 15:46:16  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-need-expunge): New variable. Shouldn't be
	needed but until I find out what Cyrus is doing, it's there.

1998-08-29 15:44:12  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-group): Implement fast method.

1998-08-29 15:43:45  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-server-address): 
	(nnimap-server-port): Doc fix, no port stuff.

1998-08-29 15:42:01  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.texi (trix):
	(trix-portfwd): Rename. Port-extended syntax removed, new virtual
	server name additions.

1998-08-29 15:41:27  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.texi (config-expiring): Variable index additions.

1998-08-29 14:14:23  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-cb-fetch-hook): New hook.
	(imap-cb-fetch): Call it.

1998-08-29 14:08:51  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.texi (config): 
	(config-expiring): Add documentation about Expiring.

1998-08-29 14:08:08  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.texi (Top): Change description about tricks section.

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

	* nnimap.el (nnimap-expiry-wait):
	(nnimap-expiry-wait-function): Remove variables.
	(nnimap-request-expire-articles): Use nnmail-expiry-wait,
	nnmail-expiry-wait-function.

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

	* nnimap.el (nnimap-request-update-info): Don't treat deleted
	articles as unread.

1998-08-29 13:16:22  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-expire-articles-progress): Change
	gnus-message.

1998-08-29 12:28:28  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-expire-articles): Compress article
	sequence before send.

1998-08-29 12:28:02  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-expire-articles-progress): New function.
	* nnimap.el (nnimap-request-expire-articles): Use it.

1998-08-29 12:15:15  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-expire-articles): Don't require
	gnus-expire flag.

1998-08-29 11:47:27  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-expunge-close-group): Don't close nil
	group. Fix typo.

1998-08-29 11:47:07  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-close-group): Really close group.

1998-08-29 11:46:36  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (gnus-sum): Require gnus-sum for marks.

1998-08-29 11:40:04  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-unselect-folder): Typo.

1998-08-29 02:56:51  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-split-articles): Use
	nnimap-expunge-close-group.

1998-08-29 02:55:34  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-expunge-close-group): New function.

1998-08-29 02:54:47  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-possibly-change-group): Close group if opening
	another.

1998-08-29 02:29:42  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-update-mark): New function, does most
	flag setting.

1998-08-29 02:27:49  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-update-info): Don't search for flags
	that isn't there.

1998-08-29 02:25:18  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-close-group): Dummy function.

1998-08-29 01:37:38  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-timeout): Change default.

1998-08-29 00:58:08  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-store-flags-del): New function.

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

	* imap.el (imap-store-flags-add): Typo.

1998-08-28 21:43:27  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-update-info): Don't wipe out all
	params.

1998-08-28 21:29:18  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-retrieve-groups): 
	* nnimap.el (nnimap-request-list): 
	* nnimap.el (nnimap-group-alist): Was not used, removed until we
	figure out if we can benefit from it.

1998-08-28 21:27:52  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-split--move-article): Remove.

1998-08-28 21:16:44  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-body-lines): Doc add.

1998-08-28 21:12:45  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-unselect-folder): Group is optional.

1998-08-28 20:56:39  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-expunge-on-close): New variable.

1998-08-28 20:41:30  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-split-copy-delete-article): Use
	imap-store-flags-add.

1998-08-28 20:34:08  Simon Josefsson  <jas@pdc.kth.se>

	* imap.el (imap-store-flags-add): New function.

1998-08-28 20:33:06  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-expire-articles): Do expiring.

1998-08-28 20:32:56  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-time-substract): 
	(nnimap-date-days-ago): New support functions for expiring.

1998-08-28 20:32:37  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-expiry-wait): 
	(nnimap-expiry-wait-function): New variables

1998-08-28 09:58:41  Simon Josefsson  <jas@pdc.kth.se>

	* README: Update URL.

1998-08-28 08:58:14  Simon Josefsson  <jas@pdc.kth.se>

	* README: Update.

1998-08-28 08:53:54  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.texi: Changed copyright notice.

1998-08-28 08:51:46  Simon Josefsson  <jas@pdc.kth.se>

	* manual.html: Removed.

	* nnimap.texi: New file, thanks to Martin Fouts.

1998-08-28 08:48:02  Simon Josefsson  <jas@pdc.kth.se>

	* Makefile (clean): Delete nnimap.info, nnimap.html.

1998-08-28 08:19:17  Simon Josefsson  <jas@pdc.kth.se>

	* Makefile (all): Added html/info dependencies.

1998-08-27 12:16:11  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (nnimap-request-update-info): We might get sued by
	silly persons.

1998-08-26 15:19:33  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap.el (gnus-group-nnimap-expunge): Send command in right
	buffer.