diff options
Diffstat (limited to 'wrappers/aerc/accounts.conf')
-rw-r--r-- | wrappers/aerc/accounts.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/wrappers/aerc/accounts.conf b/wrappers/aerc/accounts.conf new file mode 100644 index 0000000..074cff1 --- /dev/null +++ b/wrappers/aerc/accounts.conf @@ -0,0 +1,32 @@ +[code] +source = imaps://code%40yago.one@mail.yago.email +source-cred-cmd = pass youxiang +outgoing = smtps://code%40yago.one@mail.yago.email +outgoing-cred-cmd = pass youxiang +default = INBOX +from = S <code@yago.one> +cache-headers = true +[fam] +source = imaps://fam%40yago.email@mail.yago.email +source-cred-cmd = pass youxiang0 +outgoing = smtps://fam%40yago.email@mail.yago.email +outgoing-cred-cmd = pass youxiang0 +default = INBOX +from = Yago <fam@yago.email> +cache-headers = true +[travel] +source = imaps://travel%40yago.one@mail.yago.email +source-cred-cmd = pass youxiang +outgoing = smtps://travel%40yago.one@mail.yago.email +outgoing-cred-cmd = pass youxiang +default = INBOX +from = Santiago Campos <travel@yago.one> +cache-headers = true +[buy] +source = imaps://buy%40yago.one@mail.yago.email +source-cred-cmd = pass youxiang +outgoing = smtps://buy%40yago.one@mail.yago.email +outgoing-cred-cmd = pass youxiang +default = INBOX +from = Santiago C <travel@yago.one> +cache-headers = true |