-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdding QQ Mail to Apple Mail for iOS.html
95 lines (95 loc) · 3.26 KB
/
Adding QQ Mail to Apple Mail for iOS.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="zh-Hans-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="hsl(0, 0%, 96%);" />
<meta
name="theme-color"
media="(prefers-color-scheme: dark)"
content="hsl(0, 0%, 8%);"
/>
<meta name="author" content="鬼影233" />
<meta name="description" content="在 iOS 的 Apple Mail 中添加 QQ邮箱" />
<meta
name="keywords"
content="QQ, Apple, Mail, iOS, 邮箱, 邮件, iPhone, Exchange, POP3, IMAP, SMTP, CardDAV, CalDAV, Contacts, Calendar, Reminders, Notes, 联系人, 日历, 提醒事项, 备忘录"
/>
<meta
property="og:title"
content="在 iOS 的 Apple Mail 中添加 QQ邮箱"
/>
<meta property="og:locale" content="zh_CN" />
<meta
property="og:url"
content="https://gui-ying233.github.io/Nest/Adding%20QQ%20Mail%20to%20Apple%20Mail%20for%20iOS"
/>
<meta property="og:site_name" content="鬼影的基地" />
<meta
property="og:description"
content="在 iOS 的 Apple Mail 中添加 QQ邮箱"
/>
<meta property="og:type" content="article" />
<meta property="article:author" content="鬼影233" />
<meta name="twitter:card" content="summary" />
<meta
property="twitter:title"
content="在 iOS 的 Apple Mail 中添加 QQ邮箱"
/>
<link
rel="canonical"
href="https://gui-ying233.github.io/Nest/Adding%20QQ%20Mail%20to%20Apple%20Mail%20for%20iOS"
/>
<link rel="icon" type="image/x-icon" href="src/asset/favicon.ico" />
<link rel="apple-touch-icon" href="src/asset/favicon.ico" />
<title>在 iOS 的 Apple Mail 中添加 QQ邮箱 - 鬼影的基地</title>
<script async src="src/js/clarity.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-ZMHY61ZCQE"
></script>
<script async src="src/js/gtag.js"></script>
<script
async
src="https://hm.baidu.com/hm.js?abdce5cc5a81bdfb51506edb4641e824"
></script>
<link rel="stylesheet" href="src/css/base.css" />
<script type="speculationrules">
{
"prerender": [{ "urls": ["."] }],
"prefetch": [
{
"where": { "selector_matches": "a[target='_blank']" },
"eagerness": "moderate"
}
]
}
</script>
</head>
<body>
<h1>在 iOS 的 Apple Mail 中添加 QQ邮箱</h1>
<h2>前言</h2>
<p>是的,我喜欢用苹果自带的邮箱,无论是 iPhone 上还是 MacBook 上。</p>
<h2>步骤</h2>
<h3>获取授权码</h3>
<p>
前往<a href="https://mail.qq.com" target="_blank">网页版</a>
QQ邮箱,设置 → 账户 → POP3/IMAP/SMTP/Exchange/CardDAV/CalDAV服务 →
管理服务 → 生成授权码
</p>
<p>前要填写,所以接下来授权码会很有用。</p>
<h3>添加账户</h3>
<p>前往 iPhone 的设置,邮件 → 账户 → 添加账户 → Microsoft Exchange</p>
<p>“电子邮件”处填写 QQ邮箱地址,“描述”处填写“QQ”。</p>
<p>下一步 → 手动配置</p>
<p>
“服务器”处填写“ex.qq.com”,“域”处留空,“用户名”处再次填写 QQ
邮箱地址,“密码”处填写<b>授权码</b>。
</p>
<p>下一步,之后就没什么好教学的了,</p>
<footer>
<a href=".">鬼影的基地</a>
</footer>
</body>
</html>