IMPORTANT --------- For this plugin to work properly, you need the latest CVS snapshot of jpilot, see http://jpilot.org/cvs.html This version is preliminary. The last months, I rarely worked on it, the main reason was that I did not get mail deleted from Outbox. Now that I found it, I will try to include all those patches that people sent. INTRODUCTION ------------ jpilot-Mail is a plugin for jpilot (http://jpilot.org/) which enables you to deliver mail that was written on your pilot and upload mail that you received to your pilot. jpilot-Mail sends mails via SMTP. This code was directly recycled from my other GNU software project, masqmail potential problems: ------------------- jpilot-Mail uses a file ~/.jpilot/.mailids to identify messages that it has already seen, so that it does not read mails from your mailbox folder again. If you delete a mail in your pilot database, it will not be read again from the folder, because its mail id has already been seen. This is only a problem if you want that mail *again*, in this case find its message id in ~/.jpilot/.mailids and delete it. It may also cause problems if you switch between mailbox folders, because mail ids not seen in the folder will be deleted from ~/.jpilot/.mailids. If you used folder A, then use folder B and back again folder to A, the messages from folder A will be read again. Sorry, but all this would be much easier if I found a better way to identify the messages. installation ------------ is described in INSTALL. PLEASE READ THAT C A R E F U L L Y BEFORE YOU ask me what to do. Thanks. BUGS ---- are certainly there. Send them to me to get rid of them. AUTHORS ------- Oliver Kurth is the original author. He has no more a Palm so can't debug jpilot-Mail anymore. Ludovic Rousseau is the new maintainer. He is also the Debian maintainer of the jpilot-Mail, jpilot and other jpilot related Debian packages. Oliver Kurth, oliver.kurth@innominate.de http://innominate.org/kurth/ Ludovic Rousseau, ludovic.rousseau@free.fr http://ludovic.rousseau.free.fr/ HISTRORY -------- 0.1.0: 29 June 2002 - autoconf 2.50 port - update source files from jpilot - always use jpilot_logf() 0.0.7: 7 May 2002 - new maintainer: Ludovic Rousseau - debug Date:, Message-Id: and localization 0.0.6: - (re)enabled postsync_send option, it is now safe. - glibc 2.2.2 compile adjustment (include ) - finally figured out why mail from Outbox could not be deleted - adjustments to compile with jpilot 0.99 - do not fork for delivery, this makes better checking if a mail was successfully send. 0.0.5: - resolved weird problems with the .spec file. Thanks to James Segarra! - correct date for mails (from Date: header) 0.0.4: - removed nasty bug in mail_get.c: tried to display_record even when plugin was not shown - made (most) variables local in mail.c, not global - no more cryptic menu entries before first sync - a default domain for unqualified addresses can now be set (also used for Message-ID) - Thanks to Mirko Zeibig there are now rpms available! - Chris Green sent a patch to set the preferences to more sane values on start. Thanks! - commented jpilot-logf when searching id headers in mail_get.c, since this caused problems - now recognizes READ flag - and the priority flag - Noam Halevy sent a patch which speeded up reading mail from the mailbox folder. Thanks! 0.0.3: changelog missing $Id: README,v 1.4 2002/06/29 16:22:08 rousseau Exp $