[mew-int 3112] Can't connect to Gmail's pop3 server
Madper
bbboson at example.com
Mon Aug 13 12:33:44 JST 2012
Hi guys.
I get `error during connect, connection timed out` when I try to
connect my gmail.
I also try to use stunnel, but it hang on creating a tls/ssl
connecting.
Here is my setting, anthing wrong? Thank you all. :) :
``````````````````````````````
;;;;;;;;;;;;;;mew;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
;; Optional setup (Read Mail menu):
(setq read-mail-command 'mew)
;; Optional setup (e.g. C-xm for sending a message):
(autoload 'mew-user-agent-compose "mew" nil t)
(if (boundp 'mail-user-agent)
(setq mail-user-agent 'mew-user-agent))
(if (fboundp 'define-mail-user-agent)
(define-mail-user-agent
'mew-user-agent
'mew-user-agent-compose
'mew-draft-send-message
'mew-draft-kill
'mew-send-hook))
(setq mew-config-alist
'(
(default
(pop-server "pop.gmail.com")
(name "bbboson at example.com")
(user "bbboson at example.com")
(mail-domain "gmail.com")
(pop-user "bbboson at example.com")
(smtp-user "bbboson at example.com")
(smtp-server "smtp.gmail.com")
)))
``````````````````````````````
More information about the Mew-int
mailing list