Command-line interface for email management based on the himalaya-lib.
Warning: the project is under active development, do not use in
production before the v1.0.0
.
$EDITOR
Note: see the wiki for all the features.
```toml
display-name = "Test" downloads-dir = "~/downloads" signature = "Regards,"
[gmail] default = true email = "test@gmail.com"
backend = "imap" imap-host = "imap.gmail.com" imap-port = 993 imap-login = "test@gmail.com" imap-passwd-cmd = "security find-internet-password -gs gmail -w"
sender = "smtp" smtp-host = "smtp.gmail.com" smtp-port = 465 smtp-login = "test@gmail.com" smtp-passwd-cmd = "security find-internet-password -gs gmail -w"
[gmail.folder-aliases] inbox = "INBOX" sent = "[Gmail]/Sent" drafts = "[Gmail]/Drafts"
[local] email = "test@localhost" signature-delim = "~~\n" signature = "Regards,"
backend = "maildir" maildir-root-dir = "~/emails"
sender = "sendmail" sendmail-cmd = "msmtp --read-envelope-from --read-recipients" ```
Note: see the wiki for all the options.
If you find a bug, please send an email at ~soywod/pimalaya@todo.sr.ht.
If you have a question, please send an email at ~soywod/pimalaya@lists.sr.ht.
If you want to propose a feature or fix a bug, please send a patch at ~soywod/pimalaya@lists.sr.ht using git send-email (see this guide on how to configure it).
If you want to subscribe to the mailing list, please send an email at ~soywod/pimalaya+subscribe@lists.sr.ht.
If you want to unsubscribe to the mailing list, please send an email at ~soywod/pimalaya+unsubscribe@lists.sr.ht.
If you want to discuss about the project, feel free to join the Matrix workspace #pimalaya or contact me directly @soywod.
Special thanks to the nlnet foundation that helped Himalaya to receive financial support from the NGI Assure program of the European Commission in September, 2022.