mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-11 20:48:43 -05:00
![Ben Grande](/assets/img/avatar_default.png)
- Use tags to help on the Qrexec policy notation; - Create AppVMs also to fetch and send emails, useful for OfflineIMAP that requires sync; - OfflineIMAP is smart enough depending on the server, such as Gmail; - Quote options managed by the user such as password fields as they could contain spaces; and - Default fetching method to always keep files on the remote to avoid users being surprised about the fetcher behavior or losing data.
19 lines
438 B
Plaintext
19 lines
438 B
Plaintext
# ~/.fdm.conf
|
|
|
|
## SPDX-FileCopyrightText: 2023 - 2025 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@mail.example" pop3s
|
|
server "pop.mail.example"
|
|
user "john-doe@mail.example"
|
|
pass "secret123"
|
|
keep
|
|
|
|
##### DO NOT EDIT THIS BLOCK #####
|
|
match all action "inbox"
|