KR20130026215A - Method and system for sending mail without download attached file of received mail in mail client environment - Google Patents

Method and system for sending mail without download attached file of received mail in mail client environment Download PDF

Info

Publication number
KR20130026215A
KR20130026215A KR1020110089703A KR20110089703A KR20130026215A KR 20130026215 A KR20130026215 A KR 20130026215A KR 1020110089703 A KR1020110089703 A KR 1020110089703A KR 20110089703 A KR20110089703 A KR 20110089703A KR 20130026215 A KR20130026215 A KR 20130026215A
Authority
KR
South Korea
Prior art keywords
mail
attachment
information
summary information
server
Prior art date
Application number
KR1020110089703A
Other languages
Korean (ko)
Inventor
최준균
양진홍
박효진
송석현
안상홍
Original Assignee
한국과학기술원
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 한국과학기술원 filed Critical 한국과학기술원
Priority to KR1020110089703A priority Critical patent/KR20130026215A/en
Publication of KR20130026215A publication Critical patent/KR20130026215A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/60Business processes related to postal services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/107Computer-aided management of electronic mailing [e-mailing]
    • 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/21Monitoring or handling of messages
    • H04L51/212Monitoring or handling of messages using filtering or selective blocking

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Signal Processing (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • General Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Operations Research (AREA)
  • Data Mining & Analysis (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PURPOSE: A method for sensing a mail in a mail client environment without the download of an attached file of a received mail and a device thereof are provided to minimize a network cost for uploading and downloading the attached file by transmitting summary information of the attached file instead of the attached file. CONSTITUTION: An SMTP requesting module(411) transmits an SMTP message to an SMTP server(430). An attached file check module(412) checks an attached file stored in a mail database(420). A summary information generating module(413) generates summary information of the attached file. An SMTP message generating module(414) transmits an SMTP message to the SMTP message requesting module. An IMAP transmitting module(415) or a POP transmitting module(416) transmits an e-mail to a user terminal according to an e-mail confirmation request. The IMAP transmitting module or the POP transmitting module transmits the summary information to the user terminal according to a summary information transmission request. [Reference numerals] (400) Mail system; (410) Mail server; (411) SMTP requesting module; (412) Attached file check module; (413) Summary information generating module; (414) SMTP message generating module; (415) IMAP transmitting module; (416) POP transmitting module; (420) Mail database; (430) SMTP server

Description

메일 클라이언트 환경에서 수신 메일의 첨부 파일을 다운로드하지 않고 메일을 발송할 수 있는 방법 및 장치{METHOD AND SYSTEM FOR SENDING MAIL WITHOUT DOWNLOAD ATTACHED FILE OF RECEIVED MAIL IN MAIL CLIENT ENVIRONMENT}METHOD AND SYSTEM FOR SENDING MAIL WITHOUT DOWNLOAD ATTACHED FILE OF RECEIVED MAIL IN MAIL CLIENT ENVIRONMENT}

본 발명의 실시예들은 메일 클라이언트 환경에서 전자 메일을 발송하는 메일 발송 방법 및 장치에 관한 것이다.Embodiments of the present invention relate to a mail sending method and apparatus for sending electronic mail in a mail client environment.

전자 메일(e-mail)은 네트워크를 통하여 컴퓨터 사용자 간에 편지나 여러 정보를 주고받는 통신 방법으로서, 최근에는 스마트 폰, 태블릿 PC 등과 같은 모바일 단말의 보급과 함께 다양한 클라이언트 환경에서 사용되고 있다.Electronic mail (e-mail) is a communication method for exchanging letters or various information between computer users through a network. Recently, e-mail is being used in various client environments with the spread of mobile terminals such as smart phones and tablet PCs.

도 1은 일반적인 메일 시스템을 나타내는 블록도이다. 도 1을 참조하면, 메일 시스템(110)은 메일 데이터베이스(112)를 이용하여 전자 메일을 저장하고, SMTP 서버(114)를 통하여 SMTP(Simple Mail Transfer Protocol) 기반으로 외부와 전자 메일을 송수신한다.1 is a block diagram showing a general mail system. Referring to FIG. 1, the mail system 110 stores an e-mail using the mail database 112 and transmits and receives an e-mail with the outside through the SMTP server 114 based on the Simple Mail Transfer Protocol (SMTP).

IMAP 서버(120)는 IMAP(Internet Messaging Access Protocol)를 기반으로, 메일 클라이언트 별로 메일 시스템(110)으로부터 메일을 가져와서 자신의 설정(예를 들어, 메일 시스템 상의 폴더 등)을 유지한 채로 서버 상에서 전자 메일을 관리할 수 있게 해준다. 따라서, IMAP 클라이언트(130)는 IMAP 서버(120)의 웹 페이지를 통하여 전자 메일을 관리할 수 있다.IMAP server 120 is based on the Internet Messaging Access Protocol (IMAP) and retrieves mail from mail system 110 for each mail client and maintains its settings (e.g., folders on mail system) on the server. Allows you to manage your e-mail. Accordingly, the IMAP client 130 may manage e-mail through the web page of the IMAP server 120.

한편, POP 클라이언트(140)는 POP3(Post Office Protocol 3)를 기반으로 전자 메일의 내용만을 송수신할 수 있다.On the other hand, the POP client 140 may send and receive only the contents of the e-mail based on Post Office Protocol 3 (POP3).

도 2 및 도 3은 일반적인 메일 시스템을 통하여 모바일 단말에서 메일이 발송되는 과정을 나타내는 예시도이다.2 and 3 are exemplary views illustrating a process of sending a mail from a mobile terminal through a general mail system.

이와 같은 일반적인 메일 시스템을 통해 모바일 단말이 전자 메일을 수신하는 경우 모바일 단말의 디스플레이에는 메일 어플리케이션을 통하여 도 2(a)에 도시된 바와 같이 수신 메일의 리스트가 표시된다. 이 때, 수신 메일 중 첨부 파일이 첨부된 메일(210)에는 별도로 클립 형태의 아이콘이 표시됨으로써 사용자에게 해당 메일에 첨부 파일이 첨부되어 있음을 알리게 된다.When the mobile terminal receives an electronic mail through such a general mail system, a list of received mails is displayed on the display of the mobile terminal as shown in FIG. At this time, a message in the form of a clip is displayed on the mail 210 to which the attached file is attached among the received mails to inform the user that the attached file is attached to the mail.

첨부 파일이 첨부된 메일을 사용자가 선택하면 도 2(b)에 나타나는 바와 같이 메일 내용과 함께 첨부 파일에 대한 정보(220)가 표시된다. 이후, 사용자는 도 2(c)에 도시된 바와 같은 답장 기능을 통하여 해당 메일에 대한 발송 메일을 작성하거나, 전달 기능(230)을 통해 해당 메일을 전송할 수 있다.When a user selects an e-mail to which an attachment is attached, as shown in FIG. 2 (b), information 220 on the attached file is displayed together with the contents of the e-mail. Thereafter, the user may create a mail sent for the mail through the reply function as shown in FIG. 2C, or transmit the mail through the delivery function 230.

도 3(a)는 일 예로서, 도 2(c)에 도시된 전달 기능(230)이 선택되는 경우를 도시하였다. 전달 기능이 수행되면 도시된 것과 같이 발송 메일에 원본 메시지의 첨부 파일을 포함 여부를 질의하는 메시지(310)가 표시되고, 이 때 첨부 파일을 첨부하는 경우, 도 3(b)와 같이 첨부 파일을 메일 시스템으로부터 다운로드하고 있음을 알리는 메시지(320)가 출력되는 한편, 모바일 단말의 상측에는 데이터 다운로드를 알리는 아이콘(330)이 표시된다. 이 후, 첨부 파일의 다운로드가 끝나면 도 3(c)에 도시된 것과 같이 첨부 파일이 표시되며, 메일 발송 시 첨부 파일의 업로드가 발생한다.FIG. 3A illustrates an example in which the transfer function 230 illustrated in FIG. 2C is selected. When the forwarding function is performed, a message 310 for inquiring whether to include an attachment of the original message is displayed in the outgoing mail as shown, and when the attachment is attached at this time, as shown in FIG. A message 320 informing that the user is downloading from the mail system is output, and an icon 330 informing of data download is displayed on the upper side of the mobile terminal. Thereafter, when the download of the attached file is completed, the attached file is displayed as shown in FIG.

이와 같은 메일 발송 방법에 관한 기술 중 하나로서, 한국공개특허 제10-2010-0065448호(공개일자 2010년 06월 17일) "다양한 첨부파일 전송 방식을 갖는 전자 메일 전송 시스템 및 그 제어방법"에는 첨부파일 원본 요청 메시지와 첨부파일 변환본 요청 메시지 중 기 설정된 조건에 따른 어느 하나가 포함되는 전자 메일 요청 신호를 전자 메일 중계 서버로 전송하여 해당 전자 메일을 수신하고, 전자 메일 중계 서버가 첨부파일 원본 요청 메시지가 포함되어 있으면 해당 첨부 파일에 대해 원본 형태가 유지되도록 처리하고 첨부파일 변환본 요청 메시지가 포함되어 있으면 해당 첨부 파일에 이동통신 단말기에서 직접 처리 가능한 변환본 형태가 되도록 처리하는 것이 기재되어 있다.As one of the technologies related to such a mail sending method, Korean Patent Laid-Open No. 10-2010-0065448 (published June 17, 2010) includes an electronic mail transmission system having various attachment file transmission methods and control methods thereof. Sends an e-mail request signal that includes any of the attachment request message and the attachment conversion request message to the e-mail relay server to receive the e-mail, and the e-mail relay server receives the original attachment file. If the request message is included, the processing of the original file is maintained for the attachment, and if the attachment conversion message is included, the attachment is processed so that the converted file can be processed directly by the mobile terminal. .

그러나, 이와 같은 메일 발송 방법은 시스템 사양 부족으로 인하여 첨부 파일을 확인할 수 없는 단말에서도 첨부 파일을 읽을 수 있도록 메일 중계 서버가 첨부 파일을 변환하여 전송함으로써 모바일 단말 등에서도 첨부 파일을 확인할 수 있도록 하는 방법이 기재되어 있지만, 여전히 메일에 첨부된 첨부 파일의 다운로드 및 업로드에 따른 네트워크 비용 발생 문제 및 프로세싱 파워에 따른 배터리 소비 발생 문제를 해결하지 못하는 단점이 있다. However, such a mail sending method is a method for enabling an email relay server to read an attached file so that the attached file can be read even on a terminal that cannot check the attached file due to a lack of system specifications, thereby enabling the attached file to be checked on a mobile terminal. Although it is described, there is still a disadvantage that can not solve the problem of network costs caused by the download and upload of attachments attached to the mail and the problem of battery consumption caused by processing power.

전자 메일에 첨부되는 첨부 파일의 다운로드 및 업로드에 따른 네트워크 비용 발생을 최소화할 수 있는 메일 발송 장치 및 방법이 개시된다.Disclosed are a mail sending apparatus and method capable of minimizing network costs associated with downloading and uploading an attached file attached to an electronic mail.

첨부 파일의 다운로드 및 업로드에 따라 사용되는 모바일 단말의 프로세싱 파워로 인한 배터리 소모량을 감소시킬 수 있는 메일 발송 장치 및 방법이 개시된다.Disclosed are a mail sending apparatus and method capable of reducing battery consumption due to processing power of a mobile terminal used in accordance with downloading and uploading an attached file.

전자 메일을 발송하는 메일 서버는 상기 전자 메일에서 상기 전자 메일에 첨부되는 첨부 파일의 존재 여부를 확인하는 첨부 파일 체크 모듈과, 상기 전자 메일에 상기 첨부 파일이 첨부되어 있는 경우 상기 첨부 파일의 요약 정보를 생성하는 요약 정보 생성 모듈과, 전자 메일 확인 요청에 따라 상기 전자 메일 및 상기 생성된 요약 정보를 해당하는 사용자 단말로 전송하는 전송 모듈과, 상기 사용자 단말로부터 상기 전자 메일에 대한 발송 메일 및 첨부 파일 선택 정보를 수신하여 이를 기초로 SMTP(Simple Mail Transfer Protocol) 서버가 선택된 첨부 파일을 상기 발송 메일에 첨부하여 발송할 것을 요청하는 SMTP 메시지를 생성하는 SMTP 메시지 생성 모듈을 포함할 수 있다.The mail server that sends an e-mail includes an attachment check module for checking whether an attachment is attached to the e-mail in the e-mail, and summary information of the attachment if the attachment is attached to the e-mail. A summary information generation module for generating a message, a transmission module for transmitting the e-mail and the generated summary information to a corresponding user terminal according to an e-mail confirmation request, and a dispatch mail and an attachment file for the e-mail from the user terminal. It may include an SMTP message generation module for receiving the selection information and generates an SMTP message requesting the Simple Mail Transfer Protocol (SMTP) server to attach and send the selected attachment to the sent mail based on the selection information.

일측에 따르면, 상기 요약 정보는 상기 첨부 파일의 크기에 대한 정보 및 상기 첨부 파일의 형태에 대한 정보 중 적어도 하나를 포함할 수 있다.According to one side, the summary information may include at least one of information on the size of the attachment and the type of the attachment.

다른 측면에 따르면, 상기 요약 정보는 상기 사용자 단말로부터 요약 정보 전송 요청을 수신할 경우에 해당하는 사용자 단말로 전송될 수 있다.According to another aspect, the summary information may be transmitted to the corresponding user terminal when receiving the summary information transmission request from the user terminal.

또 다른 측면에 따르면, 상기 첨부 파일 선택 정보는 상기 요약 정보를 기초로 상기 발송 메일에 첨부하고자 하는 첨부 파일이 선택된 정보 및 상기 첨부 파일을 첨부할 발송 메일에 대한 정보 중 적어도 하나를 포함할 수 있다.According to another aspect, the attachment file selection information may include at least one of information on which an attachment file to be attached to the sending mail is selected based on the summary information, and information on a sending mail to which the attachment is attached. .

전자 메일을 수신하는 사용자 단말은 디스플레이와, 적어도 하나의 프로세서와,The user terminal receiving the e-mail includes a display, at least one processor,

메모리와, 적어도 하나의 프로그램을 포함하고, 상기 프로그램은 상기 메모리에 저장되어 상기 프로세서에 의해 실행되도록 구성되고, 상기 프로그램은 전자 메일에 첨부되는 첨부 파일의 존재 여부를 메일 서버로부터 수신한 상기 전자 메일에서 확인하는 첨부 파일 체크 코드와, 상기 전자 메일에 첨부 파일이 존재하는 경우 상기 첨부 파일의 요약 정보를 상기 메일 서버에 요청하는 요약 정보 요청 코드와, 상기 메일 서버로부터 수신된 상기 요약 정보를 기초로 첨부 파일 선택 정보를 생성하는 선택 정보 생성 코드와, 상기 메일 서버를 통해 발송하고자 하는 발송 메일을 생성하는 발송 메일 생성 코드와, 상기 생성된 첨부 파일 선택 정보 및 상기 생성된 발송 메일 중 적어도 하나를 상기 메일 서버로 전송하는 전송 코드를 포함할 수 있다.A memory, and at least one program, wherein the program is stored in the memory and configured to be executed by the processor, wherein the program receives the e-mail from a mail server whether or not there is an attached file attached to the e-mail. On the basis of the attached file check code, a summary information request code for requesting the mail server for summary information of the attached file if the attachment exists in the e-mail, and the summary information received from the mail server. A selection information generation code for generating attachment selection information, a shipment mail generation code for generating a shipment mail to be sent through the mail server, and at least one of the generated attachment selection information and the generated shipment mail; It may include a transmission code for sending to the mail server.

일측에 따르면, 상기 사용자 단말은 모바일 단말일 수 있다.According to one side, the user terminal may be a mobile terminal.

메일 서버가 전자 메일을 발송하는 방법은 사용자 단말로부터의 전자 메일 확인 요청에 따라 상기 전자 메일을 해당하는 사용자 단말로 전송하는 단계와, 상기 사용자 단말로부터 상기 전자 메일에 대한 발송 메일 및 첨부 파일 선택 정보를 수신하는 단계와, 상기 수신한 발송 메일 및 첨부파일 선택 정보를 기초로 선택된 첨부 파일을 상기 발송 메일에 첨부하여 발송할 것을 요청하는 SMTP(Simple Mail Transfer Protocol) 메시지를 생성하여 SMTP 서버로 전송하는 단계를 포함할 수 있다.The method for sending an e-mail by the mail server includes transmitting the e-mail to a corresponding user terminal according to an e-mail confirmation request from a user terminal, and sending mail and attachment selection information for the e-mail from the user terminal. And generating a Simple Mail Transfer Protocol (SMTP) message requesting that the selected attachment be attached to the sent mail and sent to the SMTP server based on the received mail and attachment selection information. It may include.

일측에 따르면 상기 사용자 단말로부터 상기 전자 메일에 첨부되는 첨부 파일의 요약 정보 전송 요청을 수신하는 단계와, 상기 전자 메일에 상기 첨부 파일이 첨부되어 있는 경우 상기 첨부 파일의 요약 정보를 생성하는 단계와, 상기 생성된 요약 정보를 해당하는 사용자 단말로 전송하는 전송 단계를 더 포함할 수 있다.According to one side of the step of receiving a summary information transmission request of the attachment file attached to the e-mail from the user terminal, generating the summary information of the attachment file if the attachment is attached to the e-mail, The method may further include transmitting the generated summary information to a corresponding user terminal.

사용자 단말이 전자 메일을 발송하는 방법은 전자 메일에 첨부되는 첨부 파일의 존재 여부를 메일 서버로부터 수신한 상기 전자 메일에서 확인하는 단계와, 상기 전자 메일에 첨부 파일이 존재하는 경우 상기 첨부 파일의 요약 정보를 상기 메일 서버에 요청하는 단계와, 상기 메일 서버로부터 수신된 상기 요약 정보를 기초로 첨부 파일 선택 정보를 생성하고 상기 메일 서버를 통해 발송하고자 하는 발송 메일을 생성하는 단계와, 상기 생성된 첨부 파일 선택 정보 및 발송 메일 중 적어도 하나를 상기 메일 서버로 전송하는 단계를 포함할 수 있다.The method of sending an e-mail by the user terminal may include checking whether the attachment is attached to the e-mail in the e-mail received from the mail server, and if the attachment is present in the e-mail, a summary of the attachment. Requesting the information from the mail server, generating attachment selection information based on the summary information received from the mail server, and generating outgoing mail to be sent through the mail server; The method may include transmitting at least one of file selection information and sent mail to the mail server.

첨부 파일이 첨부된 전자 메일을 전송할 때 상기 첨부 파일 대신 첨부 파일의 요약 정보를 전송함으로써 첨부 파일의 다운로드 및 업로드에 따른 네트워크 비용 발생을 최소화할 수 있다.When transmitting an e-mail with an attached file attached, the summary information of the attached file is transmitted instead of the attached file, thereby minimizing network cost incurred by downloading and uploading the attached file.

전자 메일 송수신 시 첨부 파일을 다운로드 및 업로드하지 않음에 따라 모바일 단말의 프로세싱 파워로 인한 배터리 소모량이 감소될 수 있다.Battery consumption due to the processing power of the mobile terminal may be reduced by not downloading and uploading attachments when sending and receiving e-mail.

도 1은 일반적인 메일 시스템을 나타내는 블록도이다.
도 2 및 도 3은 일반적인 메일 시스템을 통하여 모바일 단말에서 메일이 발송되는 과정을 설명하기 위한 예시도이다.
도 4는 본 발명의 일실시예에 있어서, 사용자 단말이 첨부 파일을 다운로드하지 않고 메일을 발송하기 위한 메일 시스템을 나타내는 블록도이다.
도 5는 본 발명의 일실시예에 있어서, 전자 메일 발송 과정을 설명하기 위한 타이밍도이다.
도 6은 본 발명의 일실시예에 있어서, 메일 서버가 전자 메일을 발송하는 방법을 나타내는 흐름도이다.
도 7은 본 발명의 일실시예에 있어서, 사용자 단말이 전자 메일을 발송하는 방법을 나타내는 흐름도이다.
1 is a block diagram showing a general mail system.
2 and 3 are exemplary diagrams for explaining a process of sending a mail from a mobile terminal through a general mail system.
4 is a block diagram illustrating a mail system for sending a mail by a user terminal without downloading an attached file according to an embodiment of the present invention.
5 is a timing diagram illustrating an e-mail sending process according to an embodiment of the present invention.
6 is a flowchart illustrating a method of sending an e-mail by a mail server according to an embodiment of the present invention.
7 is a flowchart illustrating a method of sending an e-mail by a user terminal according to an embodiment of the present invention.

이하, 본 발명의 실시예를 첨부된 도면을 참조하여 상세하게 설명한다.DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

도 4는 본 발명의 일실시예에 있어서, 사용자 단말이 첨부 파일을 다운로드하지 않고 메일을 발송하기 위한 메일 시스템을 나타내는 블록도이다.4 is a block diagram illustrating a mail system for sending a mail by a user terminal without downloading an attached file according to an embodiment of the present invention.

도면을 참조하면 본 발명에 따른 메일 시스템(400)은 메일 서버(410), 메일 데이터베이스(420) 및 SMTP 서버(430)를 포함할 수 있다.Referring to the drawings, the mail system 400 according to the present invention may include a mail server 410, a mail database 420, and an SMTP server 430.

상술하면, 메일 시스템(400)은 사용자 단말과 전자 메일을 송수신하는 시스템으로서 이를 위하여 사용자 단말로부터 발송 요청되는 전자 메일을 수신하는 메일 서버(410), 메일 서버(410)를 통해 수신된 전자 메일을 저장하는 메일 데이터베이스(420) 및 SMTP(Simple Mail Transfer Protocol)를 기반으로 외부와 전자 메일을 송수신SMTP 서버(430)를 포함할 수 있다.In detail, the mail system 400 is a system for transmitting and receiving an e-mail with a user terminal. For this purpose, the mail system 400 receives an e-mail received through the mail server 410 and the mail server 410. It may include an SMTP server 430 for transmitting and receiving e-mail with the outside based on the mail database 420 and the Simple Mail Transfer Protocol (SMTP).

여기서 메일 서버(410)는 SMTP 요청 모듈(411), 첨부 파일 체크 모듈(412), 요약 정보 생성 모듈(413), SMTP 메시지 생성 모듈(414) 및 전송 모듈을 포함할 수 있고, 전송 모듈은 다시 전자 메일의 프로토콜에 따라 IMAP 전송 모듈(415) 및 POP 전송 모듈(416)로 구분될 수 있다.Here, the mail server 410 may include an SMTP request module 411, an attachment file checking module 412, a summary information generating module 413, an SMTP message generating module 414, and a sending module. Depending on the protocol of the e-mail, it may be divided into an IMAP transport module 415 and a POP transport module 416.

SMTP 요청 모듈(411)은 SMTP 서버로 SMTP 메시지를 전송함으로써 SMTP 서버(430)에게 사용자 단말로부터 수신한 전자 메일을 발송할 것을 요청한다.The SMTP request module 411 requests the SMTP server 430 to send an e-mail received from the user terminal by sending an SMTP message to the SMTP server.

첨부 파일 체크 모듈(412)은 메일 데이터베이스(420)에 저장되는 전자 메일에서 첨부 파일의 존재 여부를 확인한다.The attachment check module 412 checks the existence of the attachment in the e-mail stored in the mail database 420.

요약 정보 생성 모듈(413)은 첨부 파일 체크 모듈(412)에서 첨부 파일의 존재 여부를 체크한 결과 전자 메일에 첨부 파일이 첨부되어 있다고 판단되는 경우 해당 첨부 파일의 요약 정보를 생성한다. 이 때 요약 정보에는 첨부 파일의 파일명, 첨부 파일의 크기에 대한 정보, 첨부 파일의 형태(format)에 대한 정보 등이 포함될 수 있다. 일 예로, 요약 정보는 "첨부파일.doc, 1MB"와 같이 전자 메일에 첨부된 첨부파일의 파일명, 확장자 및 해당 파일의 크기(용량) 등의 정보가 포함될 수 있다.The summary information generation module 413 generates summary information of the attachment when the attachment checking module 412 determines that the attachment is attached to the e-mail as a result of checking whether the attachment is present. In this case, the summary information may include a file name of the attached file, information on the size of the attached file, information on the format of the attached file, and the like. For example, the summary information may include information such as a file name, an extension, and a size (capacity) of the attached file attached to the e-mail, such as "attachment.doc, 1MB".

SMTP 메시지 생성 모듈(414)은 사용자 단말로부터 전송 모듈을 통하여 전자 메일에 대한 발송 메일 및 첨부 파일 선택 정보를 수신하고, 이를 기초로 선택된 첨부 파일을 상기 발송 메일에 첨부하여 발송할 것을 요청하는 SMTP 메시지를 생성하여 이를 SMTP 요청 모듈(411)로 전송한다. 이 때, 첨부 파일 선택 정보에는 요약 정보를 기초로 상기 발송 메일에 첨부하고자 하는 첨부 파일이 선택된 정보, 상기 첨부 파일을 첨부할 발송 메일에 대한 정보 등이 포함될 수 있다.The SMTP message generating module 414 receives the sending mail and the attachment file selection information for the e-mail from the user terminal through the sending module, and sends the SMTP message requesting to attach the selected attachment file to the sending mail based on this. It generates and sends it to the SMTP request module 411. At this time, the attachment file selection information may include information on which an attachment file to be attached to the dispatch mail is selected based on summary information, information on a dispatch mail to which the attachment is to be attached, and the like.

전송 모듈 중 IMAP 전송 모듈(415)은 IMAP(Internet Messaging Access Protocol)를 기반으로 전자 메일을 송수신하는 사용자 단말로부터 전자 메일 확인 요청을 수신하면, 해당하는 전자 메일을 상기 사용자 단말로 전송한다. 그리고, 사용자 단말로부터 요약 정보 전송 요청을 수신할 경우에 해당하는 사용자 단말로 요약 정보 생성 모듈(413)에서 생성된 요약 정보를 전송한다.The IMAP transmission module 415 of the transmission module transmits the corresponding e-mail to the user terminal when receiving an e-mail confirmation request from the user terminal that transmits and receives the e-mail based on the Internet Messaging Access Protocol (IMAP). When the summary information transmission request is received from the user terminal, the summary information generated by the summary information generation module 413 is transmitted to the corresponding user terminal.

POP 전송 모듈(416)은 IMAP 전송 모듈(415)와 같이, POP3(Post Office Protocol 3)를 기반으로 전자 메일을 송수신하는 사용자 단말로부터 전자 메일 확인 요청을 수신하면 해당하는 전자 메일을 상기 사용자 단말로 전송하고, 사용자 단말로부터 요약 정보 전송 요청을 수신할 경우에는 해당하는 사용자 단말로 요약 정보 생성 모듈(413)에서 생성된 요약 정보를 전송한다.The POP transmission module 416, like the IMAP transmission module 415, receives an e-mail confirmation request from a user terminal that sends and receives e-mail based on Post Office Protocol 3 (POP3), and sends the corresponding e-mail to the user terminal. When receiving the summary information transmission request from the user terminal, and transmits the summary information generated by the summary information generation module 413 to the corresponding user terminal.

한편, 사용자 단말은 디스플레이, 적어도 하나의 프로세서, 메모리 및 적어도 하나의 프로그램을 포함할 수 있다. 이 때 사용자 단말은 모바일 단말일 수 있다.Meanwhile, the user terminal may include a display, at least one processor, a memory, and at least one program. In this case, the user terminal may be a mobile terminal.

상기 프로그램은 상기 메모리에 저장되어 상기 프로세서에 의해 실행되도록 구성되고, 전자 메일에 첨부되는 첨부 파일의 존재 여부를 메일 서버(410)로부터 수신한 전자 메일에서 확인하는 첨부 파일 체크 코드, 전자 메일에 첨부 파일이 존재하는 경우 첨부 파일의 요약 정보를 상기 메일 서버(410)에 요청하는 요약 정보 요청 코드, 메일 서버(410)로부터 수신된 요약 정보를 기초로 첨부 파일 선택 정보를 생성하는 선택 정보 생성 코드, 메일 서버(410)를 통해 발송하고자 하는 발송 메일을 생성하는 발송 메일 생성 코드, 생성된 첨부 파일 선택 정보 및 생성된 발송 메일 중 적어도 하나를 상기 메일 서버로 전송하는 전송 코드를 포함할 수 있다.The program is configured to be stored in the memory and executed by the processor, the attachment check code for confirming in the e-mail received from the mail server 410 whether the attachment is attached to the e-mail, attached to the e-mail A summary information request code for requesting summary information of an attached file to the mail server 410 if a file exists, a selection information generation code for generating attachment selection information based on the summary information received from the mail server 410, The mail server 410 may include a transmission mail generation code for generating a transmission mail to be sent, a transmission code for transmitting at least one of the generated attachment file selection information and the generated transmission mail to the mail server.

따라서, 사용자 단말은 상기 프로그램의 첨부 파일 체크 코드를 기초로 전자 메일의 첨부 파일 유무를 체크할 수 있고, 요약 정보 요청 코드를 기초로 메일 서버로부터 첨부 파일에 대한 요약 정보를 수신하고, 발송 메일에 첨부할 첨부 파일을 첨부 파일 선택 코드를 통하여 선택함으로써 첨부 파일을 다운로드하지 않고도 전자 메일을 발송할 수 있다.Therefore, the user terminal can check the presence or absence of the attachment of the e-mail on the basis of the attachment file check code of the program, receive the summary information on the attachment from the mail server based on the summary information request code, By selecting an attachment to be attached through an attachment selection code, an e-mail can be sent without downloading the attachment.

이하, 도 5를 참조하여 메일 서버와 사용자 간 전자 메일 발송 과정을 보다 상세히 설명한다. 도 5는 본 발명의 일실시예에 있어서, 전자 메일 발송 과정을 설명하기 위한 타이밍도이다.Hereinafter, the e-mail sending process between the mail server and the user will be described in more detail with reference to FIG. 5. 5 is a timing diagram illustrating an e-mail sending process according to an embodiment of the present invention.

사용자 단말(520)이 메일 서버(510)에 첨부 파일을 포함된 메일을 요청하는 경우, 메일 서버(510)는 첨부 파일을 제외한 메일 본문을 해당 사용자 단말(520)로 전송한다. 이후, 사용자 단말(520)에서 수신된 메일이 확인된 후 사용자에 의해 '보내기' 또는 '전달'이 선택되고 첨부 파일 포함 여부에 대한 질의에 대한 응답으로서 발송 메일에 첨부 파일을 포함하는 경우, 사용자 단말(520)은 메일 서버(510)에 첨부 파일의 요약 정보를 요청한다. 메일 서버(510)는 첨부 파일의 요약 정보를 요청 받으면, 해당하는 첨부 파일의 요약 정보를 생성하고 이를 사용자 단말(520)로 전송한다. 이후 사용자 단말(520)에서 요약 정보 확인, 첨부 파일 선택 및 발송 메일이 작성되면, 사용자 단말(520)은 메일 서버(510)로 수신자의 주소, 발송 메일 및 첨부 파일 선택 정보 등을 업로드하여 메일 발송을 요청한다. 메일 발송을 요청 받은 메일 서버(510)는 SMTP 메시지를 생성하여 SMTP 서버측에 메일 발송을 요청하는 한편, 메일 데이터베이스에 저장된 첨부 파일에 대한 정보를 SMTP 서버로 전송한다.When the user terminal 520 requests a mail including an attachment to the mail server 510, the mail server 510 transmits a mail body excluding the attachment to the corresponding user terminal 520. Subsequently, when the mail received from the user terminal 520 is confirmed, the user selects 'send' or 'forwarding' and includes the attachment in the sent mail as a response to the query whether the attachment is included. The terminal 520 requests the summary information of the attached file from the mail server 510. When the mail server 510 receives the summary information of the attachment, the mail server 510 generates the summary information of the corresponding attachment and transmits the summary information to the user terminal 520. Thereafter, when the summary information is checked, the attachment selection and the sending mail are created in the user terminal 520, the user terminal 520 uploads the address, the sending mail, and the attachment selection information of the receiver to the mail server 510 to send the mail. Ask. The mail server 510, which has been requested to send a mail, generates an SMTP message, requests the mail to be sent to the SMTP server, and transmits information on the attachment file stored in the mail database to the SMTP server.

따라서, 사용자 단말은 첨부 파일을 다운로드하거나 업로드하지 않고도 메일을 발송할 수 있으므로, 첨부 파일의 다운로드 및 업로드에 따른 네트워크 비용 발생을 최소화할 수 있고, 사용자 단말이 모바일 단말인 경우에는 프로세싱 파워로 인한 배터리 소모량을 최소화할 수도 있다.Therefore, since the user terminal can send an e-mail without downloading or uploading the attachment, it is possible to minimize the network cost incurred by downloading and uploading the attachment, and when the user terminal is a mobile terminal, battery consumption due to processing power May be minimized.

도 6은 본 발명의 일실시예에 있어서, 메일 서버가 전자 메일을 발송하는 방법을 나타내는 흐름도이다.6 is a flowchart illustrating a method of sending an e-mail by a mail server according to an embodiment of the present invention.

먼저 메일 서버가 전자 메일을 발송하는 방법을 살펴보면, 메일 서버는 사용자 단말로부터의 전자 메일 확인 요청에 따라 해당하는 전자 메일을 상기 사용자 단말로 전송한다(S610). 이 때, 전송된 전자 메일에 첨부 파일이 존재함에 따라 사용자 단말로부터 첨부 파일의 요약 정보 전송 요청을 수신하면(S620), 메일 서버는 요약 정보 전송 요청을 기초로 메일 데이터베이스에서 첨부 파일을 검색하고(S630) 첨부 파일의 요약 정보를 생성하여 사용자 단말로 전송한다(S640). 이후, 메일 서버는 사용자 단말로부터 상기 전자 메일에 대해 발송하고자 하는 발송 메일, 상기 발송 메일에 첨부하고자 하는 첨부 파일에 대한 정보를 포함하는 첨부 파일 선택 정보를 수신하면(S650), 상기 수신한 발송 메일 및 첨부파일 선택 정보를 기초로 선택된 첨부 파일을 상기 발송 메일에 첨부하여 발송할 것을 요청하는 SMTP 메시지를 생성하여 SMTP 서버로 전송한다(S660).First, a method of sending an e-mail by a mail server, the mail server transmits a corresponding e-mail to the user terminal according to an e-mail confirmation request from the user terminal (S610). At this time, when the attachment is present in the transmitted e-mail, when receiving a request for transmitting summary information of the attachment from the user terminal (S620), the mail server searches for the attachment in the mail database based on the request for transmitting the summary information (S620). S630) Generates summary information of the attached file and transmits it to the user terminal (S640). Subsequently, when the mail server receives from the user terminal the attachment mail to be sent for the e-mail and the attachment file selection information including information on the attachment to be attached to the mail, the received mail is received (S650). And generates an SMTP message requesting to send the selected attachment file based on the attachment file selection information to the sending mail and transmits it to the SMTP server (S660).

이하, 도 7을 참조하여 사용자 단말이 전자 메일을 발송하는 방법을 살펴본다. 도 7은 본 발명의 일실시예에 있어서, 사용자 단말이 전자 메일을 발송하는 방법을 나타내는 흐름도이다.Hereinafter, a method of sending an e-mail by the user terminal will be described with reference to FIG. 7. 7 is a flowchart illustrating a method of sending an e-mail by a user terminal according to an embodiment of the present invention.

사용자에 의해 메일 보내기 또는 전달이 선택되면(S710), 사용자 단말은 전자 메일에 첨부되는 첨부 파일의 존재 여부를 메일 서버로부터 수신한 전자 메일에서 확인한다(S720). 확인 결과 상기 전자 메일에 첨부 파일이 존재하는 경우, 사용자 단말은 첨부 파일의 요약 정보를 메일 서버에 요청하여(S730) 메일 서버로부터 요약 정보를 다운로드한다. 그리고 수신한 요약 정보를 기초로 첨부 파일 선택 정보를 생성하고 상기 메일 서버를 통해 발송하고자 하는 발송 메일을 생성하여 메일 서버로 전송한다(S740).When sending or forwarding mail is selected by the user (S710), the user terminal checks whether the attachment file attached to the electronic mail exists in the electronic mail received from the mail server (S720). As a result of the check, if the attached file exists in the electronic mail, the user terminal requests the summary information of the attached file to the mail server (S730) and downloads the summary information from the mail server. Then, the attachment file selection information is generated based on the received summary information, and a sent mail to be sent through the mail server is generated and transmitted to the mail server (S740).

따라서, 본 발명에 따른 메일 발송 방법을 이용하면 첨부 파일이 포함된 전자 메일을 확인하거나, 첨부 파일을 전달하고자 하는 경우에도 상기 첨부 파일을 사용자 단말에 다운로드하거나 메일 서버로 업로드하지 않고도 첨부 파일이 첨부된 전자 메일을 발송할 수 있음에 따라 네트워크 비용의 발생을 최소화할 수 있으며 모바일 단말에서 전자 메일을 발송하는 경우 모바일 단말의 배터리 소모량을 감소시킬 수 있다.Therefore, when using the mail sending method according to the present invention, even if you want to check the e-mail containing the attachment, or deliver the attachment, the attachment is attached without downloading the attachment to the user terminal or upload to the mail server Since the e-mail can be sent, the occurrence of network cost can be minimized, and when the e-mail is sent from the mobile terminal, the battery consumption of the mobile terminal can be reduced.

본 발명의 실시예들은 다양한 컴퓨터로 구현되는 동작을 수행하기 위한 프로그램 명령을 포함하는 컴퓨터 판독 가능 매체를 포함한다. 특히, 본 실시예에서는 전자 메일에 첨부되는 첨부 파일의 존재 여부를 메일 서버로부터 수신한 상기 전자 메일에서 확인하는 첨부 파일 체크 코드와, 상기 전자 메일에 첨부 파일이 존재하는 경우 상기 첨부 파일의 요약 정보를 상기 메일 서버에 요청하는 요약 정보 요청 코드와, 상기 메일 서버로부터 수신된 상기 요약 정보를 기초로 첨부 파일 선택 정보를 생성하는 선택 정보 생성 코드와, 상기 메일 서버를 통해 발송하고자 하는 발송 메일을 생성하는 발송 메일 생성 코드와, 상기 생성된 첨부 파일 선택 정보 및 상기 생성된 발송 메일 중 적어도 하나를 상기 메일 서버로 전송하는 전송 코드를 포함하는 프로그램이 기록되는 컴퓨터 판독 가능 매체를 포함할 수 있다. 본 실시예에 따른 프로그램은 PC 기반의 프로그램 또는 모바일 단말 전용 어플리케이션(예를 들어, 스마트폰 어플리케이션, 피쳐폰 VM(virtual machine) 등의 형태) 등으로 구성될 수 있다. 이는, 사용자 단말 및/또는 전자책 서비스 시스템의 메모리에 저장되어 사용자 단말 및/또는 전자책 서비스 시스템에서 구동되는 하나 이상의 프로세서에 의해 실행되도록 구성될 수 있다.Embodiments of the present invention include computer readable media including program instructions for performing various computer implemented operations. In particular, in the present embodiment, an attachment check code for confirming in the e-mail received from the mail server whether the attachment is attached to the e-mail and a summary information of the attachment when the attachment is present in the e-mail. A summary information request code for requesting the mail server, a selection information generation code for generating attachment selection information based on the summary information received from the mail server, and a sending mail to be sent through the mail server; And a computer readable medium on which a program including a sending mail generation code, a transmission code for sending at least one of the generated attachment file selection information and the generated sending mail to the mail server is recorded. The program according to the present embodiment may be composed of a PC-based program or a mobile terminal exclusive application (for example, a form of a smart phone application, a feature phone VM (virtual machine), etc.). It may be configured to be executed by one or more processors stored in the memory of the user terminal and / or the e-book service system and running on the user terminal and / or the e-book service system.

상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 본 발명을 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 또한, 상술한 파일 시스템은 컴퓨터 판독이 가능한 기록 매체에 기록될 수 있다.The computer readable medium may include program instructions, data files, data structures, etc. alone or in combination. The program instructions recorded on the medium may be those specially designed and constructed for the present invention or may be available to those skilled in the art of computer software. In addition, the above-described file system can be recorded in a computer-readable recording medium.

이상과 같이 본 발명은 비록 한정된 실시예와 도면에 의해 설명되었으나, 본 발명은 상기의 실시예에 한정되는 것은 아니며, 본 발명이 속하는 분야에서 통상의 지식을 가진 자라면 이러한 기재로부터 다양한 수정 및 변형이 가능하다.As described above, the present invention has been described by way of limited embodiments and drawings, but the present invention is not limited to the above embodiments, and those skilled in the art to which the present invention pertains various modifications and variations from such descriptions. This is possible.

그러므로, 본 발명의 범위는 설명된 실시예에 국한되어 정해져서는 아니 되며, 후술하는 특허청구범위뿐 아니라 이 특허청구범위와 균등한 것들에 의해 정해져야 한다.Therefore, the scope of the present invention should not be limited to the described embodiments, but should be determined by the equivalents of the claims, as well as the claims.

400: 메일 시스템
410: 메일 서버
420: 메일 데이터베이스
430: SMTP 서버
400: mail system
410: mail server
420: mail database
430: SMTP server

Claims (15)

전자 메일을 발송하는 메일 서버에 있어서,
상기 전자 메일에서 상기 전자 메일에 첨부되는 첨부 파일의 존재 여부를 확인하는 첨부 파일 체크 모듈과,
상기 전자 메일에 상기 첨부 파일이 첨부되어 있는 경우 상기 첨부 파일의 요약 정보를 생성하는 요약 정보 생성 모듈과,
전자 메일 확인 요청에 따라 상기 전자 메일 및 상기 생성된 요약 정보를 해당하는 사용자 단말로 전송하는 전송 모듈과,
상기 사용자 단말로부터 상기 전자 메일에 대한 발송 메일 및 첨부 파일 선택 정보를 수신하여 이를 기초로 SMTP(Simple Mail Transfer Protocol) 서버가 선택된 첨부 파일을 상기 발송 메일에 첨부하여 발송할 것을 요청하는 SMTP 메시지를 생성하는 SMTP 메시지 생성 모듈
을 포함하는 메일 서버.
In the mail server which sends an email,
An attachment check module for checking the existence of an attachment attached to the e-mail in the e-mail;
A summary information generation module for generating summary information of the attachment when the attachment is attached to the e-mail;
A transmission module for transmitting the e-mail and the generated summary information to a corresponding user terminal according to an e-mail confirmation request;
Receiving an outgoing mail and attachment file selection information for the e-mail from the user terminal and generating an SMTP message requesting the SMTP (Simple Mail Transfer Protocol) server to attach and send the selected attachment to the outgoing mail based on this; SMTP message generation module
Mail server that includes.
제1항에 있어서,
상기 요약 정보는,
상기 첨부 파일의 크기에 대한 정보 및 상기 첨부 파일의 형태에 대한 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 메일 서버.
The method of claim 1,
The summary information,
And at least one of information on the size of the attached file and information on the type of the attached file.
제1항에 있어서,
상기 요약 정보는,
상기 사용자 단말로부터 요약 정보 전송 요청을 수신할 경우에 해당하는 사용자 단말로 전송되는 것을 특징으로 하는 메일 서버.
The method of claim 1,
The summary information,
The mail server, characterized in that transmitted to the user terminal corresponding to the case when receiving a summary information transmission request from the user terminal.
제1항에 있어서,
상기 첨부 파일 선택 정보는,
상기 요약 정보를 기초로 상기 발송 메일에 첨부하고자 하는 첨부 파일이 선택된 정보 및 상기 첨부 파일을 첨부할 발송 메일에 대한 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 메일 서버.
The method of claim 1,
The attachment file selection information,
And the attachment file to be attached to the dispatch mail based on the summary information includes at least one of selected information and information on the dispatch mail to which the attachment is attached.
전자 메일을 수신하는 사용자 단말에 있어서,
디스플레이와,
적어도 하나의 프로세서와,
메모리와,
적어도 하나의 프로그램
을 포함하고,
상기 프로그램은 상기 메모리에 저장되어 상기 프로세서에 의해 실행되도록 구성되고,
상기 프로그램은,
전자 메일에 첨부되는 첨부 파일의 존재 여부를 메일 서버로부터 수신한 상기 전자 메일에서 확인하는 첨부 파일 체크 코드와,
상기 전자 메일에 첨부 파일이 존재하는 경우 상기 첨부 파일의 요약 정보를 상기 메일 서버에 요청하는 요약 정보 요청 코드와,
상기 메일 서버로부터 수신된 상기 요약 정보를 기초로 첨부 파일 선택 정보를 생성하는 선택 정보 생성 코드와,
상기 메일 서버를 통해 발송하고자 하는 발송 메일을 생성하는 발송 메일 생성 코드와,
상기 생성된 첨부 파일 선택 정보 및 상기 생성된 발송 메일 중 적어도 하나를 상기 메일 서버로 전송하는 전송 코드
를 포함하는 사용자 단말.
In a user terminal receiving an e-mail,
Display,
At least one processor,
A memory,
At least one program
Including,
The program is configured to be stored in the memory and executed by the processor,
The program includes:
An attachment check code for confirming whether the attachment attached to the e-mail is present in the e-mail received from the mail server;
A summary information request code for requesting the mail server for summary information of the attachment when the attachment is present in the e-mail;
A selection information generation code for generating attachment selection information based on the summary information received from the mail server;
A sending mail generation code for generating a sending mail to be sent through the mail server;
A transmission code for transmitting at least one of the generated attachment file selection information and the generated outgoing mail to the mail server;
Lt; / RTI >
제5항에 있어서,
상기 요약 정보는,
상기 첨부 파일의 크기에 대한 정보 및 상기 파일의 형태에 대한 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 사용자 단말.
The method of claim 5,
The summary information,
And at least one of information on the size of the attachment file and information on the type of the file.
제5항에 있어서,
상기 첨부 파일 선택 정보는,
상기 발송 메일에 첨부할 첨부 파일에 대한 정보 및 상기 첨부 파일을 첨부할 발송 메일에 대한 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 사용자 단말.
The method of claim 5,
The attachment file selection information,
And at least one of information on an attachment file to be attached to the sending mail and information on the sending mail to which the attachment is attached.
제5항에 있어서,
상기 사용자 단말은,
모바일 단말인 것을 특징으로 하는 사용자 단말.
The method of claim 5,
The user terminal,
A user terminal, characterized in that a mobile terminal.
메일 서버가 전자 메일을 발송하는 방법에 있어서,
사용자 단말로부터의 전자 메일 확인 요청에 따라 상기 전자 메일을 해당하는 사용자 단말로 전송하는 단계와,
상기 사용자 단말로부터 상기 전자 메일에 대한 발송 메일 및 첨부 파일 선택 정보를 수신하는 단계와,
상기 수신한 발송 메일 및 첨부파일 선택 정보를 기초로 선택된 첨부 파일을 상기 발송 메일에 첨부하여 발송할 것을 요청하는 SMTP(Simple Mail Transfer Protocol) 메시지를 생성하여 SMTP 서버로 전송하는 단계
를 포함하는 메일 발송 방법.
In the way a mail server sends an e-mail,
Transmitting the e-mail to a corresponding user terminal according to an e-mail confirmation request from a user terminal;
Receiving outgoing mail and attachment file selection information for the electronic mail from the user terminal;
Generating a Simple Mail Transfer Protocol (SMTP) message requesting to attach and send the selected attachment to the sending mail based on the received sending mail and the attachment file selection information, and transmitting it to the SMTP server;
Mail sending method comprising a.
제9항에 있어서,
상기 사용자 단말로부터 상기 전자 메일에 첨부되는 첨부 파일의 요약 정보 전송 요청을 수신하는 단계와,
상기 전자 메일에 상기 첨부 파일이 첨부되어 있는 경우 상기 첨부 파일의 요약 정보를 생성하는 단계와,
상기 생성된 요약 정보를 해당하는 사용자 단말로 전송하는 전송 단계
를 더 포함하는 것을 특징으로 하는 메일 발송 방법.
10. The method of claim 9,
Receiving a request for transmitting summary information of an attached file attached to the e-mail from the user terminal;
Generating summary information of the attachment when the attachment is attached to the e-mail;
A transmission step of transmitting the generated summary information to a corresponding user terminal
Mail sending method characterized in that it further comprises.
제9항에 있어서,
상기 요약 정보는,
상기 첨부 파일의 크기에 대한 정보 및 상기 첨부 파일의 형태에 대한 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 메일 발송 방법.
10. The method of claim 9,
The summary information,
And at least one of information on the size of the attachment and information on the type of the attachment.
제9항에 있어서,
상기 첨부 파일 선택 정보는,
상기 요약 정보를 기초로 상기 발송 메일에 첨부하고자 하는 첨부 파일이 선택된 정보 및 상기 첨부 파일을 첨부할 발송 메일에 대한 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 메일 발송 방법.
10. The method of claim 9,
The attachment file selection information,
And an attachment file to be attached to the dispatch mail based on the summary information includes at least one of selected information and information on a dispatch mail to which the attachment is attached.
사용자 단말이 전자 메일을 발송하는 방법에 있어서,
전자 메일에 첨부되는 첨부 파일의 존재 여부를 메일 서버로부터 수신한 상기 전자 메일에서 확인하는 단계와,
상기 전자 메일에 첨부 파일이 존재하는 경우 상기 첨부 파일의 요약 정보를 상기 메일 서버에 요청하는 단계와,
상기 메일 서버로부터 수신된 상기 요약 정보를 기초로 첨부 파일 선택 정보를 생성하고 상기 메일 서버를 통해 발송하고자 하는 발송 메일을 생성하는 단계와,
상기 생성된 첨부 파일 선택 정보 및 발송 메일 중 적어도 하나를 상기 메일 서버로 전송하는 단계
를 포함하는 메일 발송 방법.
In the method that the user terminal sends an e-mail,
Checking in the e-mail received from the mail server whether an attachment attached to the e-mail exists;
Requesting the mail server for summary information of the attachment when the attachment is present in the e-mail;
Generating attachment selection information based on the summary information received from the mail server and generating outgoing mail to be sent through the mail server;
Transmitting at least one of the generated attachment file selection information and sent mail to the mail server;
Mail sending method comprising a.
제13항에 있어서,
상기 요약 정보는,
상기 첨부 파일의 크기에 대한 정보 및 상기 첨부 파일의 형태에 대한 정보 중 적어도 하나를 포함하는 것을 특징으로 하는 메일 발송 방법.
The method of claim 13,
The summary information,
And at least one of information on the size of the attachment and information on the type of the attachment.
전자 메일 발송 기능을 제공하는 프로그램이 기록되어 있는 기록 매체에 있어서,
전자 메일에 첨부되는 첨부 파일의 존재 여부를 메일 서버로부터 수신한 상기 전자 메일에서 확인하는 첨부 파일 체크 코드와,
상기 전자 메일에 첨부 파일이 존재하는 경우 상기 첨부 파일의 요약 정보를 상기 메일 서버에 요청하는 요약 정보 요청 코드와,
상기 메일 서버로부터 수신된 상기 요약 정보를 기초로 첨부 파일 선택 정보를 생성하는 선택 정보 생성 코드와,
상기 메일 서버를 통해 발송하고자 하는 발송 메일을 생성하는 발송 메일 생성 코드와,
상기 생성된 첨부 파일 선택 정보 및 상기 생성된 발송 메일 중 적어도 하나를 상기 메일 서버로 전송하는 전송 코드
를 포함하는 프로그램이 기록되어 있는 것을 특징으로 하는 컴퓨터에서 판독 가능한 기록 매체.
A recording medium in which a program providing an e-mail sending function is recorded.
An attachment check code for confirming whether the attachment attached to the e-mail is present in the e-mail received from the mail server;
A summary information request code for requesting the mail server for summary information of the attachment when the attachment is present in the e-mail;
A selection information generation code for generating attachment selection information based on the summary information received from the mail server;
A sending mail generation code for generating a sending mail to be sent through the mail server;
A transmission code for transmitting at least one of the generated attachment file selection information and the generated outgoing mail to the mail server;
A computer-readable recording medium having a program recorded thereon.
KR1020110089703A 2011-09-05 2011-09-05 Method and system for sending mail without download attached file of received mail in mail client environment KR20130026215A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020110089703A KR20130026215A (en) 2011-09-05 2011-09-05 Method and system for sending mail without download attached file of received mail in mail client environment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020110089703A KR20130026215A (en) 2011-09-05 2011-09-05 Method and system for sending mail without download attached file of received mail in mail client environment

Publications (1)

Publication Number Publication Date
KR20130026215A true KR20130026215A (en) 2013-03-13

Family

ID=48177595

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020110089703A KR20130026215A (en) 2011-09-05 2011-09-05 Method and system for sending mail without download attached file of received mail in mail client environment

Country Status (1)

Country Link
KR (1) KR20130026215A (en)

Similar Documents

Publication Publication Date Title
US10110550B1 (en) Device independent message distribution platform
US6092114A (en) Method and system for determining the location for performing file-format conversions of electronics message attachments
JP5935336B2 (en) Printing system, printer, print request control server, print request control method, and print control method
US20050162685A1 (en) Printing using instant message protocol
US10567313B2 (en) Mail processing methods and server
US8886234B2 (en) Techniques for unified messaging
JP2014149813A (en) Method and system for sending e-mail with large file attached thereto on mobile device
US7424479B2 (en) System and method to perform mobile printing from handheld devices
KR20110068642A (en) Image forming system by using the transfer of e-mail and image forming method by using the transfer of e-mail
CN103532833A (en) Business system access method, terminal and agency service system
JP2004318532A (en) Electronic mail managing device and electronic mail transferring method
JP5593359B2 (en) COMMUNICATION CONTROL DEVICE, MESSAGE TRANSFER METHOD, AND MESSAGE TRANSFER PROGRAM
JP4889813B1 (en) Data brokerage system
KR20130026215A (en) Method and system for sending mail without download attached file of received mail in mail client environment
JP2012194776A (en) Image transmission device and server device
CN113826373A (en) Message communication device and message communication program
KR20080088257A (en) Apparatus and method for using push mail service in portable communication system
JP6369273B2 (en) Print control server and print control method
US9294632B2 (en) Mobile terminal and computer-readable recording medium for a mobile terminal using near field wireless communication to transmit a scan command to a scanning device
JP2016157485A (en) Print system, printer, print request control server, print request control method, and print control method
JP2018533797A (en) Information transmission method and apparatus
JP2009081659A (en) E-mail management system, e-mail management method, and e-mail management program
KR20080048356A (en) Message transmitting and receiving system for the identified device under the converged ip message system
JP2007156836A (en) Broadcast mail system
KR20010081731A (en) Apparatus for and method of reading e-mail from web-based e-mail service server using e-mail program

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
AMND Amendment
N231 Notification of change of applicant
E601 Decision to refuse application
AMND Amendment
J201 Request for trial against refusal decision
J301 Trial decision

Free format text: TRIAL DECISION FOR APPEAL AGAINST DECISION TO DECLINE REFUSAL REQUESTED 20140113

Effective date: 20141216

Free format text: TRIAL NUMBER: 2014101000185; TRIAL DECISION FOR APPEAL AGAINST DECISION TO DECLINE REFUSAL REQUESTED 20140113

Effective date: 20141216