Skip to content

1.0.30

Compare
Choose a tag to compare
@jstejada jstejada released this 18 Apr 07:53
· 5452 commits to master since this release

1.0.30 (2/28/2017)

  • Fixes:
    • Can properly add signatures and select them as default for different
      accounts.
    • Can now correctly reply to a thread and immediately archive it or move it to
      another folder without throwing an error (#3290)
    • Correctly fix IMAP connection timeout issues (#3232)
    • Nylas Mail no longer opens an increasing number of IMAP connections which
      caused some users to reach IMAP server connection limits (#3228)
    • Fix memory leak while syncing which caused sync process to restart
      sometimes.
    • Correctly handle IMAP connections ending unexpectedly
    • Correctly detect retryable IMAP errors during sync + detect more
      retryable errors
    • Correctly catch more authentication errors when sending
    • Improve speed of processing messages during sync
    • Prevent unnecessary re-renders of the thread list
  • Development:
    • Report performance metrics
    • More Coffeescript to Javascript conversions