git.fiddlerwoaroof.com
Raw Blame History
2005-02-15  Kevin Layer  <layer@gemini>

	* smtp.cl: bug15190: from jkf: fix nameserver lookup if *dns-mode*
	  is just :clib

2004-09-28  Kevin Layer  <layer@gemini>

	* imap.cl: fix copyright notice

2004-09-14  Kevin Layer  <layer@gemini>

	* smtp.cl:
	- add new exported `send-smtp-auth' (from dancy)
	- add `login' and `password' keywords to send-letter

2004-08-13  Kevin Layer  <layer@gemini>
imap 1.13

	* imap.cl: export mailbox-uidnext

2003-10-28  Ahmon Dancy  <dancy@franz.com>
imap 1.12
	* imap.cl - add functions to allow letter data to be read
	    as a stream of data from the server instead of just
	    returned as a big string

2003-09-18    <jkf@main.verada.com>
imap 1.11
	* imap.cl: fix processing of imap flags into keywords so it
	  handles lists and nil correctly.

2003-05-21  John Foderaro  <jkf@tiger.franz.com>
imap 1.10
	* imap.cl - fix bug in parse-mail header when end of headers
	   continuation line containing spaces and tabs

2003-05-07    <jkf@main.verada.com>
imap v1.9
>>>	* imap.cl: add reset-mailbox for pop maiboxes to send the RSET
	        command

2003-01-10  Kevin Layer  <layer@crikey>

	* smtp.cl: test-email-address: do VRFY on address, too.

2002-06-17  Kevin Layer  <layer@crikey>

	* smtp.cl: fix typo in error message; fix from jkf that never got
	committed regarding dns lookups of mx host

2002-02-11  John Foderaro  <jkf@tiger.franz.com>

	* imap.cl: fix parse-mail-header to handle valueless header lines

2001-08-10  John Foderaro  <jkf@tiger.franz.com>

	* imap.cl - fix problems of too many #\returns in the header

2001-06-26  John Foderaro  <jkf@tiger.franz.com>

	*  imap.cl - fix typo in exported identifier

2001-05-11  John Foderaro  <jkf@tiger.franz.com>

	* smtp.cl: add test-email-address function to check to see
	    if an email address can be determined to be bogus without
	    sending a letter.

2001-05-02  John Foderaro  <jkf@tiger.franz.com>
1.8
	* imap will signal a :response-too-large error if it encounter
	 a letter it can't store in a lisp array.
	
2000-06-08    <jkf@CROW>
1.7
	* imap.cl: add parse-mail-header function to return mail headers
	  as an assoc list.

2000-06-06  John Foderaro  <jkf@tiger.franz.com>
1.6
	* imap.cl: fix header parsing bug where it go into a loop
	  when encountering a blank header.

Fri May 26 22:52:42 PST 2000  Duane Rettig  <duane@beta>

	* makefile: set SHELL variable

2000-04-26  John Foderaro  <jkf@tiger.franz.com>

	* package changed from post-office to net.post-office
	  the po nickname was removed.
	 

2000-04-21  John Foderaro  <jkf@tiger.franz.com>
versio 1.4
	* imap.cl: added pop commands unique-id and top-lines
	    plus make-envelope-from-text

	* imap.html - update document
	

1999-11-29  John Foderaro  <jkf@tiger.franz.com>
version 1.3
	* imap.cl - fixed bug where extra ^b's ended up in strings
	* imap.html - fixed ref to wrong function

1999-10-27  John Foderaro  <jkf@tiger.franz.com>
version 1.2
	
	* imap.cl - add condtions
	* imap.html - document conditions
	* t-imap.cl - fix test suite
	

1999-09-29  John Foderaro  <jkf@tiger.franz.com>
version 1.1
	
	* imap.html - document send-letter, send-smtp 
	* smtp.cl - add this to the imap module
	* t-imap.cl - adjust for the change in package
	
	  

1999-09-27  John Foderaro  <jkf@tiger.franz.com>
version 1.0
	* start ChangeLog.
	* imap.cl - the code for the imap and pop interface
	* imap.html - the documentation
	* t-imap.cl - the test suite
	* rfc1939.html - pop spec
	* rfc2060.txt  - imap spec