WO2008151533A1 - Mail terminal, server, system and method - Google Patents

Mail terminal, server, system and method Download PDF

Info

Publication number
WO2008151533A1
WO2008151533A1 PCT/CN2008/070988 CN2008070988W WO2008151533A1 WO 2008151533 A1 WO2008151533 A1 WO 2008151533A1 CN 2008070988 W CN2008070988 W CN 2008070988W WO 2008151533 A1 WO2008151533 A1 WO 2008151533A1
Authority
WO
WIPO (PCT)
Prior art keywords
mail
link address
attachment
server
email
Prior art date
Application number
PCT/CN2008/070988
Other languages
French (fr)
Chinese (zh)
Inventor
Wei Hu
Original Assignee
Tencent Technology (Shenzhen) Company Limited
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology (Shenzhen) Company Limited filed Critical Tencent Technology (Shenzhen) Company Limited
Publication of WO2008151533A1 publication Critical patent/WO2008151533A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/07User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail characterised by the inclusion of specific contents
    • H04L51/08Annexed information, e.g. attachments
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/06Message adaptation to terminal or network requirements
    • H04L51/063Content adaptation, e.g. replacement of unsuitable content

Definitions

  • the present invention relates to the field of communications, and more particularly to a mail terminal, server, system and method. Background of the invention
  • the e-mail attachment sending policy used by the current mail system is a single-point upload using Hypertext Transfer Protocol (HTTP).
  • HTTP Hypertext Transfer Protocol
  • the mail system encodes the e-mail attachment and the body of the mail together to form a file for transmission. After receiving, the receiver decodes reduction.
  • the size of the mail attachments that can be sent is generally limited, for example, within 50M, and many existing users have the requirement to send email attachments larger than 50M. Therefore, there is a problem: The existing method of sending email attachments cannot fully satisfy the user's needs, and the user cannot send large email attachments that exceed the limit. Summary of the invention
  • the present invention proposes a mail terminal, a server, a system and a method for solving the problem that a user cannot send a large mail attachment.
  • An embodiment of the present invention provides a mail terminal, including: an email attachment uploading module, configured to upload an email attachment to a server; a link address adding module, configured to receive a link address generated by the server, where the link address is used to indicate the email Attaching the attachment location in the server, and adding the link address to the body of the mail; and the mail sending module, configured to send the mail.
  • the embodiment of the present invention further provides a server, including: an email attachment processing module, configured to receive an email attachment uploaded by a mail sending terminal, save the email attachment, and send an email attachment to the email receiving terminal; and a link address processing module, configured to And generating, according to the saved location of the email attachment, a link address for indicating the location where the email attachment is saved, receiving a link address sent by the email receiving terminal, and searching for the email pointed to by the link address according to the link address annex.
  • a server including: an email attachment processing module, configured to receive an email attachment uploaded by a mail sending terminal, save the email attachment, and send an email attachment to the email receiving terminal; and a link address processing module, configured to And generating, according to the saved location of the email attachment, a link address for indicating the location where the email attachment is saved, receiving a link address sent by the email receiving terminal, and searching for the email pointed to by the link address according to the link address annex.
  • An embodiment of the present invention further provides a mail system, including: a mail sending terminal, configured to serve Uploading an email attachment; adding a link address generated by the server to the body of the mail, the link address is used to indicate a location where the email attachment is stored in the server; sending the email; and the server is configured to save the email sending terminal Uploading an email attachment; generating and transmitting to the mail sending terminal a link address indicating the location where the email attachment is saved; searching for the email attachment pointed to by the link address according to the link address sent by the mail receiving terminal; sending the email to the mail receiving terminal a mail receiving terminal, configured to receive a mail with a link address in the text, the link address is used to indicate a storage location of the attachment of the mail in the server; and link to save the mail attachment according to the link address a server; downloading the mail attachment from the server.
  • a mail sending terminal configured to serve Uploading an email attachment
  • adding a link address generated by the server to the body of the mail the link address is used to indicate a location where the email
  • the embodiment of the present invention further provides a mail transmission method, including: uploading an email attachment to a server; adding a link address generated by the server to the email body, the link address being used to indicate that the email attachment is in the server Save location; send the message.
  • the embodiment of the invention further provides a method for transmitting an email attachment, comprising:
  • Saving an email attachment uploaded by the mail sending terminal ; generating and transmitting to the mail sending terminal a link address indicating a location where the email attachment is saved; searching for an email attachment pointed by the link address according to the link address sent by the mail receiving terminal; The receiving terminal sends an email attachment.
  • FIG. 1 is a schematic structural diagram of a mail system according to a first embodiment of the present invention
  • FIG. 2 is a schematic flowchart of a method for sending a mail according to Embodiment 1 of the present invention
  • FIG. 3 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 1 of the present invention
  • FIG. 4 is a schematic flowchart of a method for receiving a mail according to Embodiment 1 of the present invention.
  • FIG. 5 is a schematic structural diagram of a mail system according to Embodiment 2 of the present invention
  • FIG. 6 is a schematic flowchart of a method for sending a mail according to Embodiment 2 of the present invention
  • FIG. 7 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 2 of the present invention.
  • FIG. 8 is a schematic flowchart of a method for receiving a mail according to Embodiment 2 of the present invention.
  • FIG. 9 is a schematic flowchart of a method for sending a mail according to Embodiment 3 of the present invention.
  • FIG. 10 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 3 of the present invention.
  • FIG. 11 is a schematic flowchart of a method for receiving a mail according to Embodiment 3 of the present invention.
  • FIG. 12 is a schematic structural diagram of a mail sending terminal according to Embodiment 4 of the present invention.
  • FIG. 13 is a schematic flowchart of a method for sending a mail according to Embodiment 4 of the present invention.
  • FIG. 14 is a schematic structural diagram of a mail sending terminal according to Embodiment 5 of the present invention.
  • FIG. 15 is a schematic flowchart of a method for sending a mail according to Embodiment 5 of the present invention.
  • 16 is a schematic structural diagram of a mail system according to an embodiment of the present invention.
  • FIG. 17 is a schematic flowchart diagram of a method for sending and receiving mail according to an embodiment of the present invention. Mode for carrying out the invention
  • the mail terminal, the server, the system and the method provided by the embodiment of the present invention may upload an email attachment to the server; add the link address generated by the server to the email body, and the link address is used to indicate the location of the email attachment in the server.
  • Sending the above mail ; receiving the mail with the link address in the body text, the link address is used to indicate the location where the attachment of the mail is stored in the server, and according to the link address, the server that stores the attachment of the mail is downloaded, and the server is downloaded from the server
  • the above email attachment Therefore, the present embodiment solves the problem that the user cannot send a large mail attachment.
  • the mail sending terminal, the receiving terminal, the server, the system and the method provided by the present invention are specifically described below by way of embodiments.
  • FIG. 1 is a schematic structural diagram of a mail system according to Embodiment 1 of the present invention.
  • the system includes: a mail transmitting terminal 1 10, a server 120, and a mail receiving terminal 130.
  • the mail sending terminal 110 and the mail receiving terminal 130 together form a mail terminal.
  • the mail sending terminal 110 is configured to upload an email attachment to the server 120; the link address generated by the server 120 is added to the mail body, and the link address is used to indicate the storage location of the email attachment in the server 120; and the email is sent.
  • the server 120 is configured to save the email attachment uploaded by the mail sending terminal 110; generate and send a link address to the mail sending terminal 110 for indicating the location where the email attachment is saved; and according to the link address sent by the mail receiving terminal 130, look for the link address pointed to by the mailing terminal 130 The mail attachment; the mail attachment is sent to the mail receiving terminal 130.
  • the mail receiving terminal 130 is configured to receive a mail with a link address in the text, the link address is used to indicate a storage location of the attachment of the mail in the server 120; and link to the server 120 storing the mail attachment according to the link address; The above mail attachment is downloaded in the server 120.
  • FIG. 2 is a schematic flowchart of a method for sending a mail according to Embodiment 1 of the present invention. As shown in Figure 2, the method includes:
  • Step 201 Upload an email attachment to the server.
  • Step 202 Add a link address generated by the server to the body of the mail, where the link address is used to indicate a location where the email attachment is saved in the server.
  • Step 203 Send the above mail.
  • FIG. 3 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 1 of the present invention. As shown in Figure 3, the method includes:
  • Step 301 Save the email attachment uploaded by the mail sending terminal.
  • Step 302 Generate and send a link address to the mail sending terminal for indicating the location where the mail attachment is saved.
  • Step 303 Search for a mail attachment pointed to by the link address according to the link address sent by the mail receiving terminal.
  • Step 304 Send an email attachment to the mail receiving terminal.
  • FIG. 4 is a schematic flowchart diagram of a method for receiving a mail according to Embodiment 1 of the present invention. As shown in Figure 4, the method includes:
  • Step 401 Receive an email with a link address in the body text, where the link address is used to indicate a location where the attachment of the mail is saved in the server.
  • Step 402 Link to the server that saves the email attachment according to the link address.
  • Step 403 Download the above email attachment from the server.
  • the sender can upload the attachment in the to-be-sent mail to the server, and add the link address returned by the server to indicate the location where the email attachment is saved to the body of the email.
  • the recipient can receive the mail with the link address indicating the location of the mail attachment in the server, and link to the server that saves the mail attachment according to the link address, and download the mail attachment from the server. .
  • the sender can still send the email, and after receiving the email, the recipient can link to the storage through the link address in the body of the email.
  • the present embodiment details the specific structure of the mail transmitting terminal, the receiving terminal, and the server based on the foregoing embodiments.
  • FIG. 5 is a schematic structural diagram of a mail system according to Embodiment 2 of the present invention. As shown in FIG. 5, the system includes: a mail transmitting terminal 110, a server 120, and a mail receiving terminal 130.
  • the mail sending terminal 110 includes: an email attachment uploading module 112, a link address adding module 113, and a mail sending module 115.
  • the email attachment uploading module 112 is configured to upload an email attachment to the server 120.
  • the link address adding module 113 is configured to receive a link address generated by the server 120, and the link address is used to indicate a save location of the mail attachment in the server 120, and add the link address to the body of the mail.
  • the link address adding module 113 includes: a link address receiving unit, a link address adding unit (the above unit is not shown in the drawing).
  • the link address receiving unit is configured to receive a link address generated by the server 120, and the link address is used to indicate a save location of the mail attachment in the server 120.
  • the link address adding unit is used to add the above link address to the body of the mail.
  • the mail sending module 115 is configured to send the above mail.
  • the server 120 includes: a mail attachment processing module 121, and a link address processing module 122.
  • the mail attachment processing module 121 is configured to receive the mail attachment uploaded by the mail sending terminal 110, save the mail attachment, and send the mail attachment to the mail receiving terminal 130.
  • Email attachment processing module 121 Including: mail attachment receiving unit, mail attachment storage unit, mail attachment sending unit (the above unit is not shown in the figure).
  • the mail attachment receiving unit is configured to receive the mail attachment uploaded by the mail sending terminal.
  • the mail attachment storage unit is used to save the above mail attachment.
  • the mail attachment sending unit is configured to send an email attachment to the mail receiving terminal.
  • the link address processing module 122 is configured to generate and send a link address for indicating the location of saving the email attachment to the mail sending terminal 110 according to the save location of the email attachment, and receive the link address sent by the mail receiving terminal 130, and search according to the link address.
  • the link address processing module 122 includes: a link address generation unit, and an email attachment search unit (the above units are not shown in the figure).
  • the link address generating unit is configured to generate and send to the mail transmitting terminal a link address for indicating the location where the mail attachment is saved, according to the save location of the mail attachment.
  • the mail attachment search unit is configured to receive a link address sent by the mail receiving terminal, and search for the mail attachment pointed to by the link address according to the link address.
  • the mail receiving terminal 130 includes: a mail receiving module 131, a server linking module 132, and an email attachment downloading module 133.
  • the mail receiving module 131 is configured to receive a mail with a link address in the text, and the link address is used to indicate a storage location of the attachment of the mail in the server 120.
  • the server link module 132 is configured to determine a link address in the mail, and link to the server 120 that stores the mail attachment according to the link address.
  • the method includes: a link address determining unit and a server link unit (the above unit is not shown in the figure).
  • the link address determining unit is for determining a link address in the above mail.
  • the server link unit is configured to link to the server that saves the above-mentioned mail attachment according to the above link address.
  • the mail attachment downloading module 133 is for downloading the above mail attachment from the above server 120.
  • FIG. 6 is a schematic flowchart of a method for sending a mail according to a second embodiment of the present invention. As shown in Figure 6, the method includes:
  • Step 601 Upload an email attachment to the server.
  • Step 602 Receive a link address generated by the server, where the link address is used to indicate a location where the email attachment is saved in the server.
  • Step 603 Add the above link address to the body of the mail.
  • Step 604 Send the above mail.
  • FIG. 7 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 2 of the present invention. As shown in Figure 7, the method includes:
  • Step 701 Receive an email attachment uploaded by the mail sending terminal.
  • Step 702 Save the above email attachment.
  • Step 703 Generate and send a link address for indicating the location where the email attachment is saved according to the save location of the email attachment.
  • Step 704 Receive a link address sent by the mail receiving terminal, and find an email attachment pointed to by the link address according to the link address.
  • Step 705 Send the above email attachment to the mail receiving terminal.
  • FIG. 8 is a schematic flowchart of a method for receiving a mail according to Embodiment 2 of the present invention. As shown in Figure 8, the method includes:
  • Step 801 Receive an email with a link address in the body text, where the link address is used to indicate a location where the attachment of the mail is saved in the server.
  • Step 802 Determine a link address in the above mail.
  • Step 803 Link to the server that saves the email attachment according to the above link address.
  • Step 804 Download the above email attachment from the server.
  • the present embodiment details the specific structure of the mail transmitting terminal, the receiving terminal, and the server based on the foregoing embodiments.
  • Applying the mail terminal, server, system and method provided in this embodiment even if the size of the attachment in the mail exceeds the limit of the server or the available capacity of the recipient's mailbox, the sender can still send the mail, and the receiver receives the mail. , you can link to the server that stores the email attachment through the link address in the body of the message, and download the attachment from the server. Therefore, this embodiment solves the problem that the user cannot send a large mail attachment.
  • this embodiment further proposes to use a verification link address and an extraction code instead of a simple link address to prevent users other than the recipient from downloading the email attachment.
  • the system includes: a mail transmitting terminal 110, a server 120, and a mail receiving terminal.
  • the mail sending terminal 110 includes: an email attachment uploading module 112, a link address adding module 113, and a mail sending module 115.
  • the mail attachment uploading module 112 and the mail sending module 115 have the same functions as the corresponding modules in the foregoing embodiment.
  • the link address adding module 113 is configured to receive the verification link address and the extraction code generated by the server 120, where the verification link address and the extraction code are used to indicate the storage location of the email attachment in the server 120, and the verification link address and the extraction code are Add to the body of the message.
  • the link address adding module 113 includes: a link address receiving unit, a link address adding unit (the above unit is not shown in the drawing).
  • the link address receiving unit is configured to receive the verification link address and the extraction code generated by the server 120, and the verification link address and the extraction code are used to indicate the storage location of the email attachment in the server 120.
  • the link address adding unit is used to add the above-mentioned verification link address and extraction code to the body of the mail. ⁇
  • the user can click on the verification link address to link to the server 120 storing the email attachment, but the user cannot download the email at this time.
  • the above extraction code must be input, and the server 120 determines whether the extraction code is correct. If the extraction code is correct, the user can download the email attachment from the server 120, otherwise the user cannot download the email attachment.
  • the server 120 includes: a mail attachment processing module 121, a link address processing module 122, and a mail forwarding module.
  • the mail attachment processing module 121 has the same function as the corresponding module in the foregoing embodiment.
  • the link address processing module 122 is configured to generate and send a verification link address and an extraction code for indicating the location of saving the email attachment to the mail sending terminal according to the storage location of the email attachment, and receive the verification link address and the extraction code sent by the email receiving terminal. According to the above verification link address and extraction code, look for the email attachment pointed to by the above link address.
  • the link address processing module 122 includes: a link address generation unit, and an email attachment search unit.
  • the link address generating unit is configured to generate and send to the mail transmitting terminal a verification link address and an extraction code for indicating the location where the mail attachment is saved, according to the storage location of the email attachment.
  • the mail attachment searching unit is configured to receive the verification link address and the extraction code sent by the mail receiving terminal, and find the mail pointed to by the verification link address and the extraction code according to the verification link address and the extraction code. Pieces.
  • the mail receiving terminal 130 includes: a mail receiving module 131, a server linking module 132, and an email attachment downloading module 133.
  • the mail receiving module 131 and the mail attachment downloading module 133 have the same functions as the corresponding modules in the foregoing embodiment.
  • the server link module 132 is configured to determine a verification link address and an extraction code in the mail, and link to the server 120 that stores the mail attachment according to the verification link address and the extraction code. Including: Link Address Determine module, server link unit.
  • the link address determining module is configured to determine the verification link address and the extraction code in the above mail.
  • the server link unit is for linking to the server 120 storing the above-mentioned mail attachment based on the above-described verification link address and extraction code.
  • FIG. 9 is a schematic flowchart of a method for sending a mail according to a third embodiment of the present invention. As shown in Figure 9, the method includes:
  • Step 901 Upload an email attachment to the server.
  • Step 902 Receive a verification link address and an extraction code generated by the server, where the verification link address and the extraction code are used to indicate a storage location of the email attachment in the server.
  • Step 903 Add the verification link address and the extraction code to the body of the mail.
  • Step 904 Send the above mail.
  • FIG. 10 is a schematic flowchart diagram of a method for transmitting an email attachment according to Embodiment 3 of the present invention. As shown in Figure 10, the method includes:
  • Step 1001 Receive an email attachment uploaded by a mail sending terminal.
  • Step 1002 Save the above email attachment.
  • Step 1003 Generate and send a verification link address and an extraction code indicating the location where the email attachment is saved to the mail sending terminal according to the storage location of the email attachment.
  • Step 1004 Receive a verification link address and an extraction code sent by the mail receiving terminal, and search for the email attachment pointed to by the verification link address and the extraction code according to the verification link address and the extraction code.
  • Step 1005 Send the above email attachment to the mail receiving terminal.
  • FIG. 11 is a schematic flowchart diagram of a method for receiving a mail according to Embodiment 3 of the present invention. As shown in FIG. 11, the method includes: Step 1101: Receive an email with a verification link address and an extraction code in the text, where the verification link address and the extraction code are used to indicate a location where the attachment of the email is saved in the server.
  • Step 1102 Determine a verification link address and an extraction code in the above mail.
  • Step 1103 Link to the server that saves the email attachment according to the verification link address and the extraction code.
  • Step 1104 Download the above email attachment from the server.
  • the above object can also be achieved in another way, that is, the verification link address and the extraction code are replaced by the verification link address directly containing the extraction code.
  • the user can link to the server storing the email attachment by clicking the verification link address containing the extraction code, and the server directly determines the verification link.
  • the extraction code contained in the address is correct. If the extraction code is correct, the user can download the email attachment from the server, otherwise the user cannot download the email attachment.
  • the attachment in the mail to be sent may be uploaded to the server first, and the verification link address and the extraction code returned by the server for indicating the location of the email attachment storage or the extraction code may be extracted.
  • the verification link address of the code is added to the body of the message, and the message is sent. In this way, even if the size of the attachment in the mail exceeds the limit of the server or the available capacity of the recipient's mailbox, the sender can still send the email, and after receiving the email, the recipient can pass the verification link address and extract in the body of the email.
  • the code or the verification link address containing the extraction code is linked to the server storing the email attachment, and the server determines whether the extraction code is correct, and the extraction code is correct, and the user can download the email attachment from the server. Therefore, the embodiment further improves the security of the user's mail attachment on the basis of the foregoing embodiment, and prevents the user other than the recipient from downloading the mail attachment.
  • the size of the email attachment is further determined.
  • the attachment size is greater than the threshold, the email attachment is uploaded to the server in the manner of the foregoing embodiment of the present invention.
  • the size of the attachment is less than the threshold, the mail can be sent directly according to the conventional method, which improves the efficiency of the user to send and receive small mail attachments.
  • FIG. 12 is a schematic structural diagram of a mail sending terminal according to Embodiment 4 of the present invention.
  • the device includes: an attachment size determining module 111, an email attachment uploading module 112, a link address adding module 113, and a mail sending module 115.
  • the mail attachment uploading module 112, the link address adding module 113, and the mail sending module 115 have the same functions as the corresponding modules in the first embodiment.
  • the attachment size determining module 111 is configured to determine whether the size of the email attachment exceeds a preset attachment size threshold. If yes, the notification email attachment uploading module 112 uploads the email attachment to the server; otherwise, the notification email sending module 115 sends the email in the normal manner. .
  • FIG. 13 is a schematic flowchart diagram of a method for sending a mail according to Embodiment 4 of the present invention. As shown in Figure 13, the method includes:
  • Step 1301 Determine whether the size of the email attachment exceeds a preset attachment size threshold. If yes, execute step 1302 to upload the email attachment to the server; otherwise, directly send the email according to the conventional manner.
  • Step 1302 Upload the above email attachment to the server.
  • Step 1303 Add a link address generated by the server to the body of the mail, where the link address is used to indicate the location where the email attachment is saved in the server.
  • Step 1304 Send the above mail.
  • the method after adding the link address to the body of the email, the method further adds how to obtain the corresponding prompt information of the email attachment to the body of the email, so that the user can apply the application more clearly and clearly.
  • the present invention receives an email attachment.
  • FIG. 14 is a schematic structural diagram of a mail sending terminal according to Embodiment 5 of the present invention.
  • the device includes: an email attachment uploading module 112, a link address adding module 113, a prompt information adding module 114, and a mail sending module 115.
  • the mail attachment uploading module 112 the link address adding module 113, and the mail sending module 115 have the same functions as the corresponding modules in the foregoing embodiment.
  • the prompt information adding module 114 is configured to add corresponding prompt information of how to obtain the mail attachment to the mail body.
  • the above prompt information can be added to the above link address.
  • the specific content can be: "Respected customer, because the attachment in this email is large, it has been saved to the following address, please click the corresponding link to extract, thank you! ".
  • the related information of the email attachment may be added to the above prompt information, for example, the summary information such as the attachment name, the attachment size, and the attachment type, etc., and may also be added to teach the user how to retrieve the stored email attachment. Help URL, etc.
  • FIG. 15 is a schematic flowchart of a method for sending a mail according to Embodiment 5 of the present invention. As shown in Figure 15, the method includes:
  • Step 1501 Upload an email attachment to the server.
  • Step 1502 Add a link address generated by the server to the body of the mail, where the link address is used to indicate the location where the email attachment is saved in the server.
  • Step 1503 Add the corresponding prompt information of how to obtain the above email attachment to the body of the email.
  • Step 1504 Send the above mail.
  • the embodiment further improves the user experience when the application of the present invention receives the email attachment, so that the user can apply the solution of the present invention more clearly and clearly to receive the email attachment.
  • FIG. 16 is a schematic structural diagram of a mail system according to an embodiment of the present invention. As shown in FIG. 16, the system includes: a mail transmitting terminal 110, a server 120, and a mail receiving terminal 130.
  • the mail sending terminal 110 is specifically a mail sending client, and includes: an attachment size determining module 111, an email attachment uploading module 112, a link address adding module 113, a prompt information adding module 114, and a mail sending module 115.
  • the accessory size determining module 111 is configured to determine whether the size of the email attachment exceeds a preset attachment size threshold. If yes, the notification email attachment uploading module 112 uploads the email attachment to the server 120; otherwise, the notification email sending module 115 follows the conventional manner. Send the above message.
  • the email attachment uploading module 112 is configured to upload an email attachment to the server 120.
  • the link address adding module 113 is configured to receive the verification link address and the extraction code generated by the server 120, where the verification link address and the extraction code are used to indicate the storage location of the email attachment in the server 120, and the verification link address and the extraction code are Add to the body of the message.
  • the link address adding module 113 includes: a link address receiving unit, a link address adding unit (the above unit is not shown in the drawing).
  • the link address receiving unit is configured to receive the verification link address and the extraction code generated by the server 120, and the verification link address and the extraction code are used to indicate the storage location of the email attachment in the server 120.
  • the link address adding unit is used to add the above-mentioned verification link address and extraction code to the body of the mail.
  • the prompt information adding module 114 is configured to add the corresponding prompt information of how to obtain the mail attachment to the mail body.
  • the mail sending module 115 is configured to send the above mail.
  • the server 120 is specifically a mail server, and includes: a mail attachment processing module 121, a link address processing module 122, and a mail forwarding module 123.
  • the mail attachment processing module 121 is configured to receive the mail attachment uploaded by the mail sending terminal 110, save the mail attachment, and send the mail attachment to the mail receiving terminal 130.
  • the mail attachment processing module 121 includes: an email attachment receiving unit, a mail attachment storage unit, and an email attachment sending unit (the above units are not shown in the figure).
  • the mail attachment receiving unit is configured to receive the mail attachment uploaded by the mail transmitting terminal 110.
  • the mail attachment storage unit is used to save the above mail attachment.
  • the mail attachment transmitting unit is for transmitting an email attachment to the mail receiving terminal 130.
  • the link address processing module 122 is configured to generate and send a verification link address and an extraction code for indicating the location of saving the email attachment to the mail sending terminal 110 according to the storage location of the email attachment, and receive the verification link address and the identifier sent by the mail receiving terminal 130.
  • the code according to the above verification link address and extraction code, find the mail attachment pointed to by the above link address.
  • the link address processing module 122 includes: a link address generation unit, and an email attachment search unit (the above unit is not shown in the figure).
  • the link address generating unit is configured to generate and transmit to the mail transmitting terminal 110 a verification link address and an extraction code for indicating the storage location of the mail attachment, according to the storage location of the email attachment.
  • the email attachment search unit is configured to receive the verification link address and the extraction code sent by the mail receiving terminal 130, and search for the email attachment pointed to by the verification link address and the extraction code according to the verification link address and the extraction code.
  • the mail forwarding module 123 is configured to transmit the mail sent by the mail transmitting terminal 110 to the mail receiving terminal 130.
  • the mail receiving terminal 130 is specifically a mail receiving client, and includes: a mail receiving module 131, a server linking module 132, and an email attachment downloading module 133.
  • the mail receiving module 131 is configured to receive a mail with a link address in the text, and the link address is used to indicate a storage location of the attachment of the mail in the server 120.
  • the server link module 132 is configured to determine a link address in the mail, and link to the server 120 that stores the mail attachment according to the link address.
  • the method includes: a link address determining unit and a server link unit (the above unit is not shown in the figure).
  • the link address determining unit is for determining a link address in the above mail.
  • the server link unit is configured to link to the server that saves the above-mentioned mail attachment according to the above link address.
  • the mail attachment downloading module 133 is for downloading the above mail attachment from the above server 120.
  • FIG. 17 is a schematic flowchart diagram of a method for sending and receiving mail according to an embodiment of the present invention. As shown in Figure 17, the method includes:
  • Step 1701 Determine whether the size of the email attachment exceeds a preset attachment size threshold. If yes, execute step 1702 to upload the email attachment to the server; otherwise, directly send the email according to the conventional manner.
  • Sender User A can edit the e-mail in the mail editing interface of the mailing terminal as needed, and add attachments to the mail.
  • the mail transmitting terminal receives the email body input by the user A and the email attachment selected by the user A.
  • the mail sending terminal determines the size of the mail attachment selected by the user A.
  • the size threshold of the accessory may be set by the user A in the mail sending terminal in advance, or may be sent by mail.
  • the terminal reads from the server through a specific address. If the size of the email attachment exceeds the preset attachment size threshold, step 1702 is performed; if the email attachment size does not exceed the preset attachment size threshold, the existing technology is used to directly attach the email attachment and the email. The code is sent together.
  • Step 1702 Upload an email attachment to the server.
  • the mail sending terminal judges that the size of the mail attachment exceeds the preset attachment size threshold, uploading the mail attachment to the server, which is the mail server in this embodiment.
  • Step 1703 Receive a verification link address and an extraction code generated by the server, where the verification link address and the extraction code are used to indicate a storage location of the email attachment in the server.
  • the server After receiving the request for uploading an email attachment from the mail sending terminal, the server saves the email attachment uploaded by the terminal. In order to prevent other users except the recipient from downloading the email attachment, the server generates a verification link address and an extraction code for indicating the location where the email attachment is saved, based on the location where the email attachment is stored, and transmits the link address to the mail delivery terminal.
  • the mail sending terminal receives the verification link address and the extraction code generated by the server.
  • Step 1704 Add the verification link address and the extraction code to the body of the mail.
  • the mail sending terminal After receiving the verification link address and the extraction code returned by the server, the mail sending terminal adds the above verification link address and the extraction code to a specific location of the body of the mail, for example, to the end of the body of the mail.
  • Step 1705 Add the corresponding prompt information of how to obtain the above email attachment to the body of the email.
  • the mail sending terminal may further add a corresponding prompt information for guiding the user to retrieve the stored mail attachment to the body of the mail.
  • the above prompt information may be added to the above verification link address and the extraction code.
  • the specific content may be: "Respected customer, because the attachment in this email is large, it has been saved to the following address, please click the corresponding link. And enter the following extraction code to extract, thank you!,,.
  • Step 1706 Send the above mail.
  • the mail sending terminal sends the mail in the same manner as the prior art, that is, the server forwards the mail body including the verification link address and the extraction code and the prompt information, and the mail carries the following information: the sender's mail address and Simple Mailing Protocol (SMTP) server address, etc.
  • SMTP Simple Mailing Protocol
  • Step 1707 Receive an email with a verification link address and an extraction code in the body, and the verification link address and the extraction code are used to indicate the location where the attachment of the email is saved in the server.
  • the server forwards the above-mentioned mail sent by the mail transmitting terminal to the mail receiving terminal.
  • the recipient user B downloads the mail from the server to the local area via the mail receiving terminal (POP), and the body of the mail carries the verification link address and the extraction code.
  • Step 1708 determining a verification link address and an extraction code in the above mail.
  • the mail receiving terminal can determine the verification link address according to the user request, for example, after receiving the user's click on the verification link address in the body of the mail, and after receiving the extracted code input by the user, determine the extraction code. .
  • the mail receiving terminal can also automatically determine the verification link address and the extraction code in the mail body according to the preset setting.
  • Step 1709 Link to the server that saves the email attachment according to the verification link address and the extraction code.
  • the mail receiving terminal links to the server storing the mail attachment based on the verification link address and the extraction code described above.
  • the server searches for the email attachment pointed to by the verification link address and the extraction code according to the verification link address and the extraction code, and sends the email attachment to the mail receiving terminal.
  • Step 1710 Download the above email attachment from the server.
  • the mail receiving terminal downloads the mail attachment from the server, and further performs the corresponding display or opens the mail attachment operation.
  • the user may click the verification link address in the body of the email and input the extraction code to download the email attachment, or pre-set the email sending terminal to automatically determine the verification link address and the extraction code in the body of the email, according to the verification link address and
  • the extraction code is linked to the server that stores the email attachment, and the email attachment is automatically downloaded from the server.
  • the embodiment improves the efficiency of sending and receiving email attachments by the user, and improves the user experience when the email attachment is received, so that the user can apply the solution of the present invention more clearly and clearly to receive the email attachment, and ensure the email attachment of the user.
  • Security prevents users other than the recipient from downloading email attachments. Therefore, the user of this embodiment cannot issue a large mail attachment.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

A mail terminal, server, system and method. The mail terminal includes a mail attachment uploading module (112) used for uploading a mail attachment to a server (120); a linking address adding module (113) used for receiving the linking address generated by the server (120), wherein the linking address is used for indicating where the mail attachment is stored in the server (120), and adding the linking address into the mail text; a mail sending module (115) used for sending the mail. By using the invention, even if the size of the mail attachment exceeds the limitation of a server or the useable capacity of the mail box at receiving side, sending side can also send the mail. After received the mail, receiving side can link to the server stored the mail attachment by means of the linking address in the mail text, and download the attachment from the server. Thereby the invention solves the problem that user can not send a large mail attachment.

Description

一种邮件终端、 服务器、 系统及方法  Mail terminal, server, system and method
技术领域 Technical field
本发明涉及通信领域, 更具体地说, 涉及一种邮件终端、服务器、 系统及方法。 发明背景  The present invention relates to the field of communications, and more particularly to a mail terminal, server, system and method. Background of the invention
现有的电子邮件系统都具有将邮件正文和邮件附件一起发送的功能, 其中 邮件附件可以是任何格式的文件。 目前的邮件系统所釆用的邮件附件发送策略, 是釆用超文本传输协议(HTTP )单点上传, 邮件系统将邮件附件和邮件正文一 起编码形成一个文件进行传送, 接收方收到后, 解码还原。  Existing email systems have the ability to send the message body along with the email attachment, where the email attachment can be any format. The e-mail attachment sending policy used by the current mail system is a single-point upload using Hypertext Transfer Protocol (HTTP). The mail system encodes the e-mail attachment and the body of the mail together to form a file for transmission. After receiving, the receiver decodes reduction.
然而, 由于接收方的邮箱容量或邮件系统策略对邮件大小的限制, 现在能 发送的邮件附件大小一般都有限制, 例如在 50M以内, 而现有很多用户都有发 送邮件附件大小超过 50M的需求, 因此这就存在一个问题: 现有的邮件附件发 送方法不能充分满足用户的需求, 用户无法发送超过限制的大邮件附件。 发明内容  However, due to the size of the recipient's mailbox or the size of the mail system policy, the size of the mail attachments that can be sent is generally limited, for example, within 50M, and many existing users have the requirement to send email attachments larger than 50M. Therefore, there is a problem: The existing method of sending email attachments cannot fully satisfy the user's needs, and the user cannot send large email attachments that exceed the limit. Summary of the invention
有鉴于此, 本发明提出了一种邮件终端、 服务器、 系统及方法, 用以解决 用户无法发送大邮件附件的问题。  In view of this, the present invention proposes a mail terminal, a server, a system and a method for solving the problem that a user cannot send a large mail attachment.
本发明实施例提供了一种邮件终端, 包括: 邮件附件上传模块, 用于向服 务器上传邮件附件; 链接地址添加模块, 用于接收服务器生成的链接地址, 所 述链接地址用于指明所述邮件附件在所述服务器中的保存位置, 并将所述链接 地址添加到邮件正文中; 邮件发送模块, 用于发送所述邮件。  An embodiment of the present invention provides a mail terminal, including: an email attachment uploading module, configured to upload an email attachment to a server; a link address adding module, configured to receive a link address generated by the server, where the link address is used to indicate the email Attaching the attachment location in the server, and adding the link address to the body of the mail; and the mail sending module, configured to send the mail.
本发明实施例还提供了一种服务器, 包括: 邮件附件处理模块, 用于接收 邮件发送终端上传的邮件附件, 保存所述邮件附件, 向邮件接收终端发送邮件 附件; 链接地址处理模块, 用于根据邮件附件的保存位置, 生成并向邮件发送 终端发送用于指明所述邮件附件保存位置的链接地址, 接收邮件接收终端发送 的链接地址, 根据所述链接地址, 查找所述链接地址指向的邮件附件。  The embodiment of the present invention further provides a server, including: an email attachment processing module, configured to receive an email attachment uploaded by a mail sending terminal, save the email attachment, and send an email attachment to the email receiving terminal; and a link address processing module, configured to And generating, according to the saved location of the email attachment, a link address for indicating the location where the email attachment is saved, receiving a link address sent by the email receiving terminal, and searching for the email pointed to by the link address according to the link address annex.
本发明实施例还提供了一种邮件系统, 包括: 邮件发送终端, 用于向服务 器上传邮件附件; 将服务器生成的链接地址添加到邮件正文中, 所述链接地址 用于指明所述邮件附件在所述服务器中的保存位置; 发送所述邮件; 服务器, 用于保存邮件发送终端上传的邮件附件; 生成并向邮件发送终端发送用于指明 所述邮件附件保存位置的链接地址; 根据邮件接收终端发送的链接地址, 查找 所述链接地址指向的邮件附件; 向邮件接收终端发送邮件附件; 邮件接收终端, 用于接收正文中带有链接地址的邮件, 所述链接地址用于指明所述邮件的附件在 服务器中的保存位置; 根据所述链接地址链接到保存所述邮件附件的服务器; 从 所述服务器中下载所述邮件附件。 An embodiment of the present invention further provides a mail system, including: a mail sending terminal, configured to serve Uploading an email attachment; adding a link address generated by the server to the body of the mail, the link address is used to indicate a location where the email attachment is stored in the server; sending the email; and the server is configured to save the email sending terminal Uploading an email attachment; generating and transmitting to the mail sending terminal a link address indicating the location where the email attachment is saved; searching for the email attachment pointed to by the link address according to the link address sent by the mail receiving terminal; sending the email to the mail receiving terminal a mail receiving terminal, configured to receive a mail with a link address in the text, the link address is used to indicate a storage location of the attachment of the mail in the server; and link to save the mail attachment according to the link address a server; downloading the mail attachment from the server.
本发明实施例还提供了一种邮件传输方法, 包括: 向服务器上传邮件附件; 将服务器生成的链接地址添加到邮件正文中, 所述链接地址用于指明所述邮件 附件在所述服务器中的保存位置; 发送所述邮件。  The embodiment of the present invention further provides a mail transmission method, including: uploading an email attachment to a server; adding a link address generated by the server to the email body, the link address being used to indicate that the email attachment is in the server Save location; send the message.
本发明实施例还提供了一种邮件附件传输方法, 包括:  The embodiment of the invention further provides a method for transmitting an email attachment, comprising:
保存邮件发送终端上传的邮件附件; 生成并向邮件发送终端发送用于指明 所述邮件附件保存位置的链接地址; 根据邮件接收终端发送的链接地址, 查找 所述链接地址指向的邮件附件; 向邮件接收终端发送邮件附件。  Saving an email attachment uploaded by the mail sending terminal; generating and transmitting to the mail sending terminal a link address indicating a location where the email attachment is saved; searching for an email attachment pointed by the link address according to the link address sent by the mail receiving terminal; The receiving terminal sends an email attachment.
由上述技术方案可见,相比现有技术,应用本发明提出的邮件终端、服务器、 系统及方法, 可以先将待发送邮件中的附件上传至服务器, 并将服务器返回的、 用于指明上述邮件附件保存位置的链接地址添加到邮件正文中, 再发送邮件。 这 样, 即使邮件中的附件大小超过了服务器的限制或者接收方邮箱的可用容量, 发送方仍可以发送该邮件, 接收方在收到该邮件后, 可以通过该邮件正文中的 链接地址链接到存储邮件附件的服务器, 并从该服务器中下载该附件。 因此, 本发明解决了用户无法发送大邮件附件的问题。 附图简要说明 图 1为本发明实施例一中邮件系统的结构示意图;  It can be seen from the above technical solution that, compared with the prior art, the mail terminal, the server, the system and the method proposed by the present invention can first upload the attachment in the mail to be sent to the server, and return the server to indicate the mail. The link address of the attachment save location is added to the body of the message, and the message is sent. In this way, even if the size of the attachment in the mail exceeds the limit of the server or the available capacity of the recipient's mailbox, the sender can still send the email, and after receiving the email, the recipient can link to the storage through the link address in the body of the email. Mail the attached server, and download the attachment from the server. Therefore, the present invention solves the problem that the user cannot send a large mail attachment. BRIEF DESCRIPTION OF DRAWINGS FIG. 1 is a schematic structural diagram of a mail system according to a first embodiment of the present invention;
图 2为本发明实施例一中邮件发送方法的流程示意图;  2 is a schematic flowchart of a method for sending a mail according to Embodiment 1 of the present invention;
图 3为本发明实施例一中邮件附件传输方法的流程示意图;  3 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 1 of the present invention;
图 4为本发明实施例一中邮件接收方法的流程示意图;  4 is a schematic flowchart of a method for receiving a mail according to Embodiment 1 of the present invention;
图 5为本发明实施例二中邮件系统的结构示意图; 图 6为本发明实施例二中邮件发送方法的流程示意图; FIG. 5 is a schematic structural diagram of a mail system according to Embodiment 2 of the present invention; FIG. 6 is a schematic flowchart of a method for sending a mail according to Embodiment 2 of the present invention;
图 7为本发明实施例二中邮件附件传输方法的流程示意图;  7 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 2 of the present invention;
图 8为本发明实施例二中邮件接收方法的流程示意图;  8 is a schematic flowchart of a method for receiving a mail according to Embodiment 2 of the present invention;
图 9为本发明实施例三中邮件发送方法的流程示意图;  9 is a schematic flowchart of a method for sending a mail according to Embodiment 3 of the present invention;
图 10为本发明实施例三中邮件附件传输方法的流程示意图;  10 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 3 of the present invention;
图 11为本发明实施例三中邮件接收方法的流程示意图;  11 is a schematic flowchart of a method for receiving a mail according to Embodiment 3 of the present invention;
图 12为本发明实施例四中邮件发送终端的结构示意图;  FIG. 12 is a schematic structural diagram of a mail sending terminal according to Embodiment 4 of the present invention; FIG.
图 13为本发明实施例四中邮件发送方法的流程示意图;  13 is a schematic flowchart of a method for sending a mail according to Embodiment 4 of the present invention;
图 14为本发明实施例五中邮件发送终端的结构示意图;  14 is a schematic structural diagram of a mail sending terminal according to Embodiment 5 of the present invention;
图 15为本发明实施例五中邮件发送方法的流程示意图;  15 is a schematic flowchart of a method for sending a mail according to Embodiment 5 of the present invention;
图 16为本发明实施例中邮件系统的结构示意图;  16 is a schematic structural diagram of a mail system according to an embodiment of the present invention;
图 17为本发明实施例中邮件发送和接收方法的流程示意图。 实施本发明的方式  FIG. 17 is a schematic flowchart diagram of a method for sending and receiving mail according to an embodiment of the present invention. Mode for carrying out the invention
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例, 对本发明进行进一步详细说明。 应当理解, 此处所描述的具体实施例仅仅用以解释 本发明, 并不用于限定本发明。  The present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It is understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
本发明实施例提供的邮件终端、 服务器、 系统及方法, 可以向服务器上传 邮件附件; 将服务器生成的链接地址添加到邮件正文中, 上述链接地址用于指 明上述邮件附件在上述服务器中的保存位置; 发送上述邮件; 接收正文中带有 链接地址的邮件, 上述链接地址用于指明上述邮件的附件在服务器中的保存位 置, 根据上述链接地址链接到保存上述邮件附件的服务器, 从上述服务器中下载上 述邮件附件。 因此, 本实施例解决了用户无法发送大邮件附件的问题。  The mail terminal, the server, the system and the method provided by the embodiment of the present invention may upload an email attachment to the server; add the link address generated by the server to the email body, and the link address is used to indicate the location of the email attachment in the server. Sending the above mail; receiving the mail with the link address in the body text, the link address is used to indicate the location where the attachment of the mail is stored in the server, and according to the link address, the server that stores the attachment of the mail is downloaded, and the server is downloaded from the server The above email attachment. Therefore, the present embodiment solves the problem that the user cannot send a large mail attachment.
下面通过实施例来具体说明本发明提供的邮件发送终端、 接收终端、 服务 器, 系统及方法。  The mail sending terminal, the receiving terminal, the server, the system and the method provided by the present invention are specifically described below by way of embodiments.
实施例一 Embodiment 1
参见图 1 , 图 1为本发明实施例一中邮件系统的结构示意图。 如图 1所示, 该系统包括: 邮件发送终端 1 10、 服务器 120、 邮件接收终端 130。 其中, 邮件 发送终端 110和邮件接收终端 130共同组成邮件终端。 其中, 邮件发送终端 110用于向服务器 120上传邮件附件; 将服务器 120 生成的链接地址添加到邮件正文中, 上述链接地址用于指明上述邮件附件在上 述服务器 120中的保存位置; 发送上述邮件。 Referring to FIG. 1, FIG. 1 is a schematic structural diagram of a mail system according to Embodiment 1 of the present invention. As shown in FIG. 1, the system includes: a mail transmitting terminal 1 10, a server 120, and a mail receiving terminal 130. The mail sending terminal 110 and the mail receiving terminal 130 together form a mail terminal. The mail sending terminal 110 is configured to upload an email attachment to the server 120; the link address generated by the server 120 is added to the mail body, and the link address is used to indicate the storage location of the email attachment in the server 120; and the email is sent.
服务器 120用于保存邮件发送终端 110上传的邮件附件; 生成并向邮件发 送终端 110发送用于指明上述邮件附件保存位置的链接地址; 根据邮件接收终 端 130发送的链接地址, 查找上述链接地址指向的邮件附件; 向邮件接收终端 130发送邮件附件。  The server 120 is configured to save the email attachment uploaded by the mail sending terminal 110; generate and send a link address to the mail sending terminal 110 for indicating the location where the email attachment is saved; and according to the link address sent by the mail receiving terminal 130, look for the link address pointed to by the mailing terminal 130 The mail attachment; the mail attachment is sent to the mail receiving terminal 130.
邮件接收终端 130用于接收正文中带有链接地址的邮件, 上述链接地址用于 指明上述邮件的附件在服务器 120中的保存位置; 根据上述链接地址链接到保存 上述邮件附件的服务器 120; 从上述服务器 120中下载上述邮件附件。  The mail receiving terminal 130 is configured to receive a mail with a link address in the text, the link address is used to indicate a storage location of the attachment of the mail in the server 120; and link to the server 120 storing the mail attachment according to the link address; The above mail attachment is downloaded in the server 120.
参见图 2, 图 2 为本发明实施例一中邮件发送方法的流程示意图。 如图 2 所示, 该方法包括:  Referring to FIG. 2, FIG. 2 is a schematic flowchart of a method for sending a mail according to Embodiment 1 of the present invention. As shown in Figure 2, the method includes:
步骤 201、 向服务器上传邮件附件。  Step 201: Upload an email attachment to the server.
步骤 202、 将服务器生成的链接地址添加到邮件正文中, 上述链接地址用于 指明上述邮件附件在上述服务器中的保存位置。  Step 202: Add a link address generated by the server to the body of the mail, where the link address is used to indicate a location where the email attachment is saved in the server.
步骤 203、 发送上述邮件。  Step 203: Send the above mail.
参见图 3 , 图 3为本发明实施例一中邮件附件传输方法的流程示意图。如图 3所示, 该方法包括:  Referring to FIG. 3, FIG. 3 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 1 of the present invention. As shown in Figure 3, the method includes:
步骤 301、 保存邮件发送终端上传的邮件附件。  Step 301: Save the email attachment uploaded by the mail sending terminal.
步骤 302、生成并向邮件发送终端发送用于指明上述邮件附件保存位置的链 接地址。  Step 302: Generate and send a link address to the mail sending terminal for indicating the location where the mail attachment is saved.
步骤 303、根据邮件接收终端发送的链接地址, 查找上述链接地址指向的邮 件附件。  Step 303: Search for a mail attachment pointed to by the link address according to the link address sent by the mail receiving terminal.
步骤 304、 向邮件接收终端发送邮件附件。  Step 304: Send an email attachment to the mail receiving terminal.
参见图 4, 图 4 为本发明实施例一中邮件接收方法的流程示意图。 如图 4 所示, 该方法包括:  Referring to FIG. 4, FIG. 4 is a schematic flowchart diagram of a method for receiving a mail according to Embodiment 1 of the present invention. As shown in Figure 4, the method includes:
步骤 401、 接收正文中带有链接地址的邮件, 上述链接地址用于指明上述邮 件的附件在服务器中的保存位置。  Step 401: Receive an email with a link address in the body text, where the link address is used to indicate a location where the attachment of the mail is saved in the server.
步骤 402、 根据上述链接地址链接到保存上述邮件附件的服务器。 步骤 403、 从上述服务器中下载上述邮件附件。 Step 402: Link to the server that saves the email attachment according to the link address. Step 403: Download the above email attachment from the server.
应用本实施例提出的邮件终端、 服务器、 系统及方法, 发件人可以将待发送 邮件中的附件上传至服务器, 将服务器返回的、 用于指明上述邮件附件保存位置 的链接地址添加到邮件正文中, 发送邮件; 收件人可以接收正文中带有用于指明 邮件附件在服务器中保存位置的链接地址的邮件, 根据上述链接地址链接到保存上 述邮件附件的服务器, 从上述服务器中下载上述邮件附件。 这样, 即使邮件中的附 件大小超过了服务器的限制或者接收方邮箱的可用容量, 发送方仍可以发送该 邮件, 接收方在收到该邮件后, 可以通过该邮件正文中的链接地址链接到存储 邮件附件的服务器, 并从该服务器中下载该附件。 因此, 本实施例解决了用户无 法发送大邮件附件的问题。  Applying the mail terminal, the server, the system and the method provided in the embodiment, the sender can upload the attachment in the to-be-sent mail to the server, and add the link address returned by the server to indicate the location where the email attachment is saved to the body of the email. In the mail, the recipient can receive the mail with the link address indicating the location of the mail attachment in the server, and link to the server that saves the mail attachment according to the link address, and download the mail attachment from the server. . In this way, even if the size of the attachment in the mail exceeds the limit of the server or the available capacity of the recipient's mailbox, the sender can still send the email, and after receiving the email, the recipient can link to the storage through the link address in the body of the email. Mail the attached server, and download the attachment from the server. Therefore, the present embodiment solves the problem that the user cannot transmit a large mail attachment.
实施例二 Embodiment 2
本实施例在前述实施例的基础上, 对邮件发送终端、 接收终端、 服务器的 具体结构进行详细说明。  The present embodiment details the specific structure of the mail transmitting terminal, the receiving terminal, and the server based on the foregoing embodiments.
参见图 5 , 图 5为本发明实施例二中邮件系统的结构示意图。 如图 5所示, 该系统包括: 邮件发送终端 110、 服务器 120、 邮件接收终端 130。  Referring to FIG. 5, FIG. 5 is a schematic structural diagram of a mail system according to Embodiment 2 of the present invention. As shown in FIG. 5, the system includes: a mail transmitting terminal 110, a server 120, and a mail receiving terminal 130.
其中, 邮件发送终端 110包括: 邮件附件上传模块 112、 链接地址添加模块 113、 邮件发送模块 115。  The mail sending terminal 110 includes: an email attachment uploading module 112, a link address adding module 113, and a mail sending module 115.
其中, 邮件附件上传模块 112用于向服务器 120上传邮件附件。  The email attachment uploading module 112 is configured to upload an email attachment to the server 120.
链接地址添加模块 113用于接收服务器 120生成的链接地址, 上述链接地址 用于指明上述邮件附件在上述服务器 120中的保存位置, 并将上述链接地址添加 到邮件正文中。 链接地址添加模块 113包括: 链接地址接收单元、 链接地址添加单 元(以上单元未在图中示出)。  The link address adding module 113 is configured to receive a link address generated by the server 120, and the link address is used to indicate a save location of the mail attachment in the server 120, and add the link address to the body of the mail. The link address adding module 113 includes: a link address receiving unit, a link address adding unit (the above unit is not shown in the drawing).
其中,链接地址接收单元用于接收服务器 120生成的链接地址,上述链接地址 用于指明上述邮件附件在上述服务器 120中的保存位置。  The link address receiving unit is configured to receive a link address generated by the server 120, and the link address is used to indicate a save location of the mail attachment in the server 120.
链接地址添加单元用于将上述链接地址添加到邮件正文中。  The link address adding unit is used to add the above link address to the body of the mail.
邮件发送模块 115用于发送上述邮件。  The mail sending module 115 is configured to send the above mail.
服务器 120包括: 邮件附件处理模块 121、 链接地址处理模块 122。  The server 120 includes: a mail attachment processing module 121, and a link address processing module 122.
其中, 邮件附件处理模块 121用于接收邮件发送终端 110上传的邮件附件, 保存上述邮件附件, 向邮件接收终端 130发送邮件附件。 邮件附件处理模块 121 包括: 邮件附件接收单元、 邮件附件保存单元、 邮件附件发送单元 (以上单元未 在图中示出) 。 The mail attachment processing module 121 is configured to receive the mail attachment uploaded by the mail sending terminal 110, save the mail attachment, and send the mail attachment to the mail receiving terminal 130. Email attachment processing module 121 Including: mail attachment receiving unit, mail attachment storage unit, mail attachment sending unit (the above unit is not shown in the figure).
邮件附件接收单元用于接收邮件发送终端上传的邮件附件。  The mail attachment receiving unit is configured to receive the mail attachment uploaded by the mail sending terminal.
邮件附件保存单元用于保存上述邮件附件。  The mail attachment storage unit is used to save the above mail attachment.
邮件附件发送单元用于向邮件接收终端发送邮件附件。  The mail attachment sending unit is configured to send an email attachment to the mail receiving terminal.
链接地址处理模块 122用于根据邮件附件的保存位置, 生成并向邮件发送终 端 110发送用于指明上述邮件附件保存位置的链接地址,接收邮件接收终端 130 发送的链接地址, 根据上述链接地址, 查找上述链接地址指向的邮件附件。 链 接地址处理模块 122包括: 链接地址生成单元、 邮件附件查找单元(以上单元未在 图中示出 )。  The link address processing module 122 is configured to generate and send a link address for indicating the location of saving the email attachment to the mail sending terminal 110 according to the save location of the email attachment, and receive the link address sent by the mail receiving terminal 130, and search according to the link address. The email attachment pointed to by the above link address. The link address processing module 122 includes: a link address generation unit, and an email attachment search unit (the above units are not shown in the figure).
链接地址生成单元用于才艮据邮件附件的保存位置, 生成并向邮件发送终端发 送用于指明上述邮件附件保存位置的链接地址。  The link address generating unit is configured to generate and send to the mail transmitting terminal a link address for indicating the location where the mail attachment is saved, according to the save location of the mail attachment.
邮件附件查找单元用于接收邮件接收终端发送的链接地址, 根据上述链接地 址, 查找上述链接地址指向的邮件附件。  The mail attachment search unit is configured to receive a link address sent by the mail receiving terminal, and search for the mail attachment pointed to by the link address according to the link address.
邮件接收终端 130包括: 邮件接收模块 131、 服务器链接模块 132、 邮件附 件下载模块 133。  The mail receiving terminal 130 includes: a mail receiving module 131, a server linking module 132, and an email attachment downloading module 133.
其中, 邮件接收模块 131用于接收正文中带有链接地址的邮件, 上述链接地 址用于指明上述邮件的附件在服务器 120中的保存位置。  The mail receiving module 131 is configured to receive a mail with a link address in the text, and the link address is used to indicate a storage location of the attachment of the mail in the server 120.
服务器链接模块 132用于确定上述邮件中的链接地址, 根据上述链接地址链 接到保存上述邮件附件的服务器 120。 包括: 链接地址确定单元、 服务器链接单元 (以上单元未在图中示出)。  The server link module 132 is configured to determine a link address in the mail, and link to the server 120 that stores the mail attachment according to the link address. The method includes: a link address determining unit and a server link unit (the above unit is not shown in the figure).
链接地址确定单元用于确定上述邮件中的链接地址。  The link address determining unit is for determining a link address in the above mail.
服务器链接单元用于根据上述链接地址, 链接到保存上述邮件附件的服务器。 邮件附件下载模块 133用于从上述服务器 120中下载上述邮件附件。  The server link unit is configured to link to the server that saves the above-mentioned mail attachment according to the above link address. The mail attachment downloading module 133 is for downloading the above mail attachment from the above server 120.
参见图 6, 图 6 为本发明实施例二中邮件发送方法的流程示意图。 如图 6 所示, 该方法包括:  Referring to FIG. 6, FIG. 6 is a schematic flowchart of a method for sending a mail according to a second embodiment of the present invention. As shown in Figure 6, the method includes:
步骤 601、 向服务器上传邮件附件。  Step 601: Upload an email attachment to the server.
步骤 602、 接收服务器生成的链接地址, 上述链接地址用于指明上述邮件附 件在上述服务器中的保存位置。 步骤 603、 将上述链接地址添加到邮件正文中。 Step 602: Receive a link address generated by the server, where the link address is used to indicate a location where the email attachment is saved in the server. Step 603: Add the above link address to the body of the mail.
步骤 604、 发送上述邮件。  Step 604: Send the above mail.
参见图 7 , 图 7为本发明实施例二中邮件附件传输方法的流程示意图。如图 7所示, 该方法包括:  Referring to FIG. 7, FIG. 7 is a schematic flowchart of a method for transmitting an email attachment according to Embodiment 2 of the present invention. As shown in Figure 7, the method includes:
步骤 701、 接收邮件发送终端上传的邮件附件。  Step 701: Receive an email attachment uploaded by the mail sending terminal.
步骤 702、 保存上述邮件附件。  Step 702: Save the above email attachment.
步骤 703、 根据邮件附件的保存位置, 生成并向邮件发送终端发送用于指明 上述邮件附件保存位置的链接地址。  Step 703: Generate and send a link address for indicating the location where the email attachment is saved according to the save location of the email attachment.
步骤 704、 接收邮件接收终端发送的链接地址, 根据上述链接地址, 查找上 述链接地址指向的邮件附件。  Step 704: Receive a link address sent by the mail receiving terminal, and find an email attachment pointed to by the link address according to the link address.
步骤 705、 向邮件接收终端发送上述邮件附件。  Step 705: Send the above email attachment to the mail receiving terminal.
参见图 8 , 图 8 为本发明实施例二中邮件接收方法的流程示意图。 如图 8 所示, 该方法包括:  Referring to FIG. 8, FIG. 8 is a schematic flowchart of a method for receiving a mail according to Embodiment 2 of the present invention. As shown in Figure 8, the method includes:
步骤 801、 接收正文中带有链接地址的邮件, 上述链接地址用于指明上述邮 件的附件在服务器中的保存位置。  Step 801: Receive an email with a link address in the body text, where the link address is used to indicate a location where the attachment of the mail is saved in the server.
步骤 802、 确定上述邮件中的链接地址。  Step 802: Determine a link address in the above mail.
步骤 803、 根据上述链接地址, 链接到保存上述邮件附件的服务器。  Step 803: Link to the server that saves the email attachment according to the above link address.
步骤 804、 从上述服务器中下载上述邮件附件。  Step 804: Download the above email attachment from the server.
本实施例在前述实施例的基础上, 对邮件发送终端、 接收终端、 服务器的 具体结构进行了详细说明。应用本实施例提出的邮件终端、服务器、 系统及方法, 即使邮件中的附件大小超过了服务器的限制或者接收方邮箱的可用容量, 发送 方仍可以发送该邮件, 接收方在收到该邮件后, 可以通过该邮件正文中的链接 地址链接到存储邮件附件的服务器, 并从该服务器中下载该附件。 因此, 本实 施例解决了用户无法发送大邮件附件的问题。  The present embodiment details the specific structure of the mail transmitting terminal, the receiving terminal, and the server based on the foregoing embodiments. Applying the mail terminal, server, system and method provided in this embodiment, even if the size of the attachment in the mail exceeds the limit of the server or the available capacity of the recipient's mailbox, the sender can still send the mail, and the receiver receives the mail. , you can link to the server that stores the email attachment through the link address in the body of the message, and download the attachment from the server. Therefore, this embodiment solves the problem that the user cannot send a large mail attachment.
实施例三 Embodiment 3
本实施例在前述实施例的基础上, 进一步提出釆用验证链接地址和提取码 来代替简单的链接地址, 用以防止除收件人之外的用户下载邮件附件。  Based on the foregoing embodiment, this embodiment further proposes to use a verification link address and an extraction code instead of a simple link address to prevent users other than the recipient from downloading the email attachment.
如图 5所示, 该系统包括: 邮件发送终端 110、 服务器 120、 邮件接收终端 As shown in FIG. 5, the system includes: a mail transmitting terminal 110, a server 120, and a mail receiving terminal.
130。 其中, 邮件发送终端 110包括: 邮件附件上传模块 112、 链接地址添加模块 113、 邮件发送模块 115。 130. The mail sending terminal 110 includes: an email attachment uploading module 112, a link address adding module 113, and a mail sending module 115.
其中, 邮件附件上传模块 112和邮件发送模块 115与前述实施例中相应模 块的功能相同。  The mail attachment uploading module 112 and the mail sending module 115 have the same functions as the corresponding modules in the foregoing embodiment.
链接地址添加模块 113用于接收服务器 120生成的验证链接地址和提取码, 上述验证链接地址和提取码用于指明上述邮件附件在上述服务器 120 中的保存 位置, 并将上述验证链接地址和提取码添加到邮件正文中。 链接地址添加模块 113 包括: 链接地址接收单元、 链接地址添加单元(以上单元未在图中示出)。  The link address adding module 113 is configured to receive the verification link address and the extraction code generated by the server 120, where the verification link address and the extraction code are used to indicate the storage location of the email attachment in the server 120, and the verification link address and the extraction code are Add to the body of the message. The link address adding module 113 includes: a link address receiving unit, a link address adding unit (the above unit is not shown in the drawing).
其中, 链接地址接收单元用于接收服务器 120生成的验证链接地址和提取码, 上述验证链接地址和提取码用于指明上述邮件附件在上述服务器 120中的保存位 置。  The link address receiving unit is configured to receive the verification link address and the extraction code generated by the server 120, and the verification link address and the extraction code are used to indicate the storage location of the email attachment in the server 120.
链接地址添加单元用于将上述验证链接地址和提取码添加到邮件正文中。 釆用上述方式, 用户在接收到正文中带有上述验证链接地址和提取码的邮件 后, 通过点击该验证链接地址可以链接到存储该邮件附件的服务器 120中, 但此时 用户无法下载该邮件的附件, 必须输入上述提取码, 服务器 120判断提取码是否正 确, 如果提取码正确, 用户才能从该服务器 120中下载该邮件附件, 否则用户无法 下载该邮件附件。  The link address adding unit is used to add the above-mentioned verification link address and extraction code to the body of the mail.釆 In the above manner, after receiving the email with the verification link address and the extraction code in the text, the user can click on the verification link address to link to the server 120 storing the email attachment, but the user cannot download the email at this time. For the attachment, the above extraction code must be input, and the server 120 determines whether the extraction code is correct. If the extraction code is correct, the user can download the email attachment from the server 120, otherwise the user cannot download the email attachment.
相应地, 服务器 120包括: 邮件附件处理模块 121、 链接地址处理模块 122、 邮件转发模块。  Correspondingly, the server 120 includes: a mail attachment processing module 121, a link address processing module 122, and a mail forwarding module.
其中, 邮件附件处理模块 121与前述实施例中相应模块的功能相同。  The mail attachment processing module 121 has the same function as the corresponding module in the foregoing embodiment.
链接地址处理模块 122用于根据邮件附件的保存位置, 生成并向邮件发送终 端发送用于指明上述邮件附件保存位置的验证链接地址和提取码, 接收邮件接 收终端发送的验证链接地址和提取码, 根据上述验证链接地址和提取码, 查找 上述链接地址指向的邮件附件。 链接地址处理模块 122包括: 链接地址生成单元、 邮件附件查找单元。  The link address processing module 122 is configured to generate and send a verification link address and an extraction code for indicating the location of saving the email attachment to the mail sending terminal according to the storage location of the email attachment, and receive the verification link address and the extraction code sent by the email receiving terminal. According to the above verification link address and extraction code, look for the email attachment pointed to by the above link address. The link address processing module 122 includes: a link address generation unit, and an email attachment search unit.
链接地址生成单元用于才艮据邮件附件的保存位置, 生成并向邮件发送终端发 送用于指明上述邮件附件保存位置的验证链接地址和提取码。  The link address generating unit is configured to generate and send to the mail transmitting terminal a verification link address and an extraction code for indicating the location where the mail attachment is saved, according to the storage location of the email attachment.
邮件附件查找单元用于接收邮件接收终端发送的验证链接地址和提取码, 根 据上述验证链接地址和提取码, 查找上述验证链接地址和提取码指向的邮件附 件。 The mail attachment searching unit is configured to receive the verification link address and the extraction code sent by the mail receiving terminal, and find the mail pointed to by the verification link address and the extraction code according to the verification link address and the extraction code. Pieces.
相应地, 邮件接收终端 130包括: 邮件接收模块 131、服务器链接模块 132、 邮件附件下载模块 133。  Correspondingly, the mail receiving terminal 130 includes: a mail receiving module 131, a server linking module 132, and an email attachment downloading module 133.
其中, 邮件接收模块 131和邮件附件下载模块 133与前述实施例中相应模 块的功能相同。  The mail receiving module 131 and the mail attachment downloading module 133 have the same functions as the corresponding modules in the foregoing embodiment.
服务器链接模块 132用于确定上述邮件中的验证链接地址和提取码,根据上 述验证链接地址和提取码链接到保存上述邮件附件的服务器 120。 包括: 链接地址 确定模块、 服务器链接单元。  The server link module 132 is configured to determine a verification link address and an extraction code in the mail, and link to the server 120 that stores the mail attachment according to the verification link address and the extraction code. Including: Link Address Determine module, server link unit.
链接地址确定模块用于确定上述邮件中的验证链接地址和提取码。  The link address determining module is configured to determine the verification link address and the extraction code in the above mail.
服务器链接单元用于根据上述验证链接地址和提取码, 链接到保存上述邮件 附件的服务器 120。  The server link unit is for linking to the server 120 storing the above-mentioned mail attachment based on the above-described verification link address and extraction code.
参见图 9, 图 9 为本发明实施例三中邮件发送方法的流程示意图。 如图 9 所示, 该方法包括:  Referring to FIG. 9, FIG. 9 is a schematic flowchart of a method for sending a mail according to a third embodiment of the present invention. As shown in Figure 9, the method includes:
步骤 901、 向服务器上传邮件附件。  Step 901: Upload an email attachment to the server.
步骤 902、 接收服务器生成的验证链接地址和提取码, 上述验证链接地址和 提取码用于指明上述邮件附件在上述服务器中的保存位置。  Step 902: Receive a verification link address and an extraction code generated by the server, where the verification link address and the extraction code are used to indicate a storage location of the email attachment in the server.
步骤 903、 将上述验证链接地址和提取码添加到邮件正文中。  Step 903: Add the verification link address and the extraction code to the body of the mail.
步骤 904、 发送上述邮件。  Step 904: Send the above mail.
参见图 10, 图 10为本发明实施例三中邮件附件传输方法的流程示意图。如 图 10所示, 该方法包括:  Referring to FIG. 10, FIG. 10 is a schematic flowchart diagram of a method for transmitting an email attachment according to Embodiment 3 of the present invention. As shown in Figure 10, the method includes:
步骤 1001、 接收邮件发送终端上传的邮件附件。  Step 1001: Receive an email attachment uploaded by a mail sending terminal.
步骤 1002、 保存上述邮件附件。  Step 1002: Save the above email attachment.
步骤 1003、才艮据邮件附件的保存位置,生成并向邮件发送终端发送用于指明 上述邮件附件保存位置的验证链接地址和提取码。  Step 1003: Generate and send a verification link address and an extraction code indicating the location where the email attachment is saved to the mail sending terminal according to the storage location of the email attachment.
步骤 1004、 接收邮件接收终端发送的验证链接地址和提取码, 根据上述验 证链接地址和提取码, 查找上述验证链接地址和提取码指向的邮件附件。  Step 1004: Receive a verification link address and an extraction code sent by the mail receiving terminal, and search for the email attachment pointed to by the verification link address and the extraction code according to the verification link address and the extraction code.
步骤 1005、 向邮件接收终端发送上述邮件附件。  Step 1005: Send the above email attachment to the mail receiving terminal.
参见图 11 , 图 11 为本发明实施例三中邮件接收方法的流程示意图。 如图 11所示, 该方法包括: 步骤 1101、接收正文中带有验证链接地址和提取码的邮件, 上述验证链接地 址和提取码用于指明上述邮件的附件在服务器中的保存位置。 Referring to FIG. 11, FIG. 11 is a schematic flowchart diagram of a method for receiving a mail according to Embodiment 3 of the present invention. As shown in FIG. 11, the method includes: Step 1101: Receive an email with a verification link address and an extraction code in the text, where the verification link address and the extraction code are used to indicate a location where the attachment of the email is saved in the server.
步骤 1102、 确定上述邮件中的验证链接地址和提取码。  Step 1102: Determine a verification link address and an extraction code in the above mail.
步骤 1103、 根据上述验证链接地址和提取码, 链接到保存上述邮件附件的服 务器。  Step 1103: Link to the server that saves the email attachment according to the verification link address and the extraction code.
步骤 1104、 从上述服务器中下载上述邮件附件。  Step 1104: Download the above email attachment from the server.
当然, 在实际应用中, 还可以通过另一种方式实现上述目的, 即以直接包含提 取码的验证链接地址来代替上述验证链接地址和提取码。 釆用上述方式, 用户在接 收到正文中带有包含提取码的验证链接地址的邮件后, 通过点击该包含提取码的验 证链接地址可以链接到存储该邮件附件的服务器中, 服务器直接判断验证链接地址 中包含的提取码是否正确, 如果提取码正确, 用户才能从该服务器中下载该邮件附 件, 否则用户无法下载该邮件附件。  Of course, in practical applications, the above object can also be achieved in another way, that is, the verification link address and the extraction code are replaced by the verification link address directly containing the extraction code.釆 In the above manner, after receiving the email with the verification link address of the extraction code in the body, the user can link to the server storing the email attachment by clicking the verification link address containing the extraction code, and the server directly determines the verification link. The extraction code contained in the address is correct. If the extraction code is correct, the user can download the email attachment from the server, otherwise the user cannot download the email attachment.
应用本实施例提出的邮件发送终端、方法, 可以先将待发送的邮件中的附件 上传至服务器, 并将服务器返回的、 用于指明上述邮件附件保存位置的验证链接 地址和提取码或包含提取码的验证链接地址添加到邮件正文中, 再发送邮件。 这 样, 即使邮件中的附件大小超过了服务器的限制或者接收方邮箱的可用容量, 发送方仍可以发送该邮件, 接收方在收到该邮件后, 可以通过该邮件正文中的 验证链接地址和提取码或包含提取码的验证链接地址链接到存储邮件附件的服务 器中, 服务器判断提取码是否正确, 提取码正确, 用户才能从该服务器中下载该邮 件附件。 因此, 本实施例在前述实施例的基础上, 进一步提高了用户邮件附件的 安全性, 防止了除收件人之外的用户下载邮件附件。  Applying the mail sending terminal and method provided in this embodiment, the attachment in the mail to be sent may be uploaded to the server first, and the verification link address and the extraction code returned by the server for indicating the location of the email attachment storage or the extraction code may be extracted. The verification link address of the code is added to the body of the message, and the message is sent. In this way, even if the size of the attachment in the mail exceeds the limit of the server or the available capacity of the recipient's mailbox, the sender can still send the email, and after receiving the email, the recipient can pass the verification link address and extract in the body of the email. The code or the verification link address containing the extraction code is linked to the server storing the email attachment, and the server determines whether the extraction code is correct, and the extraction code is correct, and the user can download the email attachment from the server. Therefore, the embodiment further improves the security of the user's mail attachment on the basis of the foregoing embodiment, and prevents the user other than the recipient from downloading the mail attachment.
实施例四 Embodiment 4
本实施例在前述实施例的基础上, 在向服务器上传邮件附件前, 进一步对邮 件附件的大小进行判断, 当附件大小大于门限时, 釆用本发明前述实施例中的 方式向服务器上传邮件附件, 而当附件大小小于门限时, 可以直接按照常规方法 发送邮件, 这样就提高了用户发送、 收取小邮件附件的效率。  On the basis of the foregoing embodiment, before uploading the email attachment to the server, the size of the email attachment is further determined. When the attachment size is greater than the threshold, the email attachment is uploaded to the server in the manner of the foregoing embodiment of the present invention. When the size of the attachment is less than the threshold, the mail can be sent directly according to the conventional method, which improves the efficiency of the user to send and receive small mail attachments.
参见图 12, 图 12 为本发明实施例四中邮件发送终端的结构示意图。 如图 12所示, 该装置包括: 附件大小判断模块 111、 邮件附件上传模块 112、 链接地 址添加模块 113、 邮件发送模块 115。 其中, 邮件附件上传模块 112、 链接地址添加模块 113、 邮件发送模块 115 与实施例一中相应模块的功能相同。 Referring to FIG. 12, FIG. 12 is a schematic structural diagram of a mail sending terminal according to Embodiment 4 of the present invention. As shown in FIG. 12, the device includes: an attachment size determining module 111, an email attachment uploading module 112, a link address adding module 113, and a mail sending module 115. The mail attachment uploading module 112, the link address adding module 113, and the mail sending module 115 have the same functions as the corresponding modules in the first embodiment.
附件大小判断模块 111 用于判断邮件附件大小是否超出预设的附件大小门 限, 如果是, 则通知邮件附件上传模块 112向服务器上传上述邮件附件; 否则, 通知邮件发送模块 115按常规方式发送上述邮件。  The attachment size determining module 111 is configured to determine whether the size of the email attachment exceeds a preset attachment size threshold. If yes, the notification email attachment uploading module 112 uploads the email attachment to the server; otherwise, the notification email sending module 115 sends the email in the normal manner. .
参见图 13 , 图 13 为本发明实施例四中邮件发送方法的流程示意图。 如图 13所示, 该方法包括:  Referring to FIG. 13, FIG. 13 is a schematic flowchart diagram of a method for sending a mail according to Embodiment 4 of the present invention. As shown in Figure 13, the method includes:
步骤 1301、判断邮件附件大小是否超出预设的附件大小门限, 如果是, 则执 行步骤 1302, 向服务器上传上述邮件附件; 否则,直接按常规方式发送上述邮件。  Step 1301: Determine whether the size of the email attachment exceeds a preset attachment size threshold. If yes, execute step 1302 to upload the email attachment to the server; otherwise, directly send the email according to the conventional manner.
步骤 1302、 向服务器上传上述邮件附件。  Step 1302: Upload the above email attachment to the server.
步骤 1303、 将服务器生成的链接地址添加到邮件正文中, 上述链接地址用 于指明上述邮件附件在上述服务器中的保存位置。  Step 1303: Add a link address generated by the server to the body of the mail, where the link address is used to indicate the location where the email attachment is saved in the server.
步骤 1304、 发送上述邮件。  Step 1304: Send the above mail.
应用本实施例提出的邮件发送终端、 方法, 在前述实施例的基础上, 在向服 务器上传邮件附件前, 进一步判断该附件大小是否超出预设的门限, 如果是, 则 向服务器上传上述邮件附件; 否则, 按常规方式发送上述邮件。 这样, 当邮件中 的附件较小时, 用户可用按照常规方式直接收发邮件, 而不必执行上传邮件附 件的操作。 因此, 本实施例进一步提高了用户发送、 收取邮件附件的效率。 实施例五  Applying the mail sending terminal and method provided in this embodiment, on the basis of the foregoing embodiment, before uploading the email attachment to the server, further determining whether the size of the attachment exceeds a preset threshold, and if yes, uploading the email attachment to the server ; Otherwise, send the above message as usual. Thus, when the attachment in the mail is small, the user can directly send and receive the mail in the usual manner without performing the operation of uploading the mail attachment. Therefore, the embodiment further improves the efficiency of the user to send and receive the email attachment. Embodiment 5
本实施例在前述实施例的基础上, 在将链接地址添加到邮件正文中后, 进一 步将如何获取上述邮件附件的相应提示信息添加到邮件正文中, 这样就使用户可以 更加清楚、 明白地应用本发明收取邮件附件。  On the basis of the foregoing embodiment, after adding the link address to the body of the email, the method further adds how to obtain the corresponding prompt information of the email attachment to the body of the email, so that the user can apply the application more clearly and clearly. The present invention receives an email attachment.
参见图 14, 图 14 为本发明实施例五中邮件发送终端的结构示意图。 如图 14所示, 该装置包括: 邮件附件上传模块 112、 链接地址添加模块 113、 提示信 息添加模块 114、 邮件发送模块 115。  Referring to FIG. 14, FIG. 14 is a schematic structural diagram of a mail sending terminal according to Embodiment 5 of the present invention. As shown in FIG. 14, the device includes: an email attachment uploading module 112, a link address adding module 113, a prompt information adding module 114, and a mail sending module 115.
其中, 邮件附件上传模块 112、 链接地址添加模块 113、 邮件发送模块 115 与前述实施例中相应模块的功能相同。  The mail attachment uploading module 112, the link address adding module 113, and the mail sending module 115 have the same functions as the corresponding modules in the foregoing embodiment.
提示信息添加模块 114用于将如何获取邮件附件的相应提示信息添加到邮件 正文中。 例如, 上述提示信息可以添加到上述链接地址的上方, 具体内容可以是: "尊 敬的客户, 由于本邮件中的附件较大, 现已保存到以下地址, 请您点击相应链接进 行提取, 谢谢! "。 The prompt information adding module 114 is configured to add corresponding prompt information of how to obtain the mail attachment to the mail body. For example, the above prompt information can be added to the above link address. The specific content can be: "Respected customer, because the attachment in this email is large, it has been saved to the following address, please click the corresponding link to extract, thank you! ".
当然, 在实际应用中, 还可以在上述提示信息中加入邮件附件的相关信息, 例 如: 附件名称、 附件大小和附件类型等摘要信息等, 还可以加入用于教授用户如何 取回存储邮件附件的帮助网址等。  Of course, in the actual application, the related information of the email attachment may be added to the above prompt information, for example, the summary information such as the attachment name, the attachment size, and the attachment type, etc., and may also be added to teach the user how to retrieve the stored email attachment. Help URL, etc.
参见图 15 , 图 15 为本发明实施例五中邮件发送方法的流程示意图。 如图 15所示, 该方法包括:  Referring to FIG. 15, FIG. 15 is a schematic flowchart of a method for sending a mail according to Embodiment 5 of the present invention. As shown in Figure 15, the method includes:
步骤 1501、 向服务器上传邮件附件。  Step 1501: Upload an email attachment to the server.
步骤 1502、 将服务器生成的链接地址添加到邮件正文中, 上述链接地址用 于指明上述邮件附件在上述服务器中的保存位置。  Step 1502: Add a link address generated by the server to the body of the mail, where the link address is used to indicate the location where the email attachment is saved in the server.
步骤 1503、 将如何获取上述邮件附件的相应提示信息添加到邮件正文中。 步骤 1504、 发送上述邮件。  Step 1503: Add the corresponding prompt information of how to obtain the above email attachment to the body of the email. Step 1504: Send the above mail.
应用本实施例提出的邮件发送终端、 方法, 在前述实施例的基础上, 在将链 接地址添加到邮件正文中后, 进一步将如何获取上述邮件附件的相应提示信息添加 到邮件正文中。 这样, 用户在收取邮件附件时, 可以根据相应提示信息的指导, 通过该邮件正文中的链接地址链接到存储邮件附件的服务器, 并从该服务器中 下载该附件。 因此, 本实施例进一步提高了应用本发明收取邮件附件时的用户体 验, 使用户可以更加清楚、 明白地应用本发明方案收取邮件附件。  Based on the foregoing embodiment, after the link address is added to the body of the mail, the corresponding prompt information of how to obtain the mail attachment is further added to the body of the mail. In this way, when the user receives the email attachment, the user can link to the server storing the email attachment through the link address in the body of the email according to the instruction of the corresponding prompt information, and download the attachment from the server. Therefore, the embodiment further improves the user experience when the application of the present invention receives the email attachment, so that the user can apply the solution of the present invention more clearly and clearly to receive the email attachment.
显然, 可以将本发明实施例应用到通过各种终端进行邮件传输的过程中。 这里以通过邮件客户端进行邮件传输的过程为例对本发明的邮件传输方法进行 说明, 但是本领域技术人员应当知悉, 以通过邮件客户端进行邮件传输为例对 本发明进行说明仅仅是示范性的, 并不用于对本发明的保护范围进行限定, 本 发明还可以应用在通过 web方式等其他终端进行邮件传输的过程中。  It will be apparent that embodiments of the present invention can be applied to the process of mail transmission through various terminals. Here, the mail transmission method of the present invention is described by taking the process of mail transmission by the mail client as an example, but those skilled in the art should know that the description of the present invention by way of mail transmission by the mail client is merely exemplary. It is not intended to limit the scope of protection of the present invention, and the present invention can also be applied to the process of mail transmission by other terminals such as the web.
参见图 16 , 图 16为本发明实施例中邮件系统的结构示意图。如图 16所示, 该系统包括: 邮件发送终端 110、 服务器 120、 邮件接收终端 130。  Referring to FIG. 16, FIG. 16 is a schematic structural diagram of a mail system according to an embodiment of the present invention. As shown in FIG. 16, the system includes: a mail transmitting terminal 110, a server 120, and a mail receiving terminal 130.
其中, 邮件发送终端 110具体为邮件发送客户端, 包括: 附件大小判断模 块 111、邮件附件上传模块 112、链接地址添加模块 113、提示信息添加模块 114、 邮件发送模块 115。 其中,附件大小判断模块 111用于判断邮件附件大小是否超出预设的附件大 小门限, 如果是, 则通知邮件附件上传模块 112向服务器 120上传上述邮件附件; 否则, 通知邮件发送模块 115按常规方式发送上述邮件。 The mail sending terminal 110 is specifically a mail sending client, and includes: an attachment size determining module 111, an email attachment uploading module 112, a link address adding module 113, a prompt information adding module 114, and a mail sending module 115. The accessory size determining module 111 is configured to determine whether the size of the email attachment exceeds a preset attachment size threshold. If yes, the notification email attachment uploading module 112 uploads the email attachment to the server 120; otherwise, the notification email sending module 115 follows the conventional manner. Send the above message.
邮件附件上传模块 112用于向服务器 120上传邮件附件。  The email attachment uploading module 112 is configured to upload an email attachment to the server 120.
链接地址添加模块 113用于接收服务器 120生成的验证链接地址和提取码, 上述验证链接地址和提取码用于指明上述邮件附件在上述服务器 120 中的保存 位置, 并将上述验证链接地址和提取码添加到邮件正文中。 链接地址添加模块 113 包括: 链接地址接收单元、 链接地址添加单元(以上单元未在图中示出)。  The link address adding module 113 is configured to receive the verification link address and the extraction code generated by the server 120, where the verification link address and the extraction code are used to indicate the storage location of the email attachment in the server 120, and the verification link address and the extraction code are Add to the body of the message. The link address adding module 113 includes: a link address receiving unit, a link address adding unit (the above unit is not shown in the drawing).
其中, 链接地址接收单元用于接收服务器 120生成的验证链接地址和提取码, 上述验证链接地址和提取码用于指明上述邮件附件在上述服务器 120中的保存位 置。  The link address receiving unit is configured to receive the verification link address and the extraction code generated by the server 120, and the verification link address and the extraction code are used to indicate the storage location of the email attachment in the server 120.
链接地址添加单元用于将上述验证链接地址和提取码添加到邮件正文中。 提示信息添加模块 114用于将如何获取邮件附件的相应提示信息添加到邮件 正文中。  The link address adding unit is used to add the above-mentioned verification link address and extraction code to the body of the mail. The prompt information adding module 114 is configured to add the corresponding prompt information of how to obtain the mail attachment to the mail body.
邮件发送模块 115用于发送上述邮件。  The mail sending module 115 is configured to send the above mail.
服务器 120具体为邮件服务器, 包括: 邮件附件处理模块 121、 链接地址处 理模块 122、 邮件转发模块 123。  The server 120 is specifically a mail server, and includes: a mail attachment processing module 121, a link address processing module 122, and a mail forwarding module 123.
其中, 邮件附件处理模块 121用于接收邮件发送终端 110上传的邮件附件, 保存上述邮件附件, 向邮件接收终端 130发送邮件附件。 邮件附件处理模块 121 包括: 邮件附件接收单元、 邮件附件保存单元、 邮件附件发送单元 (以上单元未 在图中示出) 。  The mail attachment processing module 121 is configured to receive the mail attachment uploaded by the mail sending terminal 110, save the mail attachment, and send the mail attachment to the mail receiving terminal 130. The mail attachment processing module 121 includes: an email attachment receiving unit, a mail attachment storage unit, and an email attachment sending unit (the above units are not shown in the figure).
邮件附件接收单元用于接收邮件发送终端 110上传的邮件附件。  The mail attachment receiving unit is configured to receive the mail attachment uploaded by the mail transmitting terminal 110.
邮件附件保存单元用于保存上述邮件附件。  The mail attachment storage unit is used to save the above mail attachment.
邮件附件发送单元用于向邮件接收终端 130发送邮件附件。  The mail attachment transmitting unit is for transmitting an email attachment to the mail receiving terminal 130.
链接地址处理模块 122用于根据邮件附件的保存位置, 生成并向邮件发送终 端 110 发送用于指明上述邮件附件保存位置的验证链接地址和提取码, 接收邮 件接收终端 130发送的验证链接地址和提取码, 根据上述验证链接地址和提取 码, 查找上述链接地址指向的邮件附件。 链接地址处理模块 122包括: 链接地址 生成单元、 邮件附件查找单元(以上单元未在图中示出)。 链接地址生成单元用于才艮据邮件附件的保存位置,生成并向邮件发送终端 110 发送用于指明上述邮件附件保存位置的验证链接地址和提取码。 The link address processing module 122 is configured to generate and send a verification link address and an extraction code for indicating the location of saving the email attachment to the mail sending terminal 110 according to the storage location of the email attachment, and receive the verification link address and the identifier sent by the mail receiving terminal 130. The code, according to the above verification link address and extraction code, find the mail attachment pointed to by the above link address. The link address processing module 122 includes: a link address generation unit, and an email attachment search unit (the above unit is not shown in the figure). The link address generating unit is configured to generate and transmit to the mail transmitting terminal 110 a verification link address and an extraction code for indicating the storage location of the mail attachment, according to the storage location of the email attachment.
邮件附件查找单元用于接收邮件接收终端 130 发送的验证链接地址和提取 码, 根据上述验证链接地址和提取码, 查找上述验证链接地址和提取码指向的 邮件附件。  The email attachment search unit is configured to receive the verification link address and the extraction code sent by the mail receiving terminal 130, and search for the email attachment pointed to by the verification link address and the extraction code according to the verification link address and the extraction code.
邮件转发模块 123用于向邮件接收终端 130发送邮件发送终端 110发送的 上述邮件。  The mail forwarding module 123 is configured to transmit the mail sent by the mail transmitting terminal 110 to the mail receiving terminal 130.
邮件接收终端 130具体为邮件接收客户端, 包括: 邮件接收模块 131、 服务 器链接模块 132、 邮件附件下载模块 133。  The mail receiving terminal 130 is specifically a mail receiving client, and includes: a mail receiving module 131, a server linking module 132, and an email attachment downloading module 133.
其中, 邮件接收模块 131用于接收正文中带有链接地址的邮件, 上述链接地 址用于指明上述邮件的附件在服务器 120中的保存位置。  The mail receiving module 131 is configured to receive a mail with a link address in the text, and the link address is used to indicate a storage location of the attachment of the mail in the server 120.
服务器链接模块 132用于确定上述邮件中的链接地址, 根据上述链接地址链 接到保存上述邮件附件的服务器 120。 包括: 链接地址确定单元、 服务器链接单元 (以上单元未在图中示出)。  The server link module 132 is configured to determine a link address in the mail, and link to the server 120 that stores the mail attachment according to the link address. The method includes: a link address determining unit and a server link unit (the above unit is not shown in the figure).
链接地址确定单元用于确定上述邮件中的链接地址。  The link address determining unit is for determining a link address in the above mail.
服务器链接单元用于根据上述链接地址, 链接到保存上述邮件附件的服务器。 邮件附件下载模块 133用于从上述服务器 120中下载上述邮件附件。  The server link unit is configured to link to the server that saves the above-mentioned mail attachment according to the above link address. The mail attachment downloading module 133 is for downloading the above mail attachment from the above server 120.
参见图 17 , 图 17为本发明实施例中邮件发送和接收方法的流程示意图。如 图 17所示, 该方法包括:  Referring to FIG. 17, FIG. 17 is a schematic flowchart diagram of a method for sending and receiving mail according to an embodiment of the present invention. As shown in Figure 17, the method includes:
步骤 1701、判断邮件附件大小是否超出预设的附件大小门限, 如果是, 则执 行步骤 1702 , 向服务器上传上述邮件附件; 否则,直接按常规方式发送上述邮件。  Step 1701: Determine whether the size of the email attachment exceeds a preset attachment size threshold. If yes, execute step 1702 to upload the email attachment to the server; otherwise, directly send the email according to the conventional manner.
发件人用户 A可以根据需要, 在邮件发送终端的邮件编辑界面中编辑电子 邮件, 并在该邮件上添加附件。 邮件发送终端接收用户 A输入的电子邮件正文和 用户 A选择的电子邮件附件。  Sender User A can edit the e-mail in the mail editing interface of the mailing terminal as needed, and add attachments to the mail. The mail transmitting terminal receives the email body input by the user A and the email attachment selected by the user A.
邮件发送终端接收到用户 A的发送邮件请求后, 邮件发送终端对用户 A选 择的邮件附件大小进行判断,上述附件大小门限可以是用户 A事先在邮件发送终 端中设置好的, 也可以是邮件发送终端通过某个特定地址从服务器中读取的。 如果邮件附件大小超出预设的附件大小门限, 则执行步骤 1702; 如果邮件附件大 小并未超出预设的附件大小门限, 则直接利用现有技术, 将邮件附件和邮件内 容一起编码发送。 After the mail sending terminal receives the sending mail request of the user A, the mail sending terminal determines the size of the mail attachment selected by the user A. The size threshold of the accessory may be set by the user A in the mail sending terminal in advance, or may be sent by mail. The terminal reads from the server through a specific address. If the size of the email attachment exceeds the preset attachment size threshold, step 1702 is performed; if the email attachment size does not exceed the preset attachment size threshold, the existing technology is used to directly attach the email attachment and the email. The code is sent together.
步骤 1702、 向服务器上传邮件附件。  Step 1702: Upload an email attachment to the server.
邮件发送终端判断出邮件附件大小超出预设的附件大小门限后, 上传邮件附 件到服务器, 该服务器在本实施例中为邮件服务器。  After the mail sending terminal judges that the size of the mail attachment exceeds the preset attachment size threshold, uploading the mail attachment to the server, which is the mail server in this embodiment.
步骤 1703、接收服务器生成的验证链接地址和提取码, 上述验证链接地址和 提取码用于指明上述邮件附件在上述服务器中的保存位置。  Step 1703: Receive a verification link address and an extraction code generated by the server, where the verification link address and the extraction code are used to indicate a storage location of the email attachment in the server.
服务器接收邮件发送终端的上传邮件附件请求后, 保存终端上传的邮件附 件。 为了防止除收件人之外的其他用户下载邮件附件, 服务器根据邮件附件的保存 位置, 生成用于指明上述邮件附件保存位置的验证链接地址和提取码, 并向邮件 发送终端发送上述链接地址。  After receiving the request for uploading an email attachment from the mail sending terminal, the server saves the email attachment uploaded by the terminal. In order to prevent other users except the recipient from downloading the email attachment, the server generates a verification link address and an extraction code for indicating the location where the email attachment is saved, based on the location where the email attachment is stored, and transmits the link address to the mail delivery terminal.
邮件发送终端接收服务器生成的验证链接地址和提取码。  The mail sending terminal receives the verification link address and the extraction code generated by the server.
步骤 1704、 将上述验证链接地址和提取码添加到邮件正文中。  Step 1704: Add the verification link address and the extraction code to the body of the mail.
邮件发送终端接收到服务器返回的验证链接地址和提取码后, 将上述验证链 接地址和提取码添加到邮件正文的特定位置中, 例如添加到邮件正文的最后。  After receiving the verification link address and the extraction code returned by the server, the mail sending terminal adds the above verification link address and the extraction code to a specific location of the body of the mail, for example, to the end of the body of the mail.
步骤 1705、 将如何获取上述邮件附件的相应提示信息添加到邮件正文中。 邮件发送终端还可以进一步添加指导用户取回存储的邮件附件的相应提示信 息到邮件正文中。例如, 上述提示信息可以添加到上述验证链接地址和提取码的上 方, 具体内容可以是: "尊敬的客户, 由于本邮件中的附件较大, 现已保存到以下地 址, 请您点击相应链接, 并输入以下提取码进行提取, 谢谢! ,,。  Step 1705: Add the corresponding prompt information of how to obtain the above email attachment to the body of the email. The mail sending terminal may further add a corresponding prompt information for guiding the user to retrieve the stored mail attachment to the body of the mail. For example, the above prompt information may be added to the above verification link address and the extraction code. The specific content may be: "Respected customer, because the attachment in this email is large, it has been saved to the following address, please click the corresponding link. And enter the following extraction code to extract, thank you!,,.
步骤 1706、 发送上述邮件。  Step 1706: Send the above mail.
该步骤中, 邮件发送终端发送邮件的方式与现有技术相同, 即通过服务器中转 包含上述验证链接地址和提取码和上述提示信息的邮件正文, 邮件中还携带有以 下信息: 发送方邮件地址和简单邮件发送协议(SMTP )服务器地址等。  In this step, the mail sending terminal sends the mail in the same manner as the prior art, that is, the server forwards the mail body including the verification link address and the extraction code and the prompt information, and the mail carries the following information: the sender's mail address and Simple Mailing Protocol (SMTP) server address, etc.
步骤 1707、接收正文中带有验证链接地址和提取码的邮件,上述验证链接地 址和提取码用于指明上述邮件的附件在服务器中的保存位置。  Step 1707: Receive an email with a verification link address and an extraction code in the body, and the verification link address and the extraction code are used to indicate the location where the attachment of the email is saved in the server.
服务器向邮件接收终端转发邮件发送终端发送的上述邮件。 收件人用户 B 通过邮件接收终端以邮局协议(POP )方式将邮件从服务器下载到本地, 该邮件 的正文中带有验证链接地址和提取码。  The server forwards the above-mentioned mail sent by the mail transmitting terminal to the mail receiving terminal. The recipient user B downloads the mail from the server to the local area via the mail receiving terminal (POP), and the body of the mail carries the verification link address and the extraction code.
步骤 1708、 确定上述邮件中的验证链接地址和提取码。 用户 B在接收到上述邮件后, 邮件接收终端可以根据用户请求, 例如, 接 收用户对邮件正文中的验证链接地址的点击后, 确定验证链接地址, 接收用户输入 的上述提取码后, 确定提取码。 Step 1708, determining a verification link address and an extraction code in the above mail. After the user B receives the above-mentioned mail, the mail receiving terminal can determine the verification link address according to the user request, for example, after receiving the user's click on the verification link address in the body of the mail, and after receiving the extracted code input by the user, determine the extraction code. .
用户 B在接收到上述邮件后, 邮件接收终端也可以根据预先设置, 自动确 定邮件正文中的验证链接地址和提取码。  After receiving the above mail, the mail receiving terminal can also automatically determine the verification link address and the extraction code in the mail body according to the preset setting.
步骤 1709、 根据上述验证链接地址和提取码, 链接到保存上述邮件附件的服 务器。  Step 1709: Link to the server that saves the email attachment according to the verification link address and the extraction code.
邮件接收终端根据上述验证链接地址和提取码, 链接到存储该邮件附件的服 务器中。  The mail receiving terminal links to the server storing the mail attachment based on the verification link address and the extraction code described above.
服务器根据上述验证链接地址和提取码, 查找上述验证链接地址和提取码 指向的邮件附件, 并向邮件接收终端发送邮件附件。  The server searches for the email attachment pointed to by the verification link address and the extraction code according to the verification link address and the extraction code, and sends the email attachment to the mail receiving terminal.
步骤 1710、 从上述服务器中下载上述邮件附件。  Step 1710: Download the above email attachment from the server.
邮件接收终端从该服务器中下载该邮件附件,并进一步执行相应的显示或者打 开邮件附件操作。  The mail receiving terminal downloads the mail attachment from the server, and further performs the corresponding display or opens the mail attachment operation.
应用本实施例提出的邮件终端、 服务器、 系统及方法, 可以在向服务器上传 邮件附件前, 进一步判断该附件大小是否超出预设的门限, 如果是, 则向服务器 上传上述邮件附件; 否则, 按常规方式发送上述邮件; 还可以在将验证链接地址 和提取码添加到邮件正文中后, 进一步将如何获取上述邮件附件的相应提示信息添 加到邮件正文中。 在接收到邮件后, 可以根据用户点击邮件正文中的验证链接地 址并输入提取码下载邮件附件,也可以预先设置邮件发送终端自动确定邮件正文中 的验证链接地址和提取码, 根据验证链接地址和提取码链接到存储该邮件附件的服 务器中, 从该服务器中自动下载该邮件附件。 这样, 本实施例提高了用户发送、 收取邮件附件的效率, 还提高了收取邮件附件时的用户体验, 使用户可以更加清 楚、 明白地应用本发明方案收取邮件附件, 并保证了用户邮件附件的安全性, 防 止了除收件人之外的用户下载邮件附件。 因此, 本实施例用户无法发送大邮件 附件的问题。  Applying the mail terminal, the server, the system and the method provided in this embodiment, before uploading the email attachment to the server, further determining whether the size of the attachment exceeds a preset threshold, and if yes, uploading the email attachment to the server; otherwise, pressing The above-mentioned mail is sent in a normal manner; after the verification link address and the extraction code are added to the body of the mail, the corresponding prompt information of how to obtain the above-mentioned mail attachment may be further added to the body of the mail. After receiving the mail, the user may click the verification link address in the body of the email and input the extraction code to download the email attachment, or pre-set the email sending terminal to automatically determine the verification link address and the extraction code in the body of the email, according to the verification link address and The extraction code is linked to the server that stores the email attachment, and the email attachment is automatically downloaded from the server. In this way, the embodiment improves the efficiency of sending and receiving email attachments by the user, and improves the user experience when the email attachment is received, so that the user can apply the solution of the present invention more clearly and clearly to receive the email attachment, and ensure the email attachment of the user. Security prevents users other than the recipient from downloading email attachments. Therefore, the user of this embodiment cannot issue a large mail attachment.
以上所述仅为本发明的较佳实施例而已, 并不用以限制本发明, 凡在本发明的 精神和原则之内所作的任何修改、 等同替换和改进等, 均应包含在本发明的保护范 围之内。  The above is only the preferred embodiment of the present invention, and is not intended to limit the present invention. Any modifications, equivalent substitutions and improvements made within the spirit and principles of the present invention should be included in the protection of the present invention. Within the scope.

Claims

权利要求书 Claim
1、 一种邮件终端, 其特征在于, 包括:  1. A mail terminal, comprising:
邮件附件上传模块, 用于向服务器上传邮件附件;  An email attachment uploading module, configured to upload an email attachment to a server;
链接地址添加模块, 用于接收服务器生成的链接地址, 所述链接地址用于指 明所述邮件附件在所述服务器中的保存位置, 并将所述链接地址添加到邮件正文 中;  a link address adding module, configured to receive a link address generated by the server, where the link address is used to indicate a save location of the email attachment in the server, and add the link address to the body of the email;
邮件发送模块, 用于发送所述邮件。  a mail sending module, configured to send the mail.
2、 如权利要求 1所述的终端, 其特征在于, 所述链接地址添加模块包括: 链接地址接收单元, 用于接收服务器生成的链接地址, 所述链接地址用于指 明所述邮件附件在所述服务器中的保存位置;  2. The terminal according to claim 1, wherein the link address adding module comprises: a link address receiving unit, configured to receive a link address generated by a server, where the link address is used to indicate that the mail attachment is in the office The storage location in the server;
链接地址添加单元, 用于将所述链接地址添加到邮件正文中;  a link address adding unit, configured to add the link address to the body of the mail;
或者, 所述链接地址添加模块包括:  Alternatively, the link address adding module includes:
链接地址接收单元, 用于接收服务器生成的验证链接地址和提取码, 所述验证 链接地址和提取码用于指明所述邮件附件在所述服务器中的保存位置;  a link address receiving unit, configured to receive a verification link address and an extraction code generated by the server, where the verification link address and the extraction code are used to indicate a storage location of the email attachment in the server;
链接地址添加单元, 用于将所述验证链接地址和提取码添加到邮件正文中。 a link address adding unit, configured to add the verification link address and the extraction code to the body of the mail.
3、 如权利要求 2所述的终端, 其特征在于, 进一步包括: The terminal according to claim 2, further comprising:
附件大小判断模块, 用于判断邮件附件大小是否超出预设的附件大小门限, 如果是, 则通知邮件附件上传模块向服务器上传所述邮件附件; 否则, 通知邮件 发送模块按常规方式发送所述邮件。  The accessory size determining module is configured to determine whether the size of the email attachment exceeds a preset attachment size threshold, and if yes, notify the email attachment uploading module to upload the email attachment to the server; otherwise, the notification email sending module sends the email in a conventional manner. .
4、 如权利要求 3所述的终端, 其特征在于, 进一步包括:  4. The terminal according to claim 3, further comprising:
提示信息添加模块, 用于将如何获取邮件附件的相应提示信息添加到邮件正 文中。  A prompt information adding module for adding a corresponding prompt information of how to obtain an email attachment to the body of the mail.
5、 如权利要求 1所述的终端, 其特征在于, 进一步包括:  The terminal according to claim 1, further comprising:
邮件接收模块, 用于接收正文中带有链接地址的邮件, 所述链接地址用于指 明所述邮件的附件在服务器中的保存位置;  a mail receiving module, configured to receive a mail with a link address in the text, where the link address is used to indicate a location where the attachment of the mail is saved in the server;
服务器链接模块, 用于确定所述邮件中的链接地址, 根据所述链接地址链接 到保存所述邮件附件的服务器;  a server link module, configured to determine a link address in the mail, and link to a server that saves the mail attachment according to the link address;
邮件附件下载模块, 用于从所述服务器中下载所述邮件附件。 a mail attachment downloading module, configured to download the mail attachment from the server.
6、 如权利要求 5所述的终端, 其特征在于, 所述服务器链接模块包括: 链接地址确定单元, 用于确定所述邮件中的链接地址; The terminal according to claim 5, wherein the server link module comprises: a link address determining unit, configured to determine a link address in the mail;
服务器链接单元,用于根据所述链接地址,链接到保存所述邮件附件的服务器; 或者, 所述服务器链接模块包括:  a server linking unit, configured to link to a server that saves the email attachment according to the link address; or the server link module includes:
链接地址确定单元, 用于确定所述邮件中的验证链接地址和提取码; 服务器链接单元, 用于根据所述验证链接地址和提取码, 链接到保存所述邮 件附件的服务器。  a link address determining unit, configured to determine a verification link address and an extraction code in the mail; a server linking unit, configured to link to a server that saves the mail attachment according to the verification link address and the extraction code.
7、 一种服务器, 其特征在于, 包括:  7. A server, comprising:
邮件附件处理模块, 用于接收邮件发送终端上传的邮件附件, 保存所述邮件 附件, 向邮件接收终端发送邮件附件;  The email attachment processing module is configured to receive an email attachment uploaded by the email sending terminal, save the email attachment, and send the email attachment to the email receiving terminal;
链接地址处理模块, 用于根据邮件附件的保存位置, 生成并向邮件发送终端发 送用于指明所述邮件附件保存位置的链接地址, 接收邮件接收终端发送的链接 地址, 根据所述链接地址, 查找所述链接地址指向的邮件附件。  a link address processing module, configured to generate, according to a save location of the email attachment, a link address for indicating a location where the email attachment is saved, and a link address sent by the email receiving terminal, according to the link address, The mail attachment pointed to by the link address.
8、 如权利要求 7所述的服务器, 其特征在于, 所述邮件附件处理模块包括: 邮件附件接收单元用于接收邮件发送终端上传的邮件附件;  The server according to claim 7, wherein the mail attachment processing module comprises: an email attachment receiving unit configured to receive an email attachment uploaded by the mail sending terminal;
邮件附件保存单元用于保存所述邮件附件;  The mail attachment saving unit is configured to save the mail attachment;
邮件附件发送单元用于向邮件接收终端发送邮件附件。  The mail attachment sending unit is configured to send an email attachment to the mail receiving terminal.
9、 如权利要求 8所述的服务器, 其特征在于, 所述链接地址处理模块包括: 链接地址生成单元用于才艮据邮件附件的保存位置, 生成并向邮件发送终端发 送用于指明所述邮件附件保存位置的链接地址;  The server according to claim 8, wherein the link address processing module comprises: a link address generating unit configured to generate and send to the mail sending terminal to indicate the save location according to the save location of the email attachment The link address where the email attachment is saved;
邮件附件查找单元用于接收邮件接收终端发送的链接地址, 根据所述链接地 址, 查找所述链接地址指向的邮件附件;  The email attachment search unit is configured to receive a link address sent by the mail receiving terminal, and search for an email attachment pointed to by the link address according to the link address;
或者, 所述链接地址处理模块包括:  Alternatively, the link address processing module includes:
链接地址生成单元用于才艮据邮件附件的保存位置, 生成并向邮件发送终端发 送用于指明所述邮件附件保存位置的验证链接地址和提取码;  The link address generating unit is configured to generate and send to the mail sending terminal a verification link address and an extraction code for indicating a location where the mail attachment is saved, according to the save location of the email attachment;
邮件附件查找单元用于接收邮件接收终端发送的验证链接地址和提取码, 根 据所述验证链接地址和提取码, 查找所述验证链接地址和提取码指向的邮件附 件。  The email attachment searching unit is configured to receive the verification link address and the extraction code sent by the mail receiving terminal, and find the email attachment pointed to by the verification link address and the extraction code according to the verification link address and the extraction code.
10、 如权利要求 9所述的服务器, 其特征在于, 进一步包括: 邮件转发模块, 用于向邮件接收终端发送邮件发送终端发送的邮件。 The server according to claim 9, further comprising: The mail forwarding module is configured to send the mail sent by the mail sending terminal to the mail receiving terminal.
11、 一种邮件系统, 其特征在于, 包括:  11. A mail system, comprising:
邮件发送终端, 用于向服务器上传邮件附件; 将服务器生成的链接地址添 加到邮件正文中, 所述链接地址用于指明所述邮件附件在所述服务器中的保存 位置; 发送所述邮件;  a mail sending terminal, configured to upload a mail attachment to the server; adding a link address generated by the server to the mail body, the link address is used to indicate a storage location of the mail attachment in the server; and sending the mail;
服务器, 用于保存邮件发送终端上传的邮件附件; 生成并向邮件发送终端 发送用于指明所述邮件附件保存位置的链接地址; 根据邮件接收终端发送的链 接地址, 查找所述链接地址指向的邮件附件; 向邮件接收终端发送邮件附件; 邮件接收终端, 用于接收正文中带有链接地址的邮件, 所述链接地址用于指 明所述邮件的附件在服务器中的保存位置; 根据所述链接地址链接到保存所述邮 件附件的服务器; 从所述服务器中下载所述邮件附件。  a server, configured to save an email attachment uploaded by the mail sending terminal; generate and send a link address indicating a location where the email attachment is saved to the mail sending terminal; and find a mail pointed by the link address according to the link address sent by the mail receiving terminal Attaching; sending an email attachment to the mail receiving terminal; the mail receiving terminal, configured to receive the mail with the link address in the text, the link address is used to indicate the storage location of the attachment of the mail in the server; according to the link address Linking to a server that saves the email attachment; downloading the email attachment from the server.
12、 一种邮件传输方法, 其特征在于, 包括:  12. A mail transmission method, comprising:
向服务器上传邮件附件;  Upload an email attachment to the server;
将服务器生成的链接地址添加到邮件正文中, 所述链接地址用于指明所述 邮件附件在所述服务器中的保存位置;  Adding a link address generated by the server to the body of the message, the link address being used to indicate a location where the mail attachment is saved in the server;
发送所述邮件。  Send the message.
13、 如权利要求 12所述的方法, 其特征在于, 所述将服务器生成的链接地 址添加到邮件正文中包括:  13. The method according to claim 12, wherein the adding the link address generated by the server to the body of the mail comprises:
接收服务器生成的链接地址, 将所述链接地址添加到邮件正文中;  Receiving a link address generated by the server, adding the link address to the body of the mail;
或者, 接收服务器生成的验证链接地址和提取码, 将所述验证链接地址和提取 码添加到邮件正文中。  Alternatively, the verification link address and the extraction code generated by the server are received, and the verification link address and the extraction code are added to the body of the message.
14、 如权利要求 13所述的方法, 其特征在于, 进一步包括:  14. The method of claim 13, further comprising:
判断邮件附件大小是否超出预设的附件大小门限, 如果是, 向服务器上传所 述邮件附件; 否则, 直接按常规方式发送所述邮件。  Determine whether the size of the email attachment exceeds the preset attachment size threshold. If yes, upload the email attachment to the server; otherwise, send the email directly in the normal way.
15、 如权利要求 14所述的方法, 其特征在于, 进一步包括:  The method of claim 14, further comprising:
将如何获取所述邮件附件的相应提示信息添加到邮件正文中。  Add the corresponding prompt information of how to get the mail attachment to the body of the mail.
16、 如权利要求 12所述的方法, 其特征在于, 进一步包括:  16. The method of claim 12, further comprising:
接收正文中带有链接地址的邮件,所述链接地址用于指明所述邮件的附件在 服务器中的保存位置; 根据所述链接地址链接到保存所述邮件附件的服务器; Receiving a mail with a link address in the body, the link address is used to indicate a location where the attachment of the mail is saved in the server; Linking to a server that saves the email attachment according to the link address;
从所述服务器中下载所述邮件附件。  Downloading the mail attachment from the server.
17、 如权利要求 16 所述的方法, 其特征在于, 根据所述链接地址链接到保 存所述邮件附件的服务器包括:  17. The method of claim 16, wherein the linking to the server that saves the email attachment according to the link address comprises:
确定所述邮件中的链接地址, 根据所述链接地址, 链接到保存所述邮件附件的 服务器;  Determining a link address in the mail, and linking to a server that saves the mail attachment according to the link address;
或者, 确定所述邮件中的验证链接地址和提取码, 根据所述验证链接地址和提 取码, 链接到保存所述邮件附件的服务器。  Alternatively, the verification link address and the extraction code in the mail are determined, and the server that saves the mail attachment is linked according to the verification link address and the extraction code.
18、 一种邮件附件传输方法, 其特征在于, 包括:  18. A method for transmitting an email attachment, comprising:
保存邮件发送终端上传的邮件附件; 生成并向邮件发送终端发送用于指明 所述邮件附件保存位置的链接地址; 根据邮件接收终端发送的链接地址, 查找 所述链接地址指向的邮件附件; 向邮件接收终端发送邮件附件。  Saving an email attachment uploaded by the mail sending terminal; generating and transmitting to the mail sending terminal a link address indicating a location where the email attachment is saved; searching for an email attachment pointed by the link address according to the link address sent by the mail receiving terminal; The receiving terminal sends an email attachment.
19、 如权利要求 18所述的方法, 其特征在于, 所述生成并向邮件发送终端 发送用于指明所述邮件附件保存位置的链接地址; 根据邮件接收终端发送的链 接地址, 查找所述链接地址指向的邮件附件包括:  The method according to claim 18, wherein the generating and transmitting to the mail transmitting terminal a link address for indicating a location where the mail attachment is saved; and searching for the link according to a link address sent by the mail receiving terminal The email attachments pointed to by the address include:
根据邮件附件的保存位置, 生成并向邮件发送终端发送用于指明所述邮件附 件保存位置的链接地址; 接收邮件接收终端发送的链接地址, 根据所述链接地 址, 查找所述链接地址指向的邮件附件;  Generating and transmitting to the mail sending terminal a link address indicating the location where the mail attachment is saved according to the save location of the email attachment; receiving a link address sent by the mail receiving terminal, and searching for the mail pointed to by the link address according to the link address Attachment
或者, 根据邮件附件的保存位置, 生成并向邮件发送终端发送用于指明所述邮 件附件保存位置的验证链接地址和提取码; 接收邮件接收终端发送的验证链接地址 和提取码, 根据所述验证链接地址和提取码, 查找所述验证链接地址和提取码指向 的邮件附件。  Or generating, according to the saved location of the email attachment, a verification link address and an extraction code for indicating the location where the email attachment is saved; and receiving the verification link address and the extraction code sent by the email receiving terminal, according to the verification The link address and the extraction code are searched for the email attachment attached to the verification link address and the extraction code.
PCT/CN2008/070988 2007-06-08 2008-05-16 Mail terminal, server, system and method WO2008151533A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200710075010.1 2007-06-08
CN200710075010A CN100589456C (en) 2007-06-08 2007-06-08 A kind of sending and receiving method of Email attachment and system

Publications (1)

Publication Number Publication Date
WO2008151533A1 true WO2008151533A1 (en) 2008-12-18

Family

ID=38907082

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2008/070988 WO2008151533A1 (en) 2007-06-08 2008-05-16 Mail terminal, server, system and method

Country Status (2)

Country Link
CN (1) CN100589456C (en)
WO (1) WO2008151533A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103475564A (en) * 2012-06-06 2013-12-25 腾讯科技(深圳)有限公司 Network attachment transmission method and system thereof
CN111506551A (en) * 2020-04-02 2020-08-07 深圳市创维群欣安防科技股份有限公司 Conference file extraction method and system and computer equipment

Families Citing this family (47)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100589456C (en) * 2007-06-08 2010-02-10 腾讯科技(深圳)有限公司 A kind of sending and receiving method of Email attachment and system
WO2011021909A2 (en) 2009-08-21 2011-02-24 Samsung Electronics Co., Ltd. Method and apparatus for providing contents via network, method and apparatus for receiving contents via network, and method and apparatus for backing up data via network, backup data providing device, and backup system
CN102668507A (en) * 2009-08-21 2012-09-12 三星电子株式会社 Method and apparatus for providing contents via network, method and apparatus for receiving contents via network, and method and apparatus for backing up data via network, backup data providing device, and backup system
CN102025647B (en) * 2009-09-17 2013-11-06 中国长城工业总公司 System and method for mail sending and receiving
CN101795243B (en) * 2010-03-26 2013-04-24 成都市华为赛门铁克科技有限公司 Method, device and system for accessing attachment files in electronic mails
US8359361B2 (en) * 2010-05-06 2013-01-22 Microsoft Corporation Techniques to share media files through messaging
CN101924712A (en) * 2010-08-23 2010-12-22 宇龙计算机通信科技(深圳)有限公司 Sending method and system for push mail and mobile terminal
WO2012053649A1 (en) * 2010-10-22 2012-04-26 富士通株式会社 Access control device, access control program, and access control method
US9098836B2 (en) 2010-11-16 2015-08-04 Microsoft Technology Licensing, Llc Rich email attachment presentation
US9165285B2 (en) 2010-12-08 2015-10-20 Microsoft Technology Licensing, Llc Shared attachments
CN102065025A (en) * 2010-12-13 2011-05-18 中国科学院计算技术研究所 Multimedia mail system and multimedia mail receiving and sending method
US20120203701A1 (en) * 2011-02-07 2012-08-09 Ayuso De Paul Joaquin Systems and methods for establishing a communication session between communication devices
CN102651734A (en) * 2011-02-28 2012-08-29 中兴通讯股份有限公司 Media message processing method and device
US8682989B2 (en) 2011-04-28 2014-03-25 Microsoft Corporation Making document changes by replying to electronic messages
US11308449B2 (en) 2011-04-28 2022-04-19 Microsoft Technology Licensing, Llc Storing metadata inside file to reference shared version of file
US9137185B2 (en) 2011-04-28 2015-09-15 Microsoft Technology Licensing, Llc Uploading attachment to shared location and replacing with a link
US20120278402A1 (en) * 2011-04-28 2012-11-01 Microsoft Corporation Presenting links to content as attachments in electronic messages
US10552799B2 (en) 2011-04-28 2020-02-04 Microsoft Technology Licensing, Llc Upload of attachment and insertion of link into electronic messages
US10185932B2 (en) 2011-05-06 2019-01-22 Microsoft Technology Licensing, Llc Setting permissions for links forwarded in electronic messages
CN102819546A (en) * 2011-12-29 2012-12-12 金蝶软件(中国)有限公司 Method and device for associating attachments
CN102594880B (en) * 2012-02-07 2014-10-01 北京锐安科技有限公司 Method for combining data of two sessions in Hyper Text Transport Protocol (HTTP) protocol recovery
CN102624649B (en) * 2012-03-22 2014-12-10 华为技术有限公司 Method, equipment and system for attaching E-mail attachment
CN103685337B (en) * 2012-08-31 2018-03-27 腾讯科技(深圳)有限公司 Method, terminal device and the transfer server of shared file
CN103580991B (en) * 2013-01-05 2017-06-06 网易(杭州)网络有限公司 The method for uploading and equipment of a kind of Email attachment
CN103152247A (en) * 2013-03-20 2013-06-12 东莞宇龙通信科技有限公司 Mail sending method and mail sending device
CN104283763A (en) * 2013-07-01 2015-01-14 深圳市伊登软件有限公司 Service system for transmitting electronic mail with large-information-amount attachment and method for sending and receiving electronic mail
CN103428298A (en) * 2013-08-30 2013-12-04 华南理工大学 Multi-party e-mail attachment sharing management method based on Cloud storage
CN103532834A (en) * 2013-11-11 2014-01-22 珠海市魅族科技有限公司 Method and terminal for sending mail
US20150134751A1 (en) * 2013-11-13 2015-05-14 Microsoft Corporation Sharing a file via email
CN104683213A (en) * 2013-11-28 2015-06-03 腾讯科技(深圳)有限公司 A mail sending method and device
CN104038531A (en) * 2014-05-04 2014-09-10 安徽云盾信息技术有限公司 Method of appending YunFile link to attachment
CN104038405A (en) * 2014-05-09 2014-09-10 小米科技有限责任公司 Method of sending and receiving email and device
US10164920B2 (en) * 2014-05-30 2018-12-25 Apple Inc. Message attachment management
US10055433B2 (en) * 2014-09-18 2018-08-21 Microsoft Technology Licensing, Llc Referenced content indexing
US9985914B2 (en) * 2015-04-23 2018-05-29 Microsoft Technology Licensing, Llc Rich attachment regeneration
CN106445889A (en) * 2015-08-07 2017-02-22 北京国双科技有限公司 Report mail generation method and apparatus
CN105898717A (en) * 2015-10-27 2016-08-24 乐视致新电子科技(天津)有限公司 Mobile terminal mail attachment downloading method
CN105357110B (en) * 2015-12-14 2019-05-24 华为技术有限公司 E-mail sending method, apparatus and system
CN105704012A (en) * 2016-03-17 2016-06-22 国网福建省电力有限公司 Mail system attachment sharing method
CN105847117A (en) * 2016-03-29 2016-08-10 乐视控股(北京)有限公司 Method of sending E-mail having attachment, device, and mobile terminal
CN105959200A (en) * 2016-04-19 2016-09-21 乐视控股(北京)有限公司 E-mail sending method and E-mail transmitting device
CN105847121A (en) * 2016-04-19 2016-08-10 乐视控股(北京)有限公司 Mail sending method and device
CN106254221A (en) * 2016-08-26 2016-12-21 乐视控股(北京)有限公司 The sending, receiving method of a kind of Email attachment and transmission, reception system
CN106230708A (en) * 2016-09-12 2016-12-14 乐视控股(北京)有限公司 Method and the Mail Clients of adnexa is added in mail
CN106656761A (en) * 2016-12-28 2017-05-10 珠海市魅族科技有限公司 Email management method and device
CN107835123A (en) * 2017-12-07 2018-03-23 深圳市小满科技有限公司 E-mail sending method, device, electronic equipment and storage medium
CN112906067B (en) * 2021-03-22 2024-02-23 北京送好运信息技术有限公司 Block chain data preservation method based on e-mail transmission mode

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1276569A (en) * 1999-06-04 2000-12-13 国际商业机器公司 Network mail transmission agent with automatic file appendage memory
CN1773966A (en) * 2004-11-10 2006-05-17 株式会社Ntt都科摩 Server, server system, and e-mail delivery method
JP2006180085A (en) * 2004-12-21 2006-07-06 Osaka Gas Co Ltd Electronic mail system, server, transmission method and transmission/reception program
CN1972250A (en) * 2005-11-22 2007-05-30 腾讯科技(深圳)有限公司 A transmission method and system for attachment of multimedia mail
CN101079846A (en) * 2007-06-08 2007-11-28 腾讯科技(深圳)有限公司 A sending and receiving method and system of Email attachment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1276569A (en) * 1999-06-04 2000-12-13 国际商业机器公司 Network mail transmission agent with automatic file appendage memory
CN1773966A (en) * 2004-11-10 2006-05-17 株式会社Ntt都科摩 Server, server system, and e-mail delivery method
JP2006180085A (en) * 2004-12-21 2006-07-06 Osaka Gas Co Ltd Electronic mail system, server, transmission method and transmission/reception program
CN1972250A (en) * 2005-11-22 2007-05-30 腾讯科技(深圳)有限公司 A transmission method and system for attachment of multimedia mail
CN101079846A (en) * 2007-06-08 2007-11-28 腾讯科技(深圳)有限公司 A sending and receiving method and system of Email attachment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103475564A (en) * 2012-06-06 2013-12-25 腾讯科技(深圳)有限公司 Network attachment transmission method and system thereof
CN111506551A (en) * 2020-04-02 2020-08-07 深圳市创维群欣安防科技股份有限公司 Conference file extraction method and system and computer equipment

Also Published As

Publication number Publication date
CN101079846A (en) 2007-11-28
CN100589456C (en) 2010-02-10

Similar Documents

Publication Publication Date Title
WO2008151533A1 (en) Mail terminal, server, system and method
US6618747B1 (en) Electronic communication delivery confirmation and verification system
WO2009003377A1 (en) Method and system and client for transmitting data in instant messaging system
US8364780B2 (en) Gateway-assisted file transfer
CN103188128B (en) The method for previewing of Email attachment and mailing system
JP2007133869A (en) Terminal machine and its message processing method
JPH10240643A (en) Electronic mail system
WO2011066753A1 (en) Backup method and system of mobile terminal short message
WO2010028565A1 (en) Method, system and client for sending email to instant messaging contact person
WO2011103748A1 (en) Method and mobile communication terminal for managing email
JP2004326318A (en) Communication device
JP4503605B2 (en) Message transfer system and message transfer method
EP2053808B1 (en) The system, method and device for realizing email notification
JP2009118174A (en) Information processor, approval method, and program
US20050154728A1 (en) Notification of access for a sender of an electronic message
JP2002208959A (en) Electronic mail server device, electronic mail transfer control method and recording medium
US20140297722A1 (en) Media message sending method, device and system
JP2008276461A5 (en)
KR20080018393A (en) Real-time intergration messaging system for providing instant messaging service and electronic mail service and service method thereof
WO2012024915A1 (en) Method and system for processing multimedia message
JPH11175419A (en) Electronic mail transmitting and receiving system
JP3183676B2 (en) Fax transmission method and its device
WO2013178096A1 (en) Message sending method, system and client
US20090031323A1 (en) Communication system and method
CN101616370A (en) In wireless communication terminal, receive the method and system of Email by multimedia message

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: 08748594

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 7219/CHENP/2009

Country of ref document: IN

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC OF 160410

122 Ep: pct application non-entry in european phase

Ref document number: 08748594

Country of ref document: EP

Kind code of ref document: A1