IPAD上邮件系统集成应用与实现
时间:2017-05-30 16:26 来源:毕业论文 作者:毕业论文 点击:次
摘要由于苹果公司iPad平板电脑的发布,越来越多人开始使用这种操作终端。iPad的反应灵敏的高分辨率多点触控显示屏可以让用户与应用程序和内容真实互动。在一般的企业管理及日常工作中,iPad也变得越来越常见。 电子邮件作为一种常见的通讯方式,它方便快捷廉价的特点,使其被广泛应用到企业管理和日常工作中。更重要的是,电子邮件还可以包含不同类型的附件,它能以文字、图像、声音等各种方式传播。 作为工程数据浏览及分发应用的一个重要部分,本论文介绍的是利用iOS SDK集成邮件系统。程序大概分为两部分:一是获取通讯录里的联系人电子邮箱地址,二是将所选的工程数据文件作为邮件附件发送给相应的联系人。9385 关键词 iPad 工程数据 邮件系统 毕业设计说明书(论文)外文摘要 Title Apply And Implement E-mail System Integrated On The IPAD Abstract With the publishing of the Apple iPad, more and more people begin using this operating terminal. IPad’s display screen, which is responsive, high-resolution and support multi-touch, allows users to interact with the applications more reality. In general business management and daily work, the iPad is also becoming widely used. AS a usual communication way, e-mail is convenient, fast and cheap. It has been widely applied to business management and daily work. More importantly, e-mail can also contain different types of attachments; it can spread to the text, images, sound, and a variety of ways. As an important part of the application which browses and distributes of engineering data, This article introduces how to use the iOS SDK to integrated e-mail system. The program includes two parts——Getting the e-mail address from the Address Book,and sending the selected engineering data file as an attachment. Keywords IPad Engineering data E-mail system ×××(小 目 次 1 引言 1 1.1 系统研究背景 1 1.2 系统研究意义 1 1.3 系统的特点及应用 2 2 开发工具与开发技术 4 2.1 CAXA图文档(EDM)2011简介 4 2.2 Objective-C简介 4 2.3 Cocoa简介 5 2.4 Xcode简介 7 2.5 Interface Builder简介 8 3 系统分析 10 3.1 可行性分析 10 3.2 需求分析 10 4 系统设计 13 4.1 系统体系结构 13 5 详细设计 15 5.1 详细功能设计 15 6 系统测试 26 6.1 软件测试的目的 26 6.2 软件测试的方法 26 6.3 软件测试的实现 27 结 论 29 致 谢 30 参 考 文 献 31 1 引言 1.1 系统研究背景 由于苹果公司iPad平板电脑的发布,越来越多人开始使用这种操作终端。这款产品无论技术,款式还是应用,都将移动这个主题发挥到了极致。使用iPad可以浏览网页、欣赏照片、阅读和发送电子邮件、观看视频、聆听音乐、玩游戏、阅读电子图书等功能,可以说满足了上网者的几乎所有需求。iPad的反应灵敏的高分辨率多点触控显示屏可以让用户与应用程序和内容真实互动。[1]在一般的企业管理及日常工作中,iPad也变得越来越常见。 而电子邮件作为一种常见的通讯方式,它方便快捷廉价的特点,使其被广泛应用到企业管理和日常工作中。更重要的是,电子邮件还可以包含不同类型的附件,它能以文字、图像、声音等各种方式传播。iPad平板电脑与邮件系统的结合,必定能提高工作效率和工作乐趣。在iOS系统应用程序框架Cocoa的强大支持下,利用SMTP、IMAP以及POP3等通用邮件协议,各个电子邮箱服务商在iPad平台上发布了自己的独立应用。iPad上的大多数应用,也都可以发送邮件给朋友或开发者。可见,在应用中集成邮件系统,是应用设计的基本内容。 (责任编辑:qin) |