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

0.3.1 release, http://vic20.dzp.se/gnus-imap/.



Does anyone get it to work?

Put the files in your loadpath, then C-: (require 'nnimap) RET M-x
Gnus RET ^ a nnimap RET your.mail.server RET SPC and it should ask you
for username/password and then present you with a folder list. If not,
have a look in the *nnimap-debug*, *imap-debug*, *imap-log* and
*imap-last* and mail the errors to the list.

Does anyone have access to a IMAP4-only (not IMAP4rev1) server?  Does
these creatures exists, should one care to be compatible?  How about
IMAP2?

Bugs:
	Don't subscribe to any groups (do stuff in the server buffer
only) unless you know what you are doing. You'll probably have to edit
your .newsrc.eld manually to get Gnus to start again if you do.  I
haven't looked at it, because I want it to behave properly in the
server buffer first.

1998-06-20  Simon Josefsson  <jas@pdc.kth.se>

	* nnimap 0.3.1 released

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

	* nnimap.el (nnimap-request-type): new function

	* nnimap.el (nnimap-server-opened): does not break when buffer is
	non-nil but non-existant, also does check with imap-server-opened
	about openness

	* nnimap.el (nnimap-open-server): if it couldn't open server, kill
 	the buffer. if it couldn't log in, close the server and kill the
	buffer. you could get in an inconsistent state where the server
 	was "open" but you couldn't do anything. nnimap got confused.

	* nnimap.el (nnimap-status-message): do NOT call
 	possibly-change-server since it will open a close server, instead
	just change to the server buffer (but check if it exists) and then
	look at the status-message
	
	* nnimap.el (nnimap-request-list): parametrized the group listers

	* nnimap.el (nnimap-group-list-speed): new variable

	* imap4rev1.el (imap-select-mailbox): new function

	* imap4rev1.el (imap-server-opened): send a NOOP, wait for OK

	* nnimap.el: turn on debug, change debug buffer name

	* nnimap.el (nnimap-open-server): condition case, ask for capabilities

	* imap4rev1.el: require tcp, turn on debug

	* imap4rev.el (imap-open-stream): coding-system-for-read