[mew-int 3048] how to save gmail password in this condition ?
ZhangJun
gb2313 at example.com
Thu Mar 1 20:54:07 JST 2012
my setup is like this:
Mew -> local stunnel server -> proxy server -> google imap ssl.
the proxy server can only proxy my imap stream to gmail, instead of every other sites.
my mew configure is:
(setq mew-config-alist
;;Gmail
'(
("default"
("mailbox-type" . "imap")
("name" . "myname")
("user" . "myaccount at example.com")
("mail-domain" . "gmail.com")
("proto" . "%")
("imap-server" . "127.0.0.1")
("imap-port" . "11111")
("imap-user" . "myaccount at example.com")
;; ...
)
))
(setq mew-passwd-alist '(("myaccount at example.com@127.0.0.1:imap" "mypasswd" 0)))
when I start mew, it ask me to input password for "myaccount at example.com@127.0.0.1",
though I have setted it.
how can I make the password in configure file works ?
also,
when I start to write a new email,
the "From" is auto setted to "From: myname <myaccount at example.com@gmail.com>"
havn't tryed user or imap-user without '@gmail.com'.
More information about the Mew-int
mailing list