Mercurial > p > roundup > code
diff roundup/scripts/roundup_mailgw.py @ 1547:f478c236b1f6
roundup mailgw now handles apop
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 24 Mar 2003 02:51:22 +0000 |
| parents | ebfd8dd1cce7 |
| children | c36df13925f9 |
line wrap: on
line diff
--- a/roundup/scripts/roundup_mailgw.py Sun Mar 23 09:37:20 2003 +0000 +++ b/roundup/scripts/roundup_mailgw.py Mon Mar 24 02:51:22 2003 +0000 @@ -14,7 +14,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: roundup_mailgw.py,v 1.7 2003-01-12 00:03:11 richard Exp $ +# $Id: roundup_mailgw.py,v 1.8 2003-03-24 02:51:22 richard Exp $ # python version check from roundup import version_check @@ -67,6 +67,10 @@ pop server are both valid. The username and/or password will be prompted for if not supplied on the command-line. + +APOP: + Same as POP, but using Authenticated POP + ''') return 1
