Question:
How can I get sent (outbox) emails with imap library? Now I use imap.SelectMailbox("Inbox") , what mailbox name should I set to retrieve outbox emails?
I found the answer - I just need to find out the title of Mailbox with sent emails for my imap server.