mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
a04960c1c6
Split-mail allows to separate the receving, reading/composing and sending of mails to separate qubes, while having the reading/composing qube offline and a manual step necessary to authorize mails to be sent form the sender qube.
18 lines
416 B
Plaintext
18 lines
416 B
Plaintext
# ~/.fdm.conf
|
|
|
|
## SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
##
|
|
## SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
##### DO NOT EDIT THIS BLOCK #####
|
|
action "inbox" maildir "%h/mail/INBOX"
|
|
|
|
##### EDIT THIS BLOCK #####
|
|
account "john-doe" pop3s
|
|
server "pop.mail.example"
|
|
user "john-doe"
|
|
pass "secret123"
|
|
|
|
##### DO NOT EDIT THIS BLOCK #####
|
|
match all action "inbox"
|