2024-01-26 22:46:36 +01:00
|
|
|
## ~/.mpoprc
|
|
|
|
|
2025-01-08 16:55:37 +01:00
|
|
|
## SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
2024-01-26 22:46:36 +01:00
|
|
|
##
|
|
|
|
## SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
|
|
|
##### DO NOT EDIT THIS BLOCK #####
|
|
|
|
defaults
|
|
|
|
tls on
|
|
|
|
tls_starttls off
|
|
|
|
tls_trust_file system
|
|
|
|
delivery maildir ~/mail/INBOX
|
|
|
|
uidls_file ~/.local/share/%U_at_%H
|
|
|
|
|
|
|
|
account main
|
2025-01-08 16:55:37 +01:00
|
|
|
##### EDIT THIS BLOCK #####
|
|
|
|
host "pop.mail.example"
|
|
|
|
user "john-doe@mail.example"
|
|
|
|
password "secret123"
|
|
|
|
keep on
|
|
|
|
|
|
|
|
##### DO NOT EDIT THIS BLOCK #####
|
2024-01-26 22:46:36 +01:00
|
|
|
account default : main
|