pilot-mailsync history
hollis@austin.rr.com
jochen@pms.garcke.de

0.7.1.1: 12 Oct 2002
	* Installation fixes

0.7.1: 08 Oct 2002
	* add simple plugin for J-Pilot

0.7.0: 29 Sep 2002
	* also should work with pilot-link 0.11
	* working findMail
		- use configure --disable-utf8 if no utf8 support is available
		  on mail source 
	* default From address is Realname <$USER@$HOSTNAME>
	* upgrade to imap2002, get directly from ftp.cac.washington.edu/imap
	* sync All support:
		- Mails which are deleted on the palm get deleted on the mail source
		- Mails read on the palm get marked read on the mail source
		- Mails newly read on the mail source get marked read on palm
		- Mails on the palm, which are not on the mail source anymore get deleted
		- In this process mails on the mail source which are on the palm get
		  marked, so that only mails which are not on the palm get transferred
		  onto the palm
	* Change of behaviour when getting mail from the server: 
		- Mails don't get marked seen, they are only marked not recent

0.6.2: 16 Jun 2002
	* include Leif's reply-to patch
	* fix EOL crap

0.6.1: 28 Jun 2001
	* try to fix that little premature body problem (headers appearing in the
	  email body).

0.6: 26 Jun 2001
	* don't try to connect to the mail source if we're only sending outgoing
		mail
	* patches from  from Gordon Heydon <gjheydon@bigfoot.com>
		- added "syncseen" feature
		- added option to allow all read mail in the Inbox to be deleted
	* sync All supported from Damien <damienb@mit.edu>
	* autoconf/configure support
	* filter support (yay :)
	* disable rsh by default
	* add 'Content-Type:' header to outgoing mails (so mailers can
		interpret charsets correctly) from Ladislav Lhotka <lhotka@cesnet.cz>
	* cleaned up compile warnings and use new MailToString when exec'ing
		sendmail
	* reworked MailToString to use CRLF's (to fix directly appending to mailbox)
	* increased max size of record to fit 8000-char messages with big headers

0.5.2: 22 Mar 2001
	* patch from Stephan Allner <allner@informatik.hu-berlin.de>:
		- took care of yacc warning (and I switched from yacc to bison)
		- implemented an append-to-mailbox function for outbox's
		- added beginnings of SMTP support (not yet implemented!)
		- user-configurable charset
	* take mails marked 'deleted' on Palm and delete them from mail source
	* some code re-org
	* remove fcc in favor of outbox
	* moved up to imap-2000c (and build using openssl by default)
	* builds with recent pilot-link snapshots
	* re-added POP3 hack, but only for the users that need it (POP3 & MH)

0.5.1: (not officially released)
	* replaced $HOSTNAME assumption with gethostname() (Mitch DSouza <Mitch.DSouza@uae.sun.com>)
	* added fcc
	* moved up to imap-2000a

0.5: 7 Oct 2000
	* %defattr(-,root,root) for nicer rpm building
	* dropped the ugly POP3 hack (slowed everyone else down)
	* fixed deleting
	* upgraded to imap-2000 RC7 (should support SSL; haven't tried yet)
	* fixed remote logins (I'm using IMAP fulltime)
	* verbose flag

0.4: 7/28/00
	* added config file support (cleaned up cmdline env. variables, and
	  globals in the process)
	* lots of reorganizing and cleaning
	* included a snapshot of c-client to make life easy for *some* people... :/
	* various bugfixes and fixed typos
	* added more comments
	* fixed that stupid mail priority ("!" in Mail app) thing

0.3: 6/21/00
	* fixed up some docs
	* Huge patch from my new favorite person:
		Frederic Devernay <Frederic.Devernay@sophia.inria.fr>
		Implements '-m <mailbox>' as well as a host of other things (including
		a login routine so IMAP and POP should work now :)

0.2.1 - 4/30/00
	* fixed compile problems (forgot I had hacked pi-mail.h)
	* Bodo Bellut <bodo@garfield.ping.de> fixed the only non-yacc warning

0.2 - 4/29/00 (oops ;)
	* added parsedate to fix the horribly wrong date code
	* convert *all* \r\n's to \n's (not just the ones in header fields)
	* took out some debug printfs that slipped through

0.1 - 4/28/00
	* initial announcement on pilot-unix@hcirisc.cs.binghamton.edu
