我正在使用 Alpine 和本地 IMAP 服务器。对于某些消息,我在 Alpine 中收到以下“咨询消息”:
***********************************************************
* What follows is an advisory message. After reading it *
* simply hit "Return" to continue your Alpine session. *
* *
* To review this message later, press 'J' from the *
* MAIN MENU. *
***********************************************************
Alert received while accessing "{localhost:993/imap/notls/ssl/novalidate-cert/user="ca>
Message 291 appears to be a Unicode message and your E-mail reader
did not enable Unicode support. Please use an E-mail reader that
supports IMAP with UTF-8 (see
https://tools.ietf.org/html/rfc6855.html)
From:
忽略此消息后,我可以查看消息 291,并在字段、和邮件正文中看到一些非 ASCII 字符Subject:
;我的 Alpine 和终端程序组合可以毫无问题地显示这些字符。
我需要在 Alpine 中设置什么才能让 IMAP 服务器知道它完全能够处理标头值中包含 UTF-8 的消息,并避免出现此类咨询消息?
值得一提的是,Display Character Set
设置菜单中的 Alpine 设置被设为UTF-8
。