himalaya: add module

A very simple TUI mail client.
This commit is contained in:
Bruno BELANYI 2021-06-27 00:29:42 +02:00 committed by GitHub
parent 8eee5f5272
commit 8d3b273afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 173 additions and 1 deletions

View file

@ -332,7 +332,10 @@ let
(mkIf (config.flavor == "gmail.com") {
userName = mkDefault config.address;
imap = { host = "imap.gmail.com"; };
imap = {
host = "imap.gmail.com";
port = 993;
};
smtp = {
host = "smtp.gmail.com";