Gnus development mailing list
 help / color / mirror / Atom feed
From: Steinar Bang <sb@dod.no>
Subject: Re: imaps, and .authinfo port name/number?
Date: Sat, 14 Aug 2004 22:12:22 +0200	[thread overview]
Message-ID: <87657lh42h.fsf@dod.no> (raw)
In-Reply-To: <iluacwy21a0.fsf@latte.josefsson.org>

>>>>> Simon Josefsson <jas@extundo.com>:

> 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. 

OK.  A bit confusing though.  Perhaps the manual should mention it? 

Maybe something like the diff attached at the end of this message.?

> And as IMAPS is supposed to go away, I'd argue that the Right Thing
> here is to use STARTTLS instead of IMAPS.

Hey!  I only got around to using IMAPS instead of SSH port forwarding,
on Wednesday.  Now you're telling me it's obsolete? :-)


Index: texi/gnus.texi
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v
retrieving revision 7.52
diff -c -r7.52 gnus.texi
*** texi/gnus.texi	12 Aug 2004 06:28:47 -0000	7.52
--- texi/gnus.texi	14 Aug 2004 20:09:54 -0000
***************
*** 16369,16375 ****
  A file containing credentials used to log in on servers.  The format is
  (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
  variable @code{nntp-authinfo-file} for exact syntax; also see
! @ref{NNTP}.
  
  @item nnimap-need-unselect-to-notice-new-mail
  @vindex nnimap-need-unselect-to-notice-new-mail
--- 16369,16382 ----
  A file containing credentials used to log in on servers.  The format is
  (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
  variable @code{nntp-authinfo-file} for exact syntax; also see
! @ref{NNTP}.  An example of an .authinfo line for an IMAP server, is: 
! 
! @example
! machine students.uio.no login larsi password geheimnis port imap
! @end example
! 
! Note that it should be @code{port imap}, or @code{port 143}, even if
! the actual port number used is port 997 for secure imap.
  
  @item nnimap-need-unselect-to-notice-new-mail
  @vindex nnimap-need-unselect-to-notice-new-mail




  reply	other threads:[~2004-08-14 20:12 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 [this message]
2004-08-14 22:39         ` Simon Josefsson
2004-08-16 17:43       ` Ted Zlatanov
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=87657lh42h.fsf@dod.no \
    --to=sb@dod.no \
    /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).