You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a verbose example, if you have an account named [email protected] with a password of 1234 on GMail, which uses a IMAP server of imap.gmail.com (requiring SSL) and you would like to fetch new emails from folder named Myfolder and archive them after processing into a folder named Archived, you would enter the following as your URI:
But then the uri is just imap+ssl://youremailaddress%40gmail.com:[email protected]?archive=Archived
There is no mention of Myfolder in there. Was that a typo?