Hey guys,
I got a weird problem. I’m using nodejs to fetch emails via IMAP. In first step I create via API a mailbox. It works, the email account is created correctly. The thing is I get the following error in NodeJS “Error in IMAP command FETCH: Invalid messageset” while fetching all mails.
BUT if I log in via SOGo with the credentials of the newly generated account AND THEN fetch the mails via IMAP with Nodejs then it works without a problem.
So is there any step that SOGo initialise when logging the first time into a new mail account?
Thanks for any advice you can give me