mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
22 lines
434 B
TOML
22 lines
434 B
TOML
|
name = "Gabriel Arazas"
|
||
|
downloads-dir = "~/Downloads"
|
||
|
signature = """
|
||
|
----
|
||
|
Regards,
|
||
|
"""
|
||
|
|
||
|
[gmail]
|
||
|
default = true
|
||
|
email = "christiangabrielarazas@gmail.com"
|
||
|
|
||
|
imap-host = "imap.gmail.com"
|
||
|
imap-port = 993
|
||
|
imap-login = "christiangabrielarazas@gmail.com"
|
||
|
imap-passwd-cmd = "echo -n reefsqglobrazphk"
|
||
|
|
||
|
smtp-host = "smtp.gmail.com"
|
||
|
smtp-port = 465
|
||
|
smtp-login = "christiangabrielarazas@gmail.com"
|
||
|
smtp-passwd-cmd = "echo -n reefsqglobrazphk"
|
||
|
|