IMAP4.select(mailbox='INBOX', readonly=False)
Select a mailbox. Returned data is the count of messages in mailbox (EXISTS
response). The default mailbox is 'INBOX'
. If the readonly flag is set, modifications to the mailbox are not allowed.
IMAP4.select(mailbox='INBOX', readonly=False)
Select a mailbox. Returned data is the count of messages in mailbox (EXISTS
response). The default mailbox is 'INBOX'
. If the readonly flag is set, modifications to the mailbox are not allowed.
Please login to continue.