pop3-uidl-migrate plugin¶
Note
pop3-uidl-migrate plugin is only available as part of OX Dovecot Pro.
Settings¶
- pop3_uidl_migrate_format¶
Default: <empty>
Values: String
A template of the UIDL format to use when migrating messages.
The template supports variable substitution of the form
%%{variable_name}
.Variable substitutions available:
Field
Value
owm
OpenWave: If Message-ID header is valid POP3 UIDL, use it. Otherwise, use MD5 of the Message-ID header.
uid
IMAP message UID
uidvalidity
Current UID validity
Example:
plugin { # Critical Path: IMAP UIDVALIDITY-IMAP UID pop3_uidl_migrate_format = %%{uidvalidity}-%%{uid} }