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

Kazuhiro Ito <[email protected]> Wed, 29 May 2019 18:10:36 +0900
Newsgroups gmane.mail.wanderlust.general.japanese
Message-ID <[email protected]>
> > Emacs 24  GnuTLS  SSL 
> > 
> > opnssl  elmo-network-stream-type-alist 
> > 
> >  GnuTLS  proxy 
> > 
> > (setq elmo-network-stream-type-alist
> >       (("!" ssl ssl open-ssl-stream)
> >        ("!!" starttls nil open-network-stream)
> >        ("!socks" socks socks socks-open-network-stream)
> >        ("!direct" direct nil open-network-stream)))
> 
> XEmacs 21.4 (patch 24)  ()

 "'" 

(setq elmo-network-stream-type-alist
      '(("!" ssl ssl open-ssl-stream)
	("!!" starttls nil open-network-stream)
	("!socks" socks socks socks-open-network-stream)
	("!direct" direct nil open-network-stream)))

-- 
 (Kazuhiro Ito)