Apply suggestion to pkg/pmapi/messages.go

This commit is contained in:
Pavel Škoda 2020-05-11 14:34:03 +00:00
parent d33d7237bd
commit 4090c490b1
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ const ConversationIDDomain = `protonmail.conversationid`
// InternalIDDomain is used as a placeholder for reference/message ID headers to improve compatibility with various clients.
const InternalIDDomain = `protonmail.internalid`
// InternalReferenceFormat describes format of the message ID (as regex) used for parsing reference headers
// InternalReferenceFormat describes format of the message ID (as regex) used for parsing reference headers.
const InternalReferenceFormat = `(?U)<.*@` + InternalIDDomain + `>`
// Message structure.