Re: [質問] IMAP Unknown host imap.gmai.com
KIRIYAMA Kazuhiko <[email protected]> Mon, 10 Jun 2019 16:48:19 +0900
| Newsgroups | gmane.mail.wanderlust.general.japanese |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 01 Jun 2019 12:17:10 +0900, Kazuhiro Ito wrote: > > > wl > > > > Debugger entered--Lisp error: (void-function cl-etypecase) > > signal(void-function (cl-etypecase)) > > (condition-case obj (progn (if check ...) (let ... ...) (unless arg ... ... ...)) (error (if ... ...) (signal ... ...)) (quit)) > > (let (demo-buf check) (unless wl-init (if wl-demo ...) (setq check t)) (wl-init) (condition-case obj (progn ... ... ...) (error ... ...) (quit)) (when wl-biff-check-folder-list (unless arg ...) (wl-biff-start)) (if (buffer-live-p demo-buf) (kill-buffer demo-buf))) > > wl(nil) > > call-interactively(wl) > > command-execute(wl t) > > execute-extended-command(nil) > > call-interactively(execute-extended-command) > > Wanderlust > Emacs > > Cf. https://github.com/wanderlust/wanderlust/commit/4e6245d7dc1d0e26febfbcb97c84af6c0d83e920 kiri@smtp:~/projects/xemacs/packages/xemacs-packages/wl/wl[1025]% git log . | head -1 commit 6528a0032342ec7bf6a95dda9b60d67292eaadfc kiri@smtp:~/projects/xemacs/packages/xemacs-packages/wl/wl[1026]% IMAP Opening STARTTLS connection to `smtp.gmail.com'...done C-g "*trace of SMTP session to smtp.gmail.com*" 220 smtp.gmail.com ESMTP a22sm9859244pfn.173 - gsmtp EHLO smtp.tfc.gmail.com 250-smtp.gmail.com at your service, [xxx.xxx.xxx.xxx] 250-SIZE 35882577 250-8BITMIME 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-CHUNKING 250 SMTPUTF8 STARTTLS 220 2.0.0 Ready to start TLS *** Starting TLS handshake - Certificate type: X.509 - Got a certificate list of 2 certificates. - Certificate[0] info: - subject `CN=smtp.gmail.com,O=Google LLC,L=Mountain View,ST=California,C=US', issuer `CN=Google Internet Authority G3,O=Google Trust Services,C=US', serial 0x6c487d1e89133eaf356b3e4ac2792f7f, RSA key 2048 bits, signed using RSA-SHA256, activated `2019-05-21 20:48:45 UTC', expires `2019-08-13 20:32:00 UTC', pin-sha256="sr2xDyV+K+UodS58xaUC6XNBqmjtNiG6Nqqwdf9Mziw=" Public Key ID: sha1:840e91ffae120eec0d96c8df420c869e39a3101e sha256:b2bdb10f257e2be528752e7cc5a502e97341aa68ed3621ba36aab075ff4cce2c Public Key PIN: pin-sha256:sr2xDyV+K+UodS58xaUC6XNBqmjtNiG6Nqqwdf9Mziw= - Certificate[1] info: - subject `CN=Google Internet Authority G3,O=Google Trust Services,C=US', issuer `CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R2', serial 0x01e3a9301cfc7206383f9a531d, RSA key 2048 bits, signed using RSA-SHA256, activated `2017-06-15 00:00:42 UTC', expires `2021-12-15 00:00:42 UTC', pin-sha256="f8NnEFZxQ4ExFOhSN7EiFWtiudZQVD2oY60uauV/n78=" - Status: The certificate is trusted. - Description: (TLS1.3)-(ECDHE-X25519)-(RSA-PSS-RSAE-SHA256)-(AES-256-GCM) - Options: QUIT 221 2.0.0 closing connection a22sm9859244pfn.173 - gsmtp *** Fatal error: The TLS connection was non-properly terminated. *** Server has terminated the connection abnormally. Process SMTP exited abnormally with code 1 > > -- > (Kazuhiro Ito) > --- KIRIYAMA Kazuhiko