mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +00:00
fix(GODT-3163): filter MBOX format delimiter.
This commit is contained in:
@ -46,6 +46,7 @@ func defaultMessageJobOpts() message.JobOptions {
|
||||
AddExternalID: true, // Whether to include ExternalID as X-Pm-External-Id.
|
||||
AddMessageDate: true, // Whether to include message time as X-Pm-Date.
|
||||
AddMessageIDReference: true, // Whether to include the MessageID in References.
|
||||
SanitizeMBOXHeaderLine: true, // Whether to ignore header line representing MBOX delimiter
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user