Gnus development mailing list
 help / color / mirror / Atom feed
From: "Ted Zlatanov" <tzz@lifelogs.com>
Cc: ding@gnus.org
Subject: Re: imaps, and .authinfo port name/number?
Date: 16 Aug 2004 13:43:34 -0400	[thread overview]
Message-ID: <4n8ycft1vd.fsf@lifelogs.com> (raw)
In-Reply-To: <iluacwy21a0.fsf@latte.josefsson.org> (Simon Josefsson's message of "Fri, 13 Aug 2004 23:09:27 +0200")

On Fri, 13 Aug 2004, jas@extundo.com wrote:

> The magic translation "SSL means port 993" happen inside imap.el, so
> the netrc code in nnimap.el believe it will be using port 143.  I
> suppose this isn't ideal, but changing things will likely be backwards
> incompatible.  And as IMAPS is supposed to go away, I'd argue that the
> Right Thing here is to use STARTTLS instead of IMAPS.

Maybe this patch will make things easier by just taking any 'imaps'
password and using it for 'imap' authentication (if the 'imap'
password is not given)?

Ted

Index: nnimap.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnimap.el,v
retrieving revision 7.6
diff -r7.6 nnimap.el
764c764,769
<                                    port "imap")))
---
>                                    port "imap")
>                     (netrc-machine list server port "imaps")
>                     (netrc-machine list
>                                    (or nnimap-server-address
>                                        nnimap-address)
>                                    port "imaps")))



  parent reply	other threads:[~2004-08-16 17:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-12 19:45 Steinar Bang
2004-08-13  6:35 ` Simon Josefsson
2004-08-13 16:33   ` Steinar Bang
2004-08-13 21:09     ` Simon Josefsson
2004-08-14 20:12       ` Steinar Bang
2004-08-14 22:39         ` Simon Josefsson
2004-08-16 17:43       ` Ted Zlatanov [this message]
2004-08-16 21:36         ` Simon Josefsson
2004-08-17 14:05           ` Ted Zlatanov

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=4n8ycft1vd.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    /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).