2024-04-10 16:38:03 +02:00
|
|
|
# md2imap
|
|
|
|
|
2024-04-10 15:17:04 +02:00
|
|
|
Tool to create a mbox file from a set of markdown files
|
|
|
|
|
2024-04-10 16:38:03 +02:00
|
|
|
## Usage
|
2024-04-10 15:17:04 +02:00
|
|
|
```bash
|
|
|
|
md2imap.sh <name> <email>
|
|
|
|
```
|
|
|
|
|
2024-04-10 16:38:03 +02:00
|
|
|
## Import to imap server
|
2024-04-10 15:17:04 +02:00
|
|
|
To import the mbox file to an imap server using mutt:
|
|
|
|
* Open mbox file: `mutt -f mbox`
|
|
|
|
* `T` then `.` to select all
|
|
|
|
* `;` then `s` to save to =Notes folder
|
|
|
|
* `U` then `.` to undelete mbox, if needed
|
2024-04-10 16:38:03 +02:00
|
|
|
|
|
|
|
## todo
|
|
|
|
|
2024-04-10 16:38:50 +02:00
|
|
|
* fix "=[number]" taken as utf8 encoding
|