-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdding QQ Mail to Apple Mail for iOS.html
More file actions
224 lines (224 loc) · 6.58 KB
/
Adding QQ Mail to Apple Mail for iOS.html
File metadata and controls
224 lines (224 loc) · 6.58 KB
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!doctype html>
<html lang="zh-Hans-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="preload"
fetchpriority="high"
as="style"
href="https://testingcf.jsdelivr.net/gh/gui-ying233/Nest@main/src/css/base.min.css"
/>
<meta name="color-scheme" content="light dark" />
<meta name="theme-color" content="hsl(0, 0%, 92%);" />
<meta
name="theme-color"
media="(prefers-color-scheme: dark)"
content="hsl(0, 0%, 4%);"
/>
<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邮箱"
/>
<meta property="twitter:creator" content="@guiying2333" />
<meta property="twitter:site" content="@guiying2333" />
<link
rel="alternate"
type="application/atom+xml"
href="https://gui-ying233.github.io/Nest/src/atom.xml"
/>
<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="https://testingcf.jsdelivr.net/gh/gui-ying233/Nest@main/src/asset/favicon.ico"
/>
<link
rel="apple-touch-icon"
href="https://testingcf.jsdelivr.net/gh/gui-ying233/Nest@main/src/asset/favicon.ico"
/>
<title>在 iOS 的 Apple Mail 中添加 QQ邮箱 - 鬼影的基地</title>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@graph": [
{
"@type": "BlogPosting",
"@id": "https://gui-ying233.github.io/Nest/Adding%20QQ%20Mail%20to%20Apple%20Mail%20for%20iOS#BlogPosting",
"mainEntityOfPage": "https://gui-ying233.github.io/Nest/Adding%20QQ%20Mail%20to%20Apple%20Mail%20for%20iOS",
"headline": "在 iOS 的 Apple Mail 中添加 QQ邮箱",
"name": "在 iOS 的 Apple Mail 中添加 QQ邮箱",
"description": "在 iOS 的 Apple Mail 中添加 QQ邮箱",
"author": {
"@id": "https://gui-ying233.github.io/Nest/#Person"
},
"url": "https://gui-ying233.github.io/Nest/Adding%20QQ%20Mail%20to%20Apple%20Mail%20for%20iOS",
"isPartOf": {
"@id": "https://gui-ying233.github.io/Nest/#Blog"
},
"keywords": [
"QQ",
"Apple",
"Mail",
"iOS",
"邮箱",
"邮件",
"iPhone",
"Exchange",
"POP3",
"IMAP",
"SMTP",
"CardDAV",
"CalDAV",
"Contacts",
"Calendar",
"Reminders",
"Notes",
"联系人",
"日历",
"提醒事项",
"备忘录"
]
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"item": {
"@id": "https://gui-ying233.github.io/Nest/#Blog"
}
},
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://gui-ying233.github.io/Nest/Adding%20QQ%20Mail%20to%20Apple%20Mail%20for%20iOS#BlogPosting"
}
}
]
}
]
}
</script>
<script
defer
src="https://www.googletagmanager.com/gtag/js?id=G-ZMHY61ZCQE"
></script>
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "b293bc8b0a614b42abf757d0eb6fe419"}'
></script>
<script
defer
src="https://testingcf.jsdelivr.net/gh/gui-ying233/Nest@main/src/js/analytics.min.js"
></script>
<script
src="https://app.rybbit.io/api/script.js"
data-site-id="1309"
data-track-errors="true"
data-session-replay="true"
data-web-vitals="true"
data-tracking-errors="true"
data-debounce="0"
defer
></script>
<link
rel="stylesheet"
fetchpriority="high"
href="https://testingcf.jsdelivr.net/gh/gui-ying233/Nest@main/src/css/base.min.css"
/>
<script type="speculationrules">
{
"prerender": [{ "urls": ["."] }],
"prefetch": [
{
"where": { "selector_matches": "a[target='_blank']" },
"eagerness": "moderate"
}
]
}
</script>
</head>
<body
role="article"
itemscope
itemtype="http://schema.org/BlogPosting"
itemid="https://gui-ying233.github.io/Nest/Adding%20QQ%20Mail%20to%20Apple%20Mail%20for%20iOS#BlogPosting"
>
<a
href="https://wisadel.gui-ying233.workers.dev/?utm_medium=referral&utm_source=gui-ying233.github.io/Nest/"
rel="noindex nofollow"
style="position: absolute; left: -9999px"
aria-hidden="true"
></a>
<noscript>
<img
src="https://mc.yandex.ru/watch/103373011"
style="position: absolute; left: -9999px"
alt=""
/></noscript>
<h1>在 iOS 的 Apple Mail 中添加 QQ邮箱</h1>
<section itemprop="articleBody">
<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>
</section>
<footer>
<a href=".">鬼影的基地</a>
</footer>
<link
rel="stylesheet"
media="print"
href="https://testingcf.jsdelivr.net/gh/gui-ying233/Nest@main/src/css/print.min.css"
/>
</body>
</html>