ipad和iphone切图_如何从iPhone和iPad上的Mail应用程序删除电子邮件帐户

ipad和iphone切图

ipad和iphone切图

Apple Mail app icon on an iPhone
Nicole Lienemann/Shutterstock妮可·利尼曼(Nicole Lienemann)/ Shutterstock

When you add your Google account to your iPhone or iPad in the Settings app, you’re adding your Gmail account to the Mail app. If you prefer to use third-party email clients, you can remove email accounts from the Mail app on your iPhone or iPad.

当您在“设置”应用中将Google帐户添加到iPhone或iPad时,就是在将Gmail帐户添加到“邮件”应用中。 如果您更喜欢使用第三方电子邮件客户端,则可以从iPhone或iPad上的“邮件”应用中删除电子邮件帐户。

Using the Settings app, you can sign out of any email account (including Gmail, Outlook, and iCloud), while still continuing to use the account for syncing notes, contacts, and so on.

使用“设置”应用程序,您可以退出任何电子邮件帐户(包括Gmail,Outlook和iCloud),同时仍继续使用该帐户来同步笔记,联系人等。

To do this, open the “Settings” app on your iPhone or iPad and go to the “Passwords & Accounts” section.

为此,请在iPhone或iPad上打开“设置”应用,然后转到“密码和帐户”部分。

Tap on Passwords and Accounts

Here, you’ll see all of the accounts that you are logged in to. Tap on an account to see its fine details.

在这里,您将看到所有已登录的帐户。 点击帐户以查看其详细信息。

Select the mail option

Next, tap on the toggle next to the “Mail” option to disable email syncing. You’ll notice that the particular email inbox will disappear from the Mail app.

接下来,点击“邮件”选项旁边的切换按钮以禁用电子邮件同步。 您会注意到,特定的电子邮件收件箱将从“邮件”应用程序中消失。

Tap on toggle next to Mail

You can go back to the “Passwords & Accounts ” section and follow the same process for removing the email accounts from other services.

您可以返回“密码和帐户”部分,并按照相同的过程从其他服务中删除电子邮件帐户。

The process for disconnecting email accounts from the Mail app works for all third-party accounts. If you want to remove the iCloud email account, the steps are slightly different.

将电子邮件帐户与“邮件”应用程序断开连接的过程适用于所有第三方帐户。 如果要删除iCloud电子邮件帐户,则步骤略有不同。

Open the “Settings” app and tap on your Apple profile found at the top of the menu.

打开“设置”应用程序,然后点击菜单顶部的Apple个人资料。

Select the profile from Settings

Here, tap on the “iCloud” option.

在这里,点击“ iCloud”选项。

Select iCloud from profile

Now, scroll down and tap on the toggle next to the “Mail” option.

现在,向下滚动并点击“邮件”选项旁边的开关。

Tap on toggle next to Mail in iCloud

Your iCloud email has now been disabled and will no longer appear in the Apple Mail app.

您的iCloud电子邮件现已被禁用,将不再出现在Apple Mail应用程序中。

To confirm, you can open the “Mail” app again. Instead of seeing your usual email inbox, you’ll see a welcome screen asking you to log in to an account.

要确认,您可以再次打开“邮件”应用程序。 您不会看到通常的电子邮件收件箱,而是会看到一个欢迎屏幕,要求您登录帐户。

Welcome screen in Mail app

If you don’t like using the Mail app, we would recommend the Gmail app. And if you want something with extra features and a better fit and finish, try the Spark app.

如果您不喜欢使用邮件应用程序,我们建议您使用Gmail应用程序。 并且,如果您想要一些具有额外功能且更贴合和美观的产品,请尝试使用Spark应用程序。



Sticking with the Mail app for one of your accounts? Try configuring Mail settings for a better experience.

坚持使用您的其中一个帐户的邮件应用程序? 尝试配置邮件设置以获得更好的体验。

翻译自: https://www.howtogeek.com/669817/how-to-remove-email-accounts-from-the-mail-app-on-iphone-and-ipad/

ipad和iphone切图

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/278301.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

使用nmcli 实现 bond0 网络组 网桥三种模式

使用nmcli 实现 bond 网络组 网桥模式 bond0(负载均衡) step1:创建一个bond0的主属nmcli connection add con-name bond0 type bond ifname bond0 mode active-backup 之所以不为绿色是因为还没有创建从属,这个bond0相当于一个虚拟…

RabbitMQ是如何运转的?

前言 之前已经介绍了RabbitMQ交换机模型的相关简单概念,都是作为此篇的基础铺垫,如果对此篇不懂的可以先看我上一篇的介绍认识RabbitMQ交换机模型,或者联系评论,分享《RabbitMQ实战指南》电子书给大家,里面虽然有些许错…

如何种植屡获殊荣的青豆

Most people don’t know this yet, but I’ve decided to give up computers and become a farmer instead. Since I’m the helpful type, I’ve decided to share everything I know about farming with you, starting with how I won my prize winning green beans. 大多数…

充分利用Microsoft Planner的6种方法

Microsoft Planner is pretty simple to use, but some of its more useful features aren’t front and center. If you’re just creating and moving tasks, here are six ways to get a bit more out of Planner. Here’s everything you need to know. Microsoft Planner的…

IOS - UTF-8转码问题

2016.07.06 21:45* 字数 61 阅读 921评论 0喜欢 2 IOS中提供的转码。 [utf8str stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]; 转码后发现,与java的不一样。 原来IOS中转码的标准不一致,导致出现错误。 不过,可以使用下…

手把手教你如何实现继承

本文将从最简单的例子开始,从零讲解在 JavaScript 中如何实现继承。 小例子 现在有个需求,需要实现 Cat 继承 Animal ,构造函数如下: function Animal(name){this.name name }function Cat(name){this.name name } 复制代码注&a…

最详细的排序解析,理解七大排序

最详细的排序解析,理解七大排序 mp.weixin.qq.com点击上方“方志朋”,选择“置顶或者星标” 你的关注意义重大! 注: lgN在这里为1og2N简写 为了方便描述,本文默认用int类型比较,从小到大排序 本文排序算法以java语言…

xp删除管理员账户_在Windows XP中从登录屏幕删除用户帐户

xp删除管理员账户So you login to your computer every single day, but there’s more than one account to choose from… either because you got the computer from somebody else, or some software package added a user account that you really don’t want to see. So…

Java网络爬虫实操(8)

上一篇:Java网络爬虫实操(7) 大家好,本篇文章介绍一下NetDiscovery爬虫框架里的downloader对象 1) 前言 面向对象设计仍然是目前编程的核心思想,从下面截图可以了解爬虫框架的主要对象: 程序在本地组织好一…

Pycharm下将py文件打包成exe文件

1. 在PyCharm下安装PyInstaller 1. 首先,打开自己要发布的工程 2. 点击底部的【Terminal】打开终端,中输入命令pip install pyinstaller后回车,如图所示进行安装 3. 输入命令 pyinstaller,回车显示安装成功 4. 输入命令 pyinstall…

什么是自然语言处理,它如何工作?

NicoElNino/Shutterstock.comNicoElNino / Shutterstock.comNatural language processing enables computers to process what we’re saying into commands that it can execute. Find out how the basics of how it works, and how it’s being used to improve our lives. 自…

GIT速查手册

为什么80%的码农都做不了架构师?>>> 一、GIT 1.1 简单配置 git是版本控制系统,与svn不同的是git是分布式,svn是集中式 配置文件位置 # 配置文件 .git/config 当前仓库的配置文件 ~/.gitconfig 全局配置文件# 查看所有配置项 git …

4-3逻辑非运算符及案例 4-4

创建类 LoginDemo3 这里取反 !(n%30) package com.imooc.operator; import java.util.Scanner;public class LoginDemo3 {public static void main(String[] args) {// TODO Auto-generated method stubSystem.out.println("请输入一个整数");Scanner scnew Scanner(…

assistant字体_如何使用Google Assistant设置和致电家庭联系人

assistant字体Google谷歌Google Home and Nest smart speakers and displays allow you to make calls without using your phone. By setting up “Household Contacts,” anyone in your home can easily call friends and family members with Google Assistant-enabled dev…

php队列使用

由于项目中在修改产品的同时要同步关联水单,删单,客保 等等数据。所以不可能等待所有都执行完毕以后再给客户端反馈。所以自己用写了个队列。在这里晒出来代码,以供大家参考。(项目中用到的是tp,所以在这里用tp作为演示) 思路 1,需要用到队列…

Accoridion折叠面板

详细操作见代码&#xff1a; <!doctype html> <html><head><meta charset"UTF-8"><title></title><meta name"viewport" content"widthdevice-width,initial-scale1,minimum-scale1,maximum-scale1,user-scal…

skype快捷键_每个Skype键盘快捷键及其用法

skype快捷键Roberto Ricca/Shutterstock罗伯托里卡/ ShutterstockGet familiar with Skype’s unique keyboard shortcuts that will allow you to quickly change your settings, alter your interface, and control your communications. Use these hotkeys and become a Sky…

习惯需要坚持

近期会把本地的资料上传分享出来&#xff0c;好久没更新自己的内容了&#xff0c;以后会不断的更新哦。转载于:https://blog.51cto.com/haohao1010/2087494

YouTube键盘快捷键:速查表

Google’s video website wouldn’t be complete without all sorts of useful buttons and hidden commands that aren’t immediately obvious. Use this hotkey cheat sheet to quickly navigate YouTube and gain better control over your video browsing experience. 如果…

第五章 课本题目

例 5.1 使用单分支条件结构输出两个数的最大值。 #include<stdio.h> int main() { int a,b,max; scanf("%d,%d",&a,&b); if(a>b) maxa; if(a<b) maxb; printf("max%d\n",max); return 0; } 例 5.2 用双分支条件语句求最大值。 #includ…