Get mailbox from its guid through IMAP

Timo Sirainen tss at iki.fi
Wed Mar 2 14:13:48 UTC 2016


On 15 Feb 2016, at 14:26, Peter Chiochetti <pch at 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))



More information about the dovecot mailing list