[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nnimap 0.95 released
- To: nnimap@extundo.com
- Subject: nnimap 0.95 released
- From: Simon Josefsson <jas@pdc.kth.se>
- Date: 26 Mar 1999 22:52:06 +0100
- User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) Emacs/20.3.6
Now it shouldn't try to set flag it can't set (Trung, could you see if
this works?).  Rewritten BODY and ENVELOPE parser.
Get it from http://www.extundo.com/nnimap/nnimap.tar.gz.
1999-03-26  Simon Josefsson  <jas@pdc.kth.se>
	* nnimap 0.95 released.
	* nnimap.el (nnimap-request-set-mark): Don't set flags we
	shouldn't set. Don't forbid removing of "replied" flag.
	* imap.el (imap-message-flags-permanent-p): New function.
	* nnimap.el (nnimap-mark-permanent-p): Use it.
1999-03-23  Trung Tran-Duc <trung.tranduc@prague.ixos.cz>
	* nnimap.el (nnimap-date-days-ago): Don't send 2 digit year.
1999-03-23  Simon Josefsson  <jas@pdc.kth.se>
	* imap.el (imap-parse-nil): Return parse result.
	(imap-parse-nstring): Ignore nnimap-parse-nil result.
	(imap-parse-string-list): Parse nil's.
	(imap-parse-body-ext): Parse better.
	(imap-parse-body): Assert on parse failure. Ignore
	nnimap-parse-nil result. body-ext-* parser works.
1999-03-22  Simon Josefsson  <jas@pdc.kth.se>
	* imap.el (imap-message-envelope-*): 
	(imap-message-body): New macros.
	(imap-parse-number): Don't use read.
1999-03-21  Simon Josefsson  <jas@pdc.kth.se>
	* imap.el (imap-parse-string-list):
	(imap-parse-body-extension):
	(imap-parse-body-ext): 
	(imap-parse-body): Rewrite without read.
	(imap-parse-nil): New function.
	(imap-parse-nstring):
	(imap-parse-body): 
	(imap-parse-address-list): Use it.
	(imap-parse-number): Don't use read.
1999-03-20  Simon Josefsson  <jas@pdc.kth.se>
	* imap.el (imap-parse-string): Use b-s-no-properties. Don't use
	read.	
	(imap-parse-flag-list): Use b-s-no-properties.
	(imap-parse-literal): Use b-s-no-properties.
	(imap-parse-address): New function.
	(imap-parse-address-list): New function.
	(imap-parse-envelope): Rewrite without read.
	(imap-parse-number): New function.
	(imap-parse-body): Rewrite without read.
1999-03-19  Simon Josefsson  <jas@pdc.kth.se>
	* imap.el (imap-parse-address): New function.
1999-03-18  Simon Josefsson  <jas@pdc.kth.se>
	* imap.el (require): Require cl.