info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IMAP behaving strange


From: Richard Riley
Subject: Re: IMAP behaving strange
Date: Wed, 13 May 2009 23:49:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

Marvin <marvinpas@gmail.com> writes:

> Hi there,
>
> I setup Gnus to read IMAP as follows
> (setq gnus-select-method '(nnimap "mail"
>                            (nnimap-address "imap.ece.rochester.edu")
>                            (nnimap-list-pattern ("INBOX" "mail/*"
> "Mail/*" "INBOX.*"))
>
> ))
>
> Which prompt me for my username and password, as I expected; however,
> when I type  ^ to view the mailboxes I am prompted for username and
> passwd again (creating two instances) is this normal or am I doing
> something silly ?
>
> thanks
> MMD

Consider using .authinfo

e.g

,----
|        gnus-select-method '(nnimap "mymail"
|                                  (nnimap-stream ssl)
|                                  (nnimap-address "imap.myhost.net")
|                                  (nnimap-authinfo-file "~/.authinfo")
|                                  (nnir-search-engine imap))
`----

And .authinfo is documented in the info file, but of the form:

,----
| machine imap.myhost.net login ++++++  password **********
`----


reply via email to

[Prev in Thread] Current Thread [Next in Thread]