Gnus development mailing list
 help / color / mirror / Atom feed
From: Neil Crellin <neilc@wallaby.cc>
Subject: [PATCH] pop mail source on non-standard port ignored
Date: 15 Feb 1999 18:14:01 -0800	[thread overview]
Message-ID: <vb6vhh314eu.fsf@wallaby.tesserae.com> (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>


                 reply	other threads:[~1999-02-16  2:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vb6vhh314eu.fsf@wallaby.tesserae.com \
    --to=neilc@wallaby.cc \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).