Julio Biason
2 years ago
3 changed files with 62 additions and 5 deletions
@ -0,0 +1,29 @@
|
||||
# Email Capturer |
||||
|
||||
The Email capturer keeps listening to an IMAP and produces one entry for each |
||||
new email. |
||||
|
||||
This can be used for creating random notes over the day. |
||||
|
||||
## Configuration |
||||
|
||||
The Capturer will require: |
||||
|
||||
- IMAP address |
||||
- Username |
||||
- Password |
||||
|
||||
**Note**: We may need to support IMAPS. |
||||
|
||||
## Internals |
||||
|
||||
Keep a list of email IDs in the database. Once we reach an ID that is already |
||||
there, we stop producing entries. |
||||
|
||||
## Output |
||||
|
||||
``` |
||||
{{ email.content }} |
||||
``` |
||||
|
||||
Title is the email Subject field. |
Loading…
Reference in new issue