From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2736 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.user Subject: Re: Setting up Gnus with IMAP Date: Mon, 14 Jul 2003 14:52:42 +0200 Message-ID: References: <843ch9plcz.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138669061 16157 80.91.229.2 (31 Jan 2006 00:57:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:57:41 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:08 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: fnatte.nada.kth.se Original-X-Trace: quimby.gnus.org 1058188530 21852 130.237.226.103 (14 Jul 2003 13:15:30 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 14 Jul 2003 13:15:30 GMT User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:d06OR2Y5u0PTcuJbDvWmw8RZ3Bs= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:2876 Original-Lines: 27 X-Gnus-Article-Number: 2876 Tue Jan 17 17:31:08 2006 Xref: news.gmane.org gmane.emacs.gnus.user:2736 Archived-At: Sebastian Kaps writes: > // Kai Großjohann writes: > >> IMHO it doesn't make sense to specify so many values which are the >> default anyhow. For example, should the port be "143" or 143? >> Should the authenticator be "login" or login? Etc pp. > > Yes, you're right. But shouldn't the documentation be more clearly about > this issue? The documentation says the following. How can we improve it? `nnimap-stream' The type of stream used to connect to your server. By default, nnimap will detect and automatically use all of the below, with the exception of TLS/SSL. (IMAP over TLS/SSL is being replaced by STARTTLS, which can be automatically detected, but it's not widely deployed yet.) Example server specification: (nnimap "mail.server.com" (nnimap-stream ssl)) Please note that the value of `nnimap-stream' is a symbol! ...