Get mailbox from its guid through IMAP
15 Feb
2016
15 Feb
'16
2:26 p.m.
In the shell I'do:
doveadm fetch -u bob mailbox mailbox-guid $box uid 1
Is there a way through IMAP to get the same?
-- peter
2 Mar
2 Mar
4:13 p.m.
On 15 Feb 2016, at 14:26, Peter Chiochetti <pch@myzel.net> wrote:
In the shell I'do:
doveadm fetch -u bob mailbox mailbox-guid $box uid 1
Is there a way through IMAP to get the same?
Not directly, but:
a STATUS mailbox (X-GUID)
or for all:
a LIST "" * RETURN (STATUS (X-GUID))
3223
Age (days ago)
3239
Last active (days ago)
1 comments
2 participants
participants (2)
-
Peter Chiochetti
-
Timo Sirainen