Skip to content

Commit

Permalink
Bump to version 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Dec 3, 2019
1 parent 488c20f commit 4743704
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# ThirdPartyMailer changelog

## 1.7

- Add Fastmail support


## 1.6

- Add open client method
Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -15,12 +15,12 @@ _Interact with third-party iOS mail clients, using custom URL schemes._
Client | URL Scheme | App Store
------------------ | --------------- | ---------
Sparrow | `sparrow` | _discontinued_
Gmail | `googlegmail` | [link](https://itunes.apple.com/app/id422689480?mt=8)
Dispatch | `x-dispatch` | [link](https://itunes.apple.com/app/id642022747?mt=8)
Spark | `readdle-spark` | [link](https://itunes.apple.com/app/id997102246?mt=8)
Airmail | `airmail` | [link](https://itunes.apple.com/app/id993160329?mt=8)
Microsoft Outlook | `ms-outlook` | [link](https://itunes.apple.com/app/id951937596?mt=8)
Yahoo Mail | `ymail` | [link](https://itunes.apple.com/app/id577586159?mt=8)
Gmail | `googlegmail` | [link](https://apps.apple.com/app/id422689480?mt=8)
Dispatch | `x-dispatch` | [link](https://apps.apple.com/app/id642022747?mt=8)
Spark | `readdle-spark` | [link](https://apps.apple.com/app/id997102246?mt=8)
Airmail | `airmail` | [link](https://apps.apple.com/app/id993160329?mt=8)
Microsoft Outlook | `ms-outlook` | [link](https://apps.apple.com/app/id951937596?mt=8)
Yahoo Mail | `ymail` | [link](https://apps.apple.com/app/id577586159?mt=8)
Fastmail | `Fastmail` | [link](https://apps.apple.com/app/id931370077?mt=8)

Unfortunately, not all mail clients offer URL schemes to be supported by `ThirdPartyMailer`. If you’re aware of another candidate, please [let us know](https://github.com/vtourraine/ThirdPartyMailer/issues).
Expand Down
4 changes: 2 additions & 2 deletions ThirdPartyMailer.podspec.json
@@ -1,6 +1,6 @@
{
"name": "ThirdPartyMailer",
"version": "1.6",
"version": "1.7",
"summary": "Interact with third-party iOS mail clients, using custom URL schemes.",
"homepage": "https://github.com/vtourraine/ThirdPartyMailer",
"license": {
Expand All @@ -13,7 +13,7 @@
"social_media_url": "http://twitter.com/vtourraine",
"source": {
"git": "https://github.com/vtourraine/ThirdPartyMailer.git",
"tag": "1.6"
"tag": "1.7"
},
"source_files": "Sources/ThirdPartyMailer/*.swift",
"platforms": {
Expand Down

0 comments on commit 4743704

Please sign in to comment.