help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Gnus pop3 ssl problem


From: Christopher Reichert
Subject: Re: Gnus pop3 ssl problem
Date: Thu, 27 Nov 2014 18:46:08 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

On Thu, Nov 27 2014, Alex Safonov <me@asafonov.org> wrote:
> Hello, guys
>
> I've got an issue with emacs 24.4 and gnus tryin to connect to my Gmail
> via POP3
>
> My .gnus file for pop3 account looks like this:
>
>
> (setq mail-sources
>       '((pop :server "pop.gmail.com"
>              :port 995
>              :user "me@asafonov.org"
>              :password "******"
>              :stream ssl)))
>              
>

You might try "pop.googlemail.com" as the server. I'm still not exactly
sure how that would explain how you are able to connect using
gnutls-cli, though.


> When gnus is trying to connect it uses gnutls. And I'm getting an error
>
>
> Mail source (pop :server pop.gmail.com :port 995 :user 
> me@asafonov.org:password ******** :stream ssl) error (USER
> me@asafonov.org not valid).  Continue? (yes or no)
>
>
> I am sure my login and password are correct, I can execute gnutls
> manually
>
>
> [asafonov@localhost ~]$ gnutls-cli --insecure -p 995 pop.gmail.com
> ...
> +OK Gpop ready for requests
> USER me@asafonov.org
> +OK send PASS
> PASS ******
> +OK Welcome.
>

Regards,

-- 
Christopher Reichert
irc: creichert
gpg: C81D 18C8 862A 3618 1376  FFA5 6BFC A992 9955 929B

Attachment: signature.asc
Description: PGP signature


reply via email to

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