Re: Get mailbox from its guid through IMAP

2016-03-02 Thread Timo Sirainen
On 15 Feb 2016, at 14:26, Peter Chiochetti 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))

Get mailbox from its guid through IMAP

2016-02-15 Thread Peter Chiochetti
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