Re: [質問] IMAP Unknown host imap.gmai.com

Kazuhiro Ito <[email protected]> Sun, 10 Jun 2018 15:03:38 +0900
Newsgroups gmane.mail.wanderlust.general.japanese
Message-ID <[email protected]>

> > openssl s_client -connect imap.gmail.com:993 -proxy proxy.company.co.
> jp:10080 -crlf
> > 
> >  (-crlf ) openssl  
> > 
> > a01 capability
> > 
> >  imap 
> 
> $ openssl s_client -connect imap.gmail.com:993 -proxy proxy.company.co.
> jp:10080 -crlf
(snip)
> * OK Gimap ready for requests from 2001:cf8:0:6c::198 l7-
> v6mb407176104ivc
> a01 capability
> * CAPABILITY IMAP4rev1 UNSELECT IDLE NAMESPACE QUOTA ID XLIST CHILDREN X
> -GM-EXT-1 XYZZY SASL-IR AUTH=XOAUTH2 AUTH=PLAIN AUTH=PLAIN-CLIENTTOKEN 
> AUTH=OAUTHBEARER AUTH=XOAUTH
> a01 OK Thats all she wrote! l7-v6mb407176104ivc
> 
>  a01 capability 

 Emacs  openssl 




1.  Cygwin  Emacs  openssl 

( C-g  Wanderlust 
 M-t M-t )

2. openssl  "-crlf" 


(setq ssl-program-arguments
      '("s_client"
	"-connect"
	(format "%s:%s" host service)
	"-proxy"
	"proxy.company.co.jp:10080"
	"-crlf"
	))

-- 
 (Kazuhiro Ito)