This repository has been archived by the owner on Jun 26, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support to show ICS invite as attachments ICS invites are currently not displayed correctly in Nylas. This commit adds support to extract calendar files and store them as attachments. The attachment is called `Event.ics`. * FIX: Only scroll vertically Fixes #135 * Fix the URL parser to only parse URLs Mike raised a valid issue where the parser was picking up the first word of each paragraph as a match. This should resolve the issue. 1. Modified it to handle URLs without a scheme. (www.google.com) 2. Added ability to handle `mailto` and `tel` 3. Added support for punycode URLs. Fixes #147 * Added the comments that were removed.
- Loading branch information
Showing
1 changed file
with
37 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters