Hello,
I have many Sieve rules and searching for a way to "track" renamings/moving of mailboxes (folders) on my IMAP server. Is there a unique ID for every folder available? I don't think there, i found no ID inside my folders :(
If not, it think i need to create a ID-file for every folder and after that i can track the folders and update the rules =)
Thanks
On Thu, 2010-09-23 at 07:43 +0200, Dieter Knopf wrote:
I have many Sieve rules and searching for a way to "track" renamings/moving of mailboxes (folders) on my IMAP server. Is there a unique ID for every folder available? I don't think there, i found no ID inside my folders :(
v2.0 has mailbox GUIDs. You can see them with e.g.:
a status inbox (x-guid)
- STATUS "inbox" (X-GUID 5717d623d6737e4cdf1200008c4a11c1)
2010/9/23 Timo Sirainen <tss@iki.fi>:
v2.0 has mailbox GUIDs. You can see them with e.g.:
a status inbox (x-guid)
- STATUS "inbox" (X-GUID 5717d623d6737e4cdf1200008c4a11c1)
Thanks for the help :-)
Is this really fixed? (after renaming/moving, dovecot upgrades, ...)?
Thanks
On 28.9.2010, at 11.01, Dieter Knopf wrote:
2010/9/23 Timo Sirainen <tss@iki.fi>:
v2.0 has mailbox GUIDs. You can see them with e.g.:
a status inbox (x-guid)
- STATUS "inbox" (X-GUID 5717d623d6737e4cdf1200008c4a11c1)
Thanks for the help :-)
Is this really fixed? (after renaming/moving, dovecot upgrades, ...)?
Yes, as long as you don't delete the file that contains the GUID (dovecot-uidlist in maildir, index files with others).
participants (2)
-
Dieter Knopf
-
Timo Sirainen