all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus pop3 ssl problem
@ 2014-11-27 13:14 Alex Safonov
  2014-11-28  0:46 ` Christopher Reichert
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Safonov @ 2014-11-27 13:14 UTC (permalink / raw)
  To: help-gnu-emacs

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

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.


But it seems like gnus is failing to complete this step.

My OS is Fedora 20, Emacs 24.4 built from source code

Any suggestions?

Thanks in advance



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-28  2:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.14801.1417102580.1147.help-gnu-emacs@gnu.org>
2014-11-28  2:46 ` Gnus pop3 ssl problem Emanuel Berg
2014-11-27 13:14 Alex Safonov
2014-11-28  0:46 ` Christopher Reichert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.