Skip to content
Snippets Groups Projects
  • douglas's avatar
    55eb106b
    We initially wanted to make Imap and Smtp calls asynchronous instead of one... · 55eb106b
    douglas authored and lazarog98's avatar lazarog98 committed
    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
    55eb106b
    History
    We initially wanted to make Imap and Smtp calls asynchronous instead of one...
    douglas authored and lazarog98's avatar lazarog98 committed
    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.