mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-24 10:04:09 -05:00
feat(home/opencode/skills/gabs-tools): sending email
This commit is contained in:
@@ -173,6 +173,20 @@ read ~/Mail/personal/Inbox/cur/<file> limit=160 <-- read one
|
||||
read ~/Mail/personal/Inbox/cur/<file> offset=161 limit=200
|
||||
```
|
||||
|
||||
### Sending email
|
||||
|
||||
Gabs uses a desktop email client. To compose a new message, use:
|
||||
|
||||
```bash
|
||||
handlr open mailto:<address>
|
||||
```
|
||||
|
||||
This opens the client's compose window pre-filled with the recipient. For a blank compose window, omit the address:
|
||||
|
||||
```bash
|
||||
handlr open mailto:
|
||||
```
|
||||
|
||||
### Drafts and Sent
|
||||
|
||||
- `~/Mail/personal/Sent/cur/`
|
||||
|
||||
Reference in New Issue
Block a user