email - Is there a way to find the IMAP mailbox that contains all mail, regardless of provider? -
i wondering if there exists way or maybe convention figure out imap mailbox each e-mail provider contains (non-spam) e-mail.
for gmail it's [gmail]/all mail
, it's different other services.
does 1 have inspect mailboxes of each service or there easier way?
if server supports rfc 6154, "imap list extension special-use mailboxes", results of list
command should contain attribute \all
mailbox contains mail:
* list (\hasnochildren \all) "/" "[gmail]/all mail"
gmail supports this; not sure other providers do.
Comments
Post a Comment