From: Matthias A. <mat...@gm...> - 2017-11-14 23:42:23
|
Am 13.11.2017 um 09:09 schrieb Volker Wysk: > Am Montag, 13. November 2017, 00:00:49 CET schrieb Keith: >> I would like to use Fetchmail to receive all emails sent to my ISP that >> uses IMAP. The problem is that I use a mobile device to regularly read >> my ISP email. When Fetchmail goes to retrieve my email it sees the >> messages as seen and won't download them. There is one command that will >> fetch all email on the server, but I want to keep my email on the ISP >> server after downloading it with fetchmail. >> >> >> Is there a command that will retrieve the email that has not been >> downloaded by fetchmail even though it has been seen by my mobile email >> device? > Yes, use the "fetchall" keyword in your fetchmailrc. See the fetchmail man page. That does not combine with the desired --keep option. Unfortunately, fetchmail 6.3.26 cannot currently work decently in this situation because it lacks UID + UIDVALIDITY support. There were past contributions to add UID support but without UIDVALIDITY; so they were worthless. Such code still needs to be written I'm afraid. |