Releases: joplin/plugin-email
Releases · joplin/plugin-email
Email Plugin v1.1.0 🚀
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
StringOpsclass 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 🚀
Features
-
Monitoring and fetching any
neworunreadmessages from a specific email address. -
Monitoring and fetching any
neworunreadmessages 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
TableorLinks.