-
We initially wanted to make Imap and Smtp calls asynchronous instead of one after another. This was not possible as the Mailcore2 library publishes the results on main thread. We decided to go back to the original idea of chaining imap->smtp. For clearness we created a AuthenticationCallback which gets called every time the MailSession is finished. This then publishes the corresponding results. Removed unused objects and changed the naming in few places
We initially wanted to make Imap and Smtp calls asynchronous instead of one after another. This was not possible as the Mailcore2 library publishes the results on main thread. We decided to go back to the original idea of chaining imap->smtp. For clearness we created a AuthenticationCallback which gets called every time the MailSession is finished. This then publishes the corresponding results. Removed unused objects and changed the naming in few places
Code owners
Assign users and groups as approvers for specific file changes. Learn more.