[mew-int 2486] Re: How to send mail using Mew via Yahoo

zhengyi goodmenlinux at example.com
Tue Apr 29 09:01:51 JST 2008


From: Gary <mew at example.com>
Subject: [mew-int 2481] Re: How to send mail using Mew via Yahoo
Date: Mon, 28 Apr 2008 08:01:51 +0200

> I've already done that. It is particularly the SSL part that I can't
> get to work.
> 
> (Please, reply to the list.)
> 
> On Mon, Apr 28, 2008 at 07:39:17AM +0800, zhengyi wrote:
> > 1  google for a .mew.el file and download it
> > 2  do some change to fit your mail address
> > 3  read the mew doc from begin to the end. The manual is not a big one.
> > 4  Wellcome to turn to the *nix world!

OK, look here! This is some codes from my mew.el
and the SSL is set.
Maybe it will help you.

      '(("goodmenzy at example.com" 
	 ("inbox-folder"               . "+inbox-goodmenzy at example.com") 
	 ;; pop settings
	 ("pop-server"                 . "pop.gmail.com")	 
	 ("pop-user"                   . "goodmenzy at example.com")
	 ("pop-auth"                   . pass)  ;; authentication with USER/PASS (i.e. plain password)
	 ("pop-delete"                 . t)     ;; for testing, do not delete the msg on the pop
	 ("pop-size"                   . 0)     ;; The limit size of messages to be retrieved by POP
	 ("pop-ssl"                    . t)
	 ("pop-ssl-port"               . "995") ;; use default value
	 ("ssl-cert-directory"         . "~/.certs")
	 ("ssl-verify-level"           . 0)     ;; do not verify, otherwise the connect can't create
	 ;; smtp settings
	 ("smtp-server"                . "smtp.gmail.com")
	 ("smtp-user"                  . "goodmenzy at example.com")
					; (smtp-auth-list             . "LOGIN")
	 ("smtp-ssl"                   . t)
	 ("smtp-ssl-port"              . "465"))



More information about the Mew-int mailing list