【发布时间】:2012-09-16 03:59:25
【问题描述】:
对于所有传入的Yahoo 邮件出现,X-YMailISG 是一个可以检索到的传入邮件ID 邮件。我想知道这在 IMAP 中是否可行,或者该字段是否完全用于其他用途?
【问题讨论】:
-
@Max - 是的,一个自定义的
标签: email imap yahoo mime yahoo-mail
对于所有传入的Yahoo 邮件出现,X-YMailISG 是一个可以检索到的传入邮件ID 邮件。我想知道这在 IMAP 中是否可行,或者该字段是否完全用于其他用途?
【问题讨论】:
标签: email imap yahoo mime yahoo-mail
从RFC 3501,第 6.4.4 节,您可以使用 SEARCH 或 UID SEARCH 和 HEADER 限定符来查找该消息的标识符。
引用:
HEADER <field-name> <string>
Messages that have a header with the specified field-name (as
defined in [RFC-2822]) and that contains the specified string
in the text of the header (what comes after the colon). If the
string to search is zero-length, this matches all messages that
have a header line with the specified field-name regardless of
the contents.
【讨论】: