Gnus development mailing list
 help / color / mirror / Atom feed
* [PATCH] pop mail source on non-standard port ignored
@ 1999-02-16  2:14 Neil Crellin
  0 siblings, 0 replies; only message in thread
From: Neil Crellin @ 1999-02-16  2:14 UTC (permalink / raw)


I use an encrypted ssh tunnel on a non-standard port to download my
mail. It only worked if I explicitly set pop3-port myself. This
appears to be the correct fix.

--- mail-source.el.orig Wed Feb 10 21:02:22 1999
+++ mail-source.el      Mon Feb 15 17:48:24 1999
@@ -335,6 +335,7 @@
            (let ((pop3-password password)
                  (pop3-maildrop user)
                  (pop3-mailhost server)
+                 (pop3-port port)
                  (pop3-authentication-scheme
                   (if (eq authentication 'apop) 'apop 'pass)))
              (save-excursion (pop3-movemail mail-source-crash-box)))))

-- 
Neil Crellin <neilc@wallaby.cc>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-16  2:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-16  2:14 [PATCH] pop mail source on non-standard port ignored Neil Crellin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).