-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaccount.example.yaml
More file actions
40 lines (35 loc) · 933 Bytes
/
account.example.yaml
File metadata and controls
40 lines (35 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Example account configuration for non-interactive setup
# Usage: mailcli config init --from-file account.example.yaml
# Example 1: Gmail account with provider preset
email: your@gmail.com
password: your-app-password
provider: gmail
name: personal
# Example 2: Custom IMAP server
# email: user@company.com
# password: your-password
# host: imap.company.com
# port: 993
# tls: true
# name: work
# Example 3: Auto-detect provider from email
# email: user@qq.com
# password: your-password
# name: qq-mail
# Example 4: Enterprise email
# email: user@company.com
# password: your-password
# provider: exmail
# name: enterprise
# Available providers:
# - gmail: Gmail
# - outlook: Outlook
# - office365: Office 365
# - qq: QQ Mail
# - 163: 163 Mail
# - 126: 126 Mail
# - yahoo: Yahoo Mail
# - icloud: iCloud Mail
# - exmail: Tencent Exmail (Enterprise Email)
# - aliyun: Aliyun Enterprise Email
# - qiye163: NetEase Enterprise Email