N1 v2.0.31 Release Notes

Release Date: 2017-04-28 // almost 7 years ago
  • โšก๏ธ Update from the Maintainers

    ๐Ÿš€ Nylas Mail was officially sunset in August and re-licensed under MIT. Nylas is no longer maintaining Nylas Mail, and 2.0.31 is the last public release. For a maintained version of the app, consider checking out one of it's successors:

    Mailspring: One of the original developers is continuing Nylas Mail as Mailspring. Mailspring includes the same Pro features and a new C++ sync engine built on Mailcore2, which is faster, uses less RAM, and fixes many provider-related bugs.

    Nylas Mail Lives: A group of community members forked Nylas Mail to keep it alive, accept contributions from the community and publish new releases that fix bugs and add features.

    2.0.31 (4/28/2017)

    • ๐Ÿ›  Fixes:
      • Fix invalid credentials error when sending on Gmail. This error will happen
        sporadically, and was introduced in version 2.0.28

Previous changes from v2.0.28

  • 2.0.28 (4/26/2017)

    • ๐Ÿ›  Fixes:
      • Fix send later with open/link tracking

    2.0.27 (4/26/2017)

    • ๐Ÿ›  Fixes:
      • Don't throw error when search query has trailing whitespace

    2.0.26 (4/26/2017)

    ๐Ÿ›  Fixes:

    • Fix self-triggering in open and link tracking
    • Speed up sending per recipient

    - Fix open and link tracking when sending per recipient

    Development:

    • Consolidate TrackingUtils & better documentation

    2.0.23 (4/25/2017)

    • ๐Ÿ›  Fixes:
      • Properly retry retryable errors in syncback tasks

    2.0.21 (4/24/2017)

    • ๐Ÿ›  Fixes:
      • Fix throwing errors inside Interruptible
      • Fix sending on Gmail with large attachments (caused by conflict with syncing
        sent folder)
      • Increment max size for attachments

    2.0.20 (4/24/2017)

    • ๐Ÿ›  Fixes:
      • Correctly pass connSettings to convertSmtpError
      • Fix attachment previews
      • Fix link editor jumping away from you in composer
      • Fix certificate error msg
      • Detect smtp cert errors and relax condition to detect them

    2.0.19 (4/21/2017)

    ๐Ÿ”‹ Features:

    • Allow users to select custom folder mappings for Sent and Trash folders
    • Move messages out of db into compressed flat files for better space
      efficiency

    ๐ŸŽ Performance:

    • 10x speed improvement for sending messages

    - Improve performance of all syncback tasks by 500ms

    ๐Ÿ›  Fixes:

    - Correctly cleanup orphaned messages during sync

    Development:

    • Refactor sending code and remove cruft
    • Fix the specs