Skip to content

Releases: joplin/plugin-email

Email Plugin v1.1.0 🚀

11 Jan 18:02
7d4f203

Choose a tag to compare

Features

  • Added ! syntax in the email subject to mark created notes as Todos (with test cases).
  • Added Strato (imap.strato.de) to the predefined IMAP configuration list.
  • Fixed an infinite loop when fetching folders by adding pagination support to the Joplin folders API call (added by @adeverteuil).
  • Consolidated all custom string-processing functions into a static StringOps class in the utils folder.
  • Improved email parsing with a fallback to plain text when HTML content is not available.
  • Improved internal functions for better stability and readability.
  • Upgraded dependencies and fixed reported npm package vulnerabilities.

Email Plugin v1.0.0 🚀

08 Sep 03:51
262b085

Choose a tag to compare

Features

  • Monitoring and fetching any new or unread messages from a specific email address.

  • Monitoring and fetching any new or unread messages from a specific mailbox.

  • Send the converted message to specific notebooks and add tags to the note by using @ or # in the email subject or first line of email content and then forward the email to yourself.

  • Convert emails (including attachments) to notes without having to be logged into the plugin.

  • Convert email messages to notes in different formats (HTML, Markdown, Text).

  • Show attachments in different styles, whether they are in the form of a Table or Links.