mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
Doc: Email to Note (#8527)
This commit is contained in:
parent
aebfa6e96d
commit
8fc1e71fb3
BIN
Assets/WebsiteAssets/images/email_to_note/desktop.png
Normal file
BIN
Assets/WebsiteAssets/images/email_to_note/desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
Assets/WebsiteAssets/images/email_to_note/mobile.png
Normal file
BIN
Assets/WebsiteAssets/images/email_to_note/mobile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
Assets/WebsiteAssets/images/email_to_note/website.png
Normal file
BIN
Assets/WebsiteAssets/images/email_to_note/website.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
@ -107,6 +107,7 @@ A community maintained list of these distributions can be found here: [Unofficia
|
||||
|
||||
- [Sharing a notebook](https://github.com/laurent22/joplin/blob/dev/readme/share_notebook.md)
|
||||
- [Publishing a note](https://github.com/laurent22/joplin/blob/dev/readme/publish_note.md)
|
||||
- [Email to Note](https://github.com/laurent22/joplin/blob/dev/readme/email_to_note.md)
|
||||
|
||||
- Joplin API - Get Started
|
||||
|
||||
|
@ -161,6 +161,12 @@ const features = (): Record<FeatureId, PlanFeature> => {
|
||||
pro: true,
|
||||
teams: true,
|
||||
},
|
||||
emailToNote: {
|
||||
title: _('Email to Note'),
|
||||
basic: false,
|
||||
pro: true,
|
||||
teams: true,
|
||||
},
|
||||
multiUsers: {
|
||||
title: _('Manage multiple users'),
|
||||
basic: false,
|
||||
|
28
readme/email_to_note.md
Normal file
28
readme/email_to_note.md
Normal file
@ -0,0 +1,28 @@
|
||||
# Email to Note
|
||||
|
||||
You can save your emails in Joplin Cloud by forwarding your emails to your Joplin Cloud email address. The subject of the email will become the note title, and the email body will become the note content. The note will be created inside a notebook called Inbox.
|
||||
|
||||
All notes created this way will use, like any other note, your Joplin Cloud storage capacity.
|
||||
|
||||
This feature is available for Pro and Teams members.
|
||||
|
||||
## How to get your email address
|
||||
|
||||
### Desktop
|
||||
|
||||
To copy your Joplin Cloud email address you will need to navigate to the [Configuration screen](https://github.com/laurent22/joplin/blob/dev/readme/config_screen.md) and locate to the Joplin Cloud tab. You will need to have your [synchronisation set to Joplin Cloud](https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your_notes.md#setting-up-joplin-cloud-synchronisation)
|
||||
|
||||
<img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/email_to_note/desktop.png" width="80%"/>
|
||||
|
||||
### Mobile
|
||||
|
||||
To copy your Joplin Cloud email address you will need to navigate to the [Configuration screen](https://github.com/laurent22/joplin/blob/dev/readme/config_screen.md) and find the Joplin Cloud section. You will need to have your [synchronisation set to Joplin Cloud](https://github.com/laurent22/joplin/blob/dev/readme/welcome/3_synchronising_your_notes.md#setting-up-joplin-cloud-synchronisation)
|
||||
|
||||
|
||||
<img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/email_to_note/mobile.png" width="50%"/>
|
||||
|
||||
### Website
|
||||
|
||||
Your Joplin Cloud email address is available in the dashboard of the Joplin Cloud website.
|
||||
|
||||
<img src="https://raw.githubusercontent.com/laurent22/joplin/dev/Assets/WebsiteAssets/images/email_to_note/website.png" width="50%"/>
|
@ -10,6 +10,8 @@
|
||||
|
||||
- Improved sync performances. Compared to other sync options, Joplin Cloud, being developed specifically for Joplin, is faster and consumes less resources.
|
||||
|
||||
- Forward emails to your own Joplin Inbox address to create notes that help you store and find all information that is important to you.
|
||||
|
||||
Moreover, by getting a subscription you are supporting the development of the project as a whole, including the open source applications. Such support is needed in the long term to provide bug and security fixes, add new features, and provide support.
|
||||
|
||||
## Do you offer discounts?
|
||||
|
Loading…
Reference in New Issue
Block a user