mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 12:46:46 +00:00
Apply suggestion to pkg/pmapi/messages.go
This commit is contained in:
@ -144,7 +144,7 @@ const messageIDPageSize = 100
|
|||||||
// ConversationIDDomain is used as a placeholder for conversation reference headers to improve compatibility with various clients.
|
// ConversationIDDomain is used as a placeholder for conversation reference headers to improve compatibility with various clients.
|
||||||
const ConversationIDDomain = `protonmail.conversationid`
|
const ConversationIDDomain = `protonmail.conversationid`
|
||||||
|
|
||||||
// InternalIDDomain is used as a placeholder for reference/message ID headers to improve compatibility with various clients
|
// InternalIDDomain is used as a placeholder for reference/message ID headers to improve compatibility with various clients.
|
||||||
const InternalIDDomain = `protonmail.internalid`
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user