aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/README
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-04-27 13:23:23 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-04-27 13:23:23 +0000
commitaab7826cfed53f3a104037e7e50735f67f82fea9 (patch)
tree42e31f4b7cbae99396c0ba2ef6ac7383d921fa18 /contrib/README
parentaa6897a1898e8979064c26d648cd31e7d9160ed4 (diff)
downloadfetchmail-aab7826cfed53f3a104037e7e50735f67f82fea9.tar.gz
fetchmail-aab7826cfed53f3a104037e7e50735f67f82fea9.tar.bz2
fetchmail-aab7826cfed53f3a104037e7e50735f67f82fea9.zip
PopDel.py was revised by Joshua Crawford to display the From: address and
list every email, even if it has no Subject: header; and not delete the wrong message in the presence of mail without Subject: headers. svn path=/branches/BRANCH_6-3/; revision=4809
Diffstat (limited to 'contrib/README')
-rw-r--r--contrib/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/README b/contrib/README
index d81ebbf2..65d8a4ac 100644
--- a/contrib/README
+++ b/contrib/README
@@ -109,7 +109,7 @@ downloads it and (if the rpm's not broken) rebuilds it.
With fairly simple changes it can be used to download the latest i386 rpm
or tar.gz.
-
+
Those who are addicted to having the latest of everything could filter mail
from fetchmail announce through it and get new versions as they're
announced. However, if we all did that, Eric's ftp server might feel a
@@ -176,4 +176,7 @@ A short python script to remove old read mail from a pop3 mailserver.
Dovetails with fetchmail with keep option.
Run it as a cron job...
+PopDel.py
+PopDel stands for Pop Delete; this program deletes selected email from a
+pop mail server. (By Richard Harris, improved by Joshua Crawford.)