WO2017071204A1 - 移动终端的邮件附件的下载方法 - Google Patents
移动终端的邮件附件的下载方法 Download PDFInfo
- Publication number
- WO2017071204A1 WO2017071204A1 PCT/CN2016/083940 CN2016083940W WO2017071204A1 WO 2017071204 A1 WO2017071204 A1 WO 2017071204A1 CN 2016083940 W CN2016083940 W CN 2016083940W WO 2017071204 A1 WO2017071204 A1 WO 2017071204A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- attachment
- downloading
- file
- mail file
- module
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/12—Messaging; Mailboxes; Announcements
Definitions
- the present invention relates to a download method and apparatus, and more particularly to a method and apparatus for downloading an email attachment of a mobile terminal.
- the present invention provides a method for downloading an email attachment of a mobile terminal, including:
- the present invention also provides a downloading device for an email attachment of a mobile terminal, comprising:
- An attachment download request receiving module configured to receive an attachment download request
- a judging module for judging the size of the attachment
- a first downloading module configured to: when the determining module determines that the size of the accessory is greater than a preset threshold, download a complete mail file from a server on the network side;
- the parsing module is configured to parse the complete mail file and extract the attachment.
- the method and device for downloading an email attachment of the mobile terminal of the present invention the email attachment exceeds the pre- In the case of threshold, the file of the complete mail file is downloaded from the server, and then the attachment is obtained through local parsing. In this way, the limitation of the existing mail protocol is broken, so that the user can view the large attachment file on the mobile terminal.
- FIG. 1 is a schematic flowchart of a method for downloading an email attachment of a mobile terminal according to Embodiment 1 of the present invention
- FIG. 2 is a schematic structural diagram of a device for downloading an email attachment of a mobile terminal according to Embodiment 2 of the present invention.
- the principle of the embodiment of the present invention is to achieve a mirror effect with a specific color by alternately plating a titanium oxynitride coating layer and a silicon oxynitride coating layer on the lower surface of the glass substrate, while ensuring insulation and overall
- the thickness of the coating is controlled to a very thin range, thereby reducing the impact on fingerprint detection.
- a complete mail file contains the header information (sender, recipient, sending time, etc.), mail body, email attachment, and so on.
- the full mail file is stored in the Mime (Multipurpose Internet Mail Extensions) format.
- the mail protocol is used to interact with the server to separately request and transmit the content of the mail header, the mail body, and the mail attachment.
- the information of the mail can be obtained separately, for example, if only the header information is desired, the Exchange protocol is allowed.
- the mobile terminal uses the sub-protocol of ActiveSync as a communication bridge for communication between the client and the server.
- the user synchronizes all the folder information under the account on the mobile terminal through some interface methods provided by the protocol, and each folder contains a unique ID identifier that the server can recognize. Through this ID identification, the client uses ActiveSync. Some interfaces provided can obtain the header information of the owned mail under this folder and the unique identifier of the attached file on the server, for example, 14%3a53%3a2, and the general mobile terminal manufacturers pass this standard. I know from the server to download attachments, but there are some servers that have size requests for this method, usually about 10M. Once the size of the attachment exceeds 10M, the server rejects the download request from the client, and the client fails to download.
- the size of the attachment is pre-determined. If the attachment is larger than a preset threshold (for example, 10M), the complete mail file is downloaded from the server by other means, and local analysis is performed. , extract attachments are provided to the user.
- a preset threshold for example, 10M
- FIG. 1 is a schematic flowchart diagram of a method for downloading an email attachment of a mobile terminal according to Embodiment 1 of the present invention.
- the download method of this embodiment includes:
- Step 101 Receive an attachment download request, for example, the user triggers an attachment download request by clicking on the attachment.
- Step 102 judging the size of the attachment
- Step 103 If the size of the attachment is above a preset threshold, download the complete mail file from the server on the network side.
- Step 104 Parse the complete mail file, extract the attachment, and then end.
- the email attachment exceeds the preset threshold, the file of the complete mail file is directly downloaded from the server, and then the attachment is obtained through local parsing. In this way, the limitation of the existing mail protocol is broken, so that Users can view large attachment files on the mobile terminal.
- the process of downloading the complete mail file from the server on the network side may include: acquiring first identification information of the complete mail file from the locally stored pre-downloaded file information; using the first identification information, The server on the network side downloads a download request for sending a complete mail file; and receives the complete mail file.
- the client when storing the related information of the mail, the client has stored a unique identification ID (referred to as first identification information in the present embodiment) of the complete mail file on the server, for example, "14% 3a156%" 3a2", when the client receives the mobile terminal user needs to request to download an attachment larger than 10M, the first identification information of the locally stored mail can be obtained, and the complete mail file download request is sent through the method interface provided by ActiveSync, which will be complete.
- the mail file is downloaded (including the header information, text, attachments, etc.),
- the format of the complete mail file is MINE format, and then the program content (such as MINE file parser) is used to extract the contents of the attachment.
- the large attachments to be downloaded are determined in the complete mail file, and then extracted and presented to the user. Specifically, the following two methods may be used:
- the pre-downloaded file information mentioned here may be the header information or the information included in the mail synchronization folder.
- the attachment is stored in a certain order.
- the location of the attachment has been determined. According to the location information, the corresponding attachment can be found in the parsed mail file and presented to the user. .
- step 105 may be performed: downloading the server from the server on the network side by using the second identifier information corresponding to the accessory. Attached.
- a preset threshold for example, 10M
- the focus of the embodiment of the present invention is on the processing of the case where the accessory exceeds the preset threshold, and for the case of less than the preset threshold, any additional downloading method in the prior art may be used.
- the method of treating large attachments of the present invention is used.
- a mail M has attachments A, B, and C, and the size is 1M, 20M, and 2M respectively. If the user requests to download A or C, it can be downloaded in the traditional way. If the user requests to download the attachment B, we know at this time. The location of B is the second, and the client sends a request to download the complete mail file M (here, the request is R) to the server, and after the download is completed, the M is stored locally. Then, the client uses the Mime format parser to parse the content of the M, extracts the content of the second attachment, and stores the content as an attachment in the storage space of the mobile terminal, notifying the user that the attachment is downloaded.
- M the complete mail file
- the client uses the Mime format parser to parse the content of the M, extracts the content of the second attachment, and stores the content as an attachment in the storage space of the mobile terminal, notifying the user that the attachment is downloaded.
- FIG. 2 it is a schematic structural diagram of a downloading device for an email attachment of a mobile terminal according to a second embodiment of the present invention.
- the device includes: an attachment download request receiving module 11 for receiving an attachment download request; and a determining module 12 for The size of the attachment is determined; the first downloading module 13 is configured to: when the determining module determines that the size of the accessory is greater than a preset threshold, download the complete mail file from the server on the network side; the parsing module 14 Used to parse the complete mail file and extract the attachment.
- the first download module 13 may include:
- the first identifier information module is configured to obtain the first identifier information of the complete mail file from the locally stored pre-downloaded file information, and the mail download request module is configured to download and send the complete information to the server on the network side by using the identifier information. a download request of the mail file; the mail receiving module receives the complete mail file.
- parsing module 14 may have the following two configurations according to different attachment extraction modes.
- the parsing module 14 can include:
- a second identifier information acquiring module configured to acquire second identifier information corresponding to the attachment from the pre-downloaded file information
- the first parsing unit is configured to parse the complete mail file, and extract the requested attachment according to the second identifier information.
- the parsing module 14 can include:
- a location information obtaining module configured to obtain location information of the accessory from the pre-downloaded file information
- a second parsing unit configured to parse the complete mail file, and extract the requested attachment according to the location information.
- the downloading device of the embodiment may further include:
- the second downloading module 15 is configured to download the accessory from the server on the network side by using the second identifier information corresponding to the accessory, if the determining module determines that the size of the accessory is less than a preset threshold.
- the aforementioned program can be stored in a computer readable storage medium.
- the program when executed, performs the steps including the foregoing method embodiments; and the foregoing storage medium includes various media that can store program codes, such as a ROM, a RAM, a magnetic disk, or an optical disk.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
Abstract
本发明提供了一种移动终端的邮件附件的下载方法及装置,其中,下载方法包括:接收附件下载请求;对附件的大小进行判断,如果所述附件的大小在预设阈值以上,则从网络侧的服务器中下载完整邮件文件;对所述完整邮件文件进行解析,提取出所述附件。本发明的移动终端的邮件附件的下载方法及装置,在邮件附件超出预设阈值的情况下,从服务器中下载完整邮件文件的文件,然后通过本地解析获取附件,通过这种方式,突破了现有邮件协议的限制,使得用户能够在移动终端上能够查看大附件文件。
Description
本专利申请要求申请日为2015年10月27日、申请号为2015107085452的中国专利申请的优先权,并将上述专利申请以引用的方式全文引入本文中。
本发明涉及一种下载方法及装置,尤其涉及一种移动终端的邮件附件的下载方法及装置。
目前,随着移动终端的广泛应用,仅在电脑上使用的邮件系统,已经广泛应用于各种移动终端中,但是,鉴于目前使用的移动终端上的邮件协议的限制,对于较大的附件,许多移动终端上根本无法下载大附件,因此,严重影响了用户的对于邮件附件的使用。
发明内容
本发明的目的在于,提供一种移动终端的邮件附件的下载方法及装置,使得能够在移动终端上实现大附件的下载。
为了实现上述目的,本发明提供了一种移动终端的邮件附件的下载方法,包括:
接收附件下载请求;
对附件的大小进行判断,如果所述附件的大小在预设阈值以上,则从网络侧的服务器中下载完整邮件文件;
对所述完整邮件文件进行解析,提取出所述附件。
本发明还提供了一种移动终端的邮件附件的下载装置,包括:
附件下载请求接收模块,用于接收附件下载请求;
判断模块,用于对附件的大小进行判断;
第一下载模块,用于在所述判断模块判定所述附件的大小在预设阈值以上的情况下,则从网络侧的服务器中下载完整邮件文件;
解析模块,用于对所述完整邮件文件进行解析,提取出所述附件。
本发明的移动终端的邮件附件的下载方法及装置,在邮件附件超出预
设阈值的情况下,从服务器中下载完整邮件文件的文件,然后通过本地解析获取附件,通过这种方式,突破了现有邮件协议的限制,使得用户能够在移动终端上能够查看大附件文件。
图1为本发明实施例一的移动终端的邮件附件的下载方法的流程示意图;
图2为发明实施例二的移动终端的邮件附件的下载装置的结构示意图。
下面结合附图对本发明实施例进行详细描述。
本发明实施例的原理在于,通过在玻璃基板的下表面交替镀钛氮氧化物镀膜层和硅氮氧化物镀膜层,来实现具有特定颜色的镜面效果,同时还要保证绝缘性并且要将整体镀层的厚度控制在非常薄的范围内,从而减小对指纹检测的影响。
实施例一
下面结合附图对本发明实施例进行详细说明。
一封完整邮件文件包含邮件头信息(发件人,收件人,发件时间等)、邮件正文、邮件附件等内容。完整邮件文件的存储格式为Mime(Multipurpose Internet Mail Extensions,多用途互联网邮件扩展)格式。在一般的邮件收发系统中,会通过邮件协议与服务器进行交互,来分别对邮件头信息、邮件正文、邮件附件等内容进行分别请求和传输。邮件的信息可以分开获取,例如如果只想要头信息,Exchange协议是允许的。在微软提供的邮件的Exchange协议下,移动终端都是使用ActiveSync这个子协议作为客户端和服务器交流的通信桥梁。
用户在移动终端上通过协议提供的一些接口方法同步下来账户下面的所有文件夹信息之后进行存储,每一个文件夹都含有一个服务器能够识别的唯一的ID标识,通过这个ID标识,客户端使用ActiveSync提供的一些接口能够获取此文件夹下的所拥有邮件的头信息、附件在服务器的唯一标识,例如14%3a53%3a2,一般的移动终端厂商都是通过这个标
识从服务器下载附件,但是有一些服务器对于这种方式有大小请求的限制,一般是10M左右,一旦附件的大小超过了10M,服务器就拒绝客户端的下载请求,客户端就下载失败了。
这对这一情况,本发明的实施例里针对附件的大小进行预先判断,如果附件大于预设的阈值(例如10M),则通过其他方式从服务器中将完整邮件文件下载下来,并进行本地解析,提取附件提供给用户。
实施例一
如图1所示,其为本发明实施例一的移动终端的邮件附件的下载方法的流程示意图。本实施例的下载方法包括:
步骤101:接收附件下载请求,例如,用户通过点击附件来触发附件下载请求。
步骤102:对附件的大小进行判断;
步骤103:如果所述附件的大小在预设阈值以上,则从网络侧的服务器中下载完整邮件文件。
步骤104:对所述完整邮件文件进行解析,提取出所述附件,然后结束。
通过实施例的方法,在邮件附件超出预设阈值的情况下,直接从服务器中下载完整邮件文件的文件,然后通过本地解析获取附件,通过这种方式,突破了现有邮件协议的限制,使得用户能够在移动终端上能够查看大附件文件。
进一步地,步骤103中,从网络侧的服务器中下载完整邮件文件的处理可以包括:从本地存储的预下载的文件信息中获取完整邮件文件的第一标识信息;利用第一该标识信息,向所述网络侧的服务器下载发送完整邮件文件的下载请求;接收所述完整邮件文件。
在移动终端一侧,在存储邮件的相关信息的时候,客户端已经存储了完整邮件文件在服务器上面的唯一的标识ID(本实施例中称作第一标识信息),例如“14%3a156%3a2”,当客户端接到移动终端用户需要请求下载一个大于10M的附件的时候,可以获取本地存储的邮件的第一标识信息,通过ActiveSync提供的方法接口,发送完整邮件文件下载请求,将完整邮件文件下载下来(包含了头信息、正文、附件等全部内容),
完整邮件文件的格式是MINE格式,然后使用程序工具(例如MINE文件解析器)提取出里面的附件内容。
进一步地,在很多时候,邮件的附件有多个,需要在完整邮件文件确定要下载的大附件,然后进行提取并呈现给用户,具体地,可以采用如下两种方式:
1)通过附件的唯一表示进行提取,具体如下:
从所述预下载的文件信息中获取所述附件对应的第二标识信息,然后,对所述完整邮件文件进行解析,根据第二标识信息,提取所请求的附件。这里所说的预下载的文件信息可以是邮件头信息也可以是邮件同步文件夹所包含的信息等。
2)通过附件的位置信息进行提取,具体如下:
从所述预下载的文件信息中获取所述附件的位置信息,对所述完整邮件文件进行解析,并根据所述位置信息,提取所请求的附件。附件的存储是按照一定的顺序,用户在触发某一个附件的下载请求时,已经确定了该附件的位置,根据这个位置信息,就可以在解析后的邮件文件中找到对应的附件并呈现给用户。
此外,在上述步骤102中,如果判断出附件的大小小于预设阈值(例如为10M),则可以执行步骤105:通过所述附件对应的第二标识信息从所述网络侧的服务器中下载所述附件。
需要说明的是,本发明实施例的重点在于对附件超过预设阈值的情况的处理,而对于小于预设阈值的情况,可采用现有技术中的任何附加下载方法即可,当然,也可以使用本发明对于大附件的处理方法。
下面列举一个简单的应用示例:
例如一封邮件M有附件A、B、C,大小分别为1M、20M、2M,用户请求下载A或者C,则采用传统方式进行下载即可,如果用户请求下载附件B,此时我们是知道B的位置是第2个,则客户端发送下载完整邮件文件M的请求(这里设为请求为R)给服务器,下载完成之后,将M存储到本地。然后,客户端使用Mime格式解析器解析M的内容,提取出第二个附件的内容,将内容作为附件的内容存储到移动终端存储空间中,通知用户附件下载完毕。
向服务器请求下载整封邮件文件的代码简单示例(请求R的简单内容):
实施例二
如图2所示,其为发明实施例二的移动终端的邮件附件的下载装置的结构示意图,该装置包括:附件下载请求接收模块11,用于接收附件下载请求;判断模块12,用于对附件的大小进行判断;第一下载模块13,用于在所述判断模块判定所述附件的大小在预设阈值以上的情况下,则从网络侧的服务器中下载完整邮件文件;解析模块14,用于对所述完整邮件文件进行解析,提取出所述附件。
其中,第一下载模块13可以包括:
第一标识信息模块,用于从本地存储的预下载的文件信息中获取完整邮件文件的第一标识信息;邮件下载请求模块,用于利用该标识信息,向所述网络侧的服务器下载发送完整邮件文件的下载请求;邮件接收模块,接收所述完整邮件文件。
进一步地,根据附件提取方式的不同,所述解析模块14可以有如下两种构成方式
方式一:解析模块14可以包括:
第二标识信息获取模块,用于从所述预下载的文件信息中获取所述附件对应的第二标识信息;
第一解析单元,用于对所述完整邮件文件进行解析,并根据所述第二标识信息,提取所请求的附件。
方式二:解析模块14可以包括:
位置信息获取模块,用于从所述预下载的文件信息中获取所述附件的位置信息;
第二解析单元,用于对所述完整邮件文件进行解析,并根据所述位置信息,提取所请求的附件。
此外,针对附件小于预设阈值的情况,本实施例的下载装置,还可以包括:
第二下载模块15,用于在所述判断模块判定所述附件的大小小于预设阈值的情况下,通过所述附件对应的第二标识信息从所述网络侧的服务器中下载所述附件。
本领域普通技术人员可以理解:实现上述各方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成。前述的程序可以存储于一计算机可读取存储介质中。该程序在执行时,执行包括上述各方法实施例的步骤;而前述的存储介质包括:ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质。
最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围。
Claims (11)
- 一种移动终端的邮件附件的下载方法,其特征在于,包括:接收附件下载请求;对附件的大小进行判断,如果所述附件的大小在预设阈值以上,则从网络侧的服务器中下载完整邮件文件;对所述完整邮件文件进行解析,提取出所述附件。
- 根据权利要求1所述的下载方法,其特征在于,从网络侧的服务器中下载完整邮件文件的处理包括:从本地存储的预下载的文件信息中获取完整邮件文件的第一标识信息;利用第一该标识信息,向所述网络侧的服务器下载发送完整邮件文件的下载请求;接收所述完整邮件文件。
- 根据权利要求1所述的下载方法,其特征在于,对所述完整邮件文件进行解析,提取出所请求的附件的处理包括:从所述预下载的文件信息中获取所述附件对应的第二标识信息;对所述完整邮件文件进行解析,并根据所述第二标识信息,提取所请求的附件。
- 根据权利要求1所述的下载方法,其特征在于,对所述完整邮件文件进行解析,提取出所请求的附件的处理包括:获取所述附件的位置信息;对所述完整邮件文件进行解析,并根据所述位置信息,提取所请求的附件。
- 根据权利要求1所述的下载方法,其特征在于,如果所述附件的大小小于所述预设阈值,则通过所述附件对应的第二标识信息从所述网络侧的服务器中下载所述附件。
- 根据权利要求1至5任一所述的下载方法,其特征在于,所述完整邮件文件的格式为MINE格式。
- 一种移动终端的邮件附件的下载装置,其特征在于,包括:附件下载请求接收模块,用于接收附件下载请求;判断模块,用于对附件的大小进行判断;第一下载模块,用于在所述判断模块判定所述附件的大小在预设阈值以上的情况下,则从网络侧的服务器中下载完整邮件文件;解析模块,用于对所述完整邮件文件进行解析,提取出所述附件。
- 根据权利要求7所述的下载装置,其特征在于,所述第一下载模块包括:第一标识信息模块,用于从本地存储的预下载的文件信息中获取完整邮件文件的第一标识信息;邮件下载请求模块,用于利用该标识信息,向所述网络侧的服务器下载发送完整邮件文件的下载请求;邮件接收模块,用于接收所述完整邮件文件。
- 根据权利要求7所述的下载装置,其特征在于,所述解析模块包括:第二标识信息获取模块,用于从所述预下载的文件信息中获取所述附件对应的第二标识信息;第一解析单元,用于对所述完整邮件文件进行解析,并根据所述第二标识信息,提取所请求的附件。
- 根据权利要求7所述的下载装置,其特征在于,所述解析模块包括:位置信息获取模块,获取所述附件的位置信息;第二解析单元,用于对所述完整邮件文件进行解析,并根据所述位置信息,提取所请求的附件。
- 根据权利要求7所述的下载装置,其特征在于,还包括:第二下载模块,用于在所述判断模块判定所述附件的大小小于预设阈值的情况下,通过所述附件对应的第二标识信息从所述网络侧的服务器中下载所述附件。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510708545.2 | 2015-10-27 | ||
CN201510708545.2A CN105898717A (zh) | 2015-10-27 | 2015-10-27 | 移动终端的邮件附件的下载方法 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2017071204A1 true WO2017071204A1 (zh) | 2017-05-04 |
Family
ID=57001853
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2016/083940 WO2017071204A1 (zh) | 2015-10-27 | 2016-05-30 | 移动终端的邮件附件的下载方法 |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN105898717A (zh) |
WO (1) | WO2017071204A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114124925A (zh) * | 2020-08-25 | 2022-03-01 | 华为技术有限公司 | 一种电子邮件的同步方法及电子设备 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1972250A (zh) * | 2005-11-22 | 2007-05-30 | 腾讯科技(深圳)有限公司 | 一种多媒体邮件附件的发送方法和系统 |
CN101035317A (zh) * | 2007-04-03 | 2007-09-12 | 华为技术有限公司 | 一种业务参数配置方法及系统以及业务参数配置单元 |
CN101079846A (zh) * | 2007-06-08 | 2007-11-28 | 腾讯科技(深圳)有限公司 | 一种邮件附件的发送及接收方法和系统 |
CN101800710A (zh) * | 2008-04-02 | 2010-08-11 | 华为技术有限公司 | 邮件接收控制方法及系统以及装置 |
US8260861B1 (en) * | 2005-08-31 | 2012-09-04 | AT & T Intellectual Property II, LP | System and method for an electronic mail attachment proxy |
Family Cites Families (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1303206A (zh) * | 2001-01-16 | 2001-07-11 | 英业达集团(南京)电子技术有限公司 | 一种可在电子通信装置上接收过大长度的电子邮件的方法 |
CN1710891A (zh) * | 2005-07-27 | 2005-12-21 | 北京立通无限科技有限公司 | 邮件附件的转换下载方法 |
CN100461776C (zh) * | 2006-08-18 | 2009-02-11 | 华为技术有限公司 | 实现电子邮件通知的系统、方法和装置 |
CN101247563A (zh) * | 2008-03-20 | 2008-08-20 | 宇龙计算机通信科技(深圳)有限公司 | 一种推送邮件系统及邮件的收发方法 |
CN102025647B (zh) * | 2009-09-17 | 2013-11-06 | 中国长城工业总公司 | 一种邮件发送及接收的系统和方法 |
US20150200883A1 (en) * | 2012-05-30 | 2015-07-16 | Daniel Scott Brotherston | Systems and methods for maintaining responsiveness in the presence of large data chunks |
-
2015
- 2015-10-27 CN CN201510708545.2A patent/CN105898717A/zh active Pending
-
2016
- 2016-05-30 WO PCT/CN2016/083940 patent/WO2017071204A1/zh active Application Filing
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8260861B1 (en) * | 2005-08-31 | 2012-09-04 | AT & T Intellectual Property II, LP | System and method for an electronic mail attachment proxy |
CN1972250A (zh) * | 2005-11-22 | 2007-05-30 | 腾讯科技(深圳)有限公司 | 一种多媒体邮件附件的发送方法和系统 |
CN101035317A (zh) * | 2007-04-03 | 2007-09-12 | 华为技术有限公司 | 一种业务参数配置方法及系统以及业务参数配置单元 |
CN101079846A (zh) * | 2007-06-08 | 2007-11-28 | 腾讯科技(深圳)有限公司 | 一种邮件附件的发送及接收方法和系统 |
CN101800710A (zh) * | 2008-04-02 | 2010-08-11 | 华为技术有限公司 | 邮件接收控制方法及系统以及装置 |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN114124925A (zh) * | 2020-08-25 | 2022-03-01 | 华为技术有限公司 | 一种电子邮件的同步方法及电子设备 |
CN114124925B (zh) * | 2020-08-25 | 2023-05-12 | 华为技术有限公司 | 一种电子邮件的同步方法及电子设备 |
US12003475B2 (en) | 2020-08-25 | 2024-06-04 | Huawei Technologies Co., Ltd. | Email synchronization method and electronic device |
Also Published As
Publication number | Publication date |
---|---|
CN105898717A (zh) | 2016-08-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106357503B (zh) | 消息处理方法与即时通讯服务器 | |
EP3402136B1 (en) | Information interaction method, client and device | |
US20150278496A1 (en) | Method, device and system for identity verification | |
US9686506B2 (en) | Method, apparatus, system, and storage medium for video call and video call control | |
EP2633667B1 (en) | System and method for on the fly protocol conversion in obtaining policy enforcement information | |
EP2901660B1 (en) | Termininal interaction methods and related devices and systems | |
WO2013003493A3 (en) | System and method for protocol fingerprinting and reputation correlation | |
US11558322B2 (en) | Communication management system | |
US11126784B2 (en) | Methods, systems, and apparatus for email to persistent messaging | |
US9882842B2 (en) | Mail processing methods and server | |
CN102025740A (zh) | 单点登录方法、胖客户端、服务器及系统 | |
CN109831448A (zh) | 针对特定加密网页访问行为的检测方法 | |
KR20160039280A (ko) | 데이터 교환을 위한 컨텍스트를 설정하는 http 프로토콜을 통한 메시징 api | |
CN105577504B (zh) | 建立通信通道的方法和装置 | |
CN103997482A (zh) | 桌面云业务中用户登录的方法、系统 | |
CN102882772A (zh) | 一种即时通信数据传输方法、客户端、服务器及系统 | |
US20200153781A1 (en) | Methods, Systems, and Apparatus for Text to Persistent Messaging | |
CN106384058A (zh) | 发布图片的方法和装置 | |
US10387663B2 (en) | System, a method and a computer readable medium for transmitting an electronic file | |
WO2017071204A1 (zh) | 移动终端的邮件附件的下载方法 | |
CN108076149B (zh) | 会话保持方法和装置 | |
CN103326927B (zh) | 一种代收邮件的方法和装置 | |
WO2013038327A1 (en) | Application-aware quality of service in network applications | |
WO2017071216A1 (zh) | 移动终端的邮件正文的显示方法及装置 | |
WO2013127365A1 (zh) | 一种微博消息发送的方法及装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16858648 Country of ref document: EP Kind code of ref document: A1 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 16858648 Country of ref document: EP Kind code of ref document: A1 |