+

WO2003061213A1 - Procede de notification et de remise de courrier electronique - Google Patents

Procede de notification et de remise de courrier electronique Download PDF

Info

Publication number
WO2003061213A1
WO2003061213A1 PCT/KR2003/000060 KR0300060W WO03061213A1 WO 2003061213 A1 WO2003061213 A1 WO 2003061213A1 KR 0300060 W KR0300060 W KR 0300060W WO 03061213 A1 WO03061213 A1 WO 03061213A1
Authority
WO
WIPO (PCT)
Prior art keywords
message
sender
recipient
server
downemail
Prior art date
Application number
PCT/KR2003/000060
Other languages
English (en)
Inventor
Tae-Joon Kim
Original Assignee
Tae-Joon Kim
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
Priority claimed from KR1020020002736A external-priority patent/KR20020010936A/ko
Priority claimed from KR1020020004034A external-priority patent/KR20020011452A/ko
Priority claimed from KR1020020007823A external-priority patent/KR20020016886A/ko
Priority claimed from KR1020020009236A external-priority patent/KR20020020928A/ko
Application filed by Tae-Joon Kim filed Critical Tae-Joon Kim
Priority to AU2003235658A priority Critical patent/AU2003235658A1/en
Publication of WO2003061213A1 publication Critical patent/WO2003061213A1/fr

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/21Monitoring or handling of messages
    • 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/214Monitoring or handling of messages using selective forwarding
    • 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/23Reliability checks, e.g. acknowledgments or fault reporting
    • 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/42Mailbox-related aspects, e.g. synchronisation of mailboxes
    • 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

Definitions

  • a SMB 209 is to store the original copy of user message. All senders registered on a source downemail server 202 have their own sender mailboxes.
  • the SMB for unicasting messages can be implemented by the directory of "/smb/sender_id/recipient_id/message#/”. Each message storage in the SMB is identified by "sender_id”, “recipient_id” and "message#”.
  • the "sender_id” is to identify each sender sending message via a source downemail server 202 or a message interworking server 200. This "sender_id" can be easily made up using the user identification part and/or the domain name part of the sender's email address.
  • the message size 304 denotes the size of message in kilobytes.
  • the help site 305 is to help a user who wanders how to use a downemail system, and this field can be also configured with HTML. So if a user clicks on the help site field, a web page explaining the downemail system is displayed.
  • the cited message data 306 has a string randomly cited from the message body data, and its size is limited by the condition of the MSN message's size less than or equal to the maximum size of a signaling message.
  • the recipient reading notification (RRN) message can be used to notify the fact that a recipient has read a sender's message. Its size is also limited by the maximum size of signaling message.
  • the message head of a RRN message can be comprised of a prefix meaning recipient reading notification, for example "Re:" and the subject of an original message.
  • the message is the type of user message, it extracts a "sender_id" from the sender's email address, and then stores (404) the message data at the sender's sender mailbox as follows.
  • the MTA_n extracts a "recipient_id” from the email address of the message's recipient and creates a message storage for the message, that is, the directory of "7smb/sender_id/recipient_id/message#/”. A file with the message data and a file with a password are stored at this directory. And then the MTA_n creates (406) a MSN message and then sends (407) it to an intended recipient. In this message storing procedure, a related SMTP error code is returned (408) if the sender's sender mailbox is not registered or not enough.
  • MTA_n is as follows.
  • the MTA_n 205 creates a common message storage and stores a C file with zero value and a D file with zero value at the common message storage.
  • the MTA_n generates B and R files for the message and also stores them at the common message storage.
  • the MTA_n generates a MSN message for each recipient and then sends it to the recipient. By this time, the MTA_n creates the O, H and P files for each recipient and stores them at the individual message storage for the recipient, and increases the number of designated recipients at the C file.
  • the MTA_n checks (402) the destination of the incoming message in the case that its location is a destination downemail server.
  • the destination downemail server at which the MTA_n locates is the destination of the incoming message, it handles the message as follows. If the message is the type of signaling message in checking (409) message type, the message is stored at an intended recipient's RMB 207, otherwise the message is relayed (412) to a message interworking server if the server is available (411). If a message interworking server is not available, the MTA_n returns a related SMTP error code to a source email server and sends an error message meaning the failure of message delivery to the message's sender (413).
  • a SMM 208 located at a source downemail server has four kinds of functions: 1) a message downloading function that transfers a user message stored at a sender mailbox to the recipient when a recipient requests the downloading of the user message; 2) a SMB management function being operated by a sender's request, that is, a sender's SMB management function; 3) a SMB management function being operated by itself; and 4) a web mail sending function.
  • the SMM 208 located at a message interworking server has only the message downloading function and the SMB management function being operated by itself.
  • Fig. 5 shows a flowchart illustrating the message downloading function.
  • the conventional downloading method for a unicasting message operates as follows.
  • a SMM receives (501) a recipient's request to read a user message, it searches the directory storing the user message using a user identification and authenticates (502) the recipient using a password. The user identification and the password are carried by the message request signal from the recipient. And then the SMM transfers the user message to the recipient and removes the directory in according to recipient's deleting request. By this time, the SMM writes detailed information for the message downloading such as message subject, recipient, sending time, and downloading time at a log file. And finally, the SMM sends (504) a recipient reading notification message to the sender.
  • These user agent programs can be used without any modification to read the user message at the downemail zone, but a procedure to reconfigure the SMTP server identification, user identification and password with those carried by a MSN message should be performed (605).
  • This reconfiguration procedure may be embedded on the user agent programs by upgrading or using a plug-in module, and then a recipient can read (606) easily a user message with only clicking on a "view message" menu of user agent program.
  • a recipient can read (607) the user message on the recipient terminal with only clicking on the hyperlink part meaning access information 303 in a MSN message.

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

Le système de courrier électronique à base de boîte à lettres destinataire présente une faiblesse structurelle susceptible de poser problème en cas de messages non sollicités (messages SPAM), source de gaspillage de place mémoire dans la boîte à lettres, avec également les problèmes liés à la logique de notification explicite au destinataire. Pour résoudre ces problèmes, l'invention propose un système baptisé en anglais 'downemail'. Le principe prévoit, d'une part la mise en place d'une boîte à lettres expéditeur au niveau du serveur downemail source, et d'autre part le report du lieu de stockage du message original, avant que le destinataire prévu ne le lise, de la boîte à lettres du destinataire au niveau du serveur downemail de destination vers la boîte à lettres de l'expéditeur. Pour relayer un message du système de courrier électronique au système downemail, l'invention prévoit également un serveur d'interfonctionnement de messagerie. En l'occurrence, le serveur downemail source génère un message de signalisation servant à notifier l'envoi d'un message, puis il l'émet à un destinataire prévu. Après lecture du message de signalisation, le destinataire peut prendre le message original dans la boîte à lettres de l'expéditeur.
PCT/KR2003/000060 2002-01-17 2003-01-13 Procede de notification et de remise de courrier electronique WO2003061213A1 (fr)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2003235658A AU2003235658A1 (en) 2002-01-17 2003-01-13 Method for electronic mail notice and download

Applications Claiming Priority (8)

Application Number Priority Date Filing Date Title
KR1020020002736A KR20020010936A (ko) 2002-01-17 2002-01-17 송신측 메일사서함으로부터 메일을 받아가는 다운메일방식 및 시스템
KR10-2002-0002736 2002-01-17
KR10-2002-0004034 2002-01-24
KR1020020004034A KR20020011452A (ko) 2002-01-24 2002-01-24 송신측 메일사서함으로부터 메일을 받아 가는 다운메일과기존 전자메일과의 연동 방식 및 시스템
KR1020020007823A KR20020016886A (ko) 2002-02-14 2002-02-14 스팸메일의 발생을 억제할 수 있는 다운메일 방식 및 시스템
KR10-2002-0007823 2002-02-14
KR10-2002-0009236 2002-02-21
KR1020020009236A KR20020020928A (ko) 2002-02-21 2002-02-21 다운메일 시스템에서 송신측 메일사서함관리 및 원본메일읽기 방식

Publications (1)

Publication Number Publication Date
WO2003061213A1 true WO2003061213A1 (fr) 2003-07-24

Family

ID=27483546

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2003/000060 WO2003061213A1 (fr) 2002-01-17 2003-01-13 Procede de notification et de remise de courrier electronique

Country Status (3)

Country Link
KR (1) KR20040074118A (fr)
AU (1) AU2003235658A1 (fr)
WO (1) WO2003061213A1 (fr)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1641217A2 (fr) * 2004-09-08 2006-03-29 Sap Ag Procédé, dispositif et système de transfert des messages à un navigateur web
EP1722532A2 (fr) 2005-04-22 2006-11-15 Gerard Lin Système pour la remise sécurisée de messages électroniques sur demande
EP1956776A2 (fr) 2007-02-08 2008-08-13 DLB Finance & Consultancy B.V. Procédé et système pour la transmission d'un message électronique
GB2483488A (en) * 2010-09-09 2012-03-14 Clarkson & Co Ltd H Email server which stores message body and attachments in a database and replaces them with hyperlinks to the stored data
US8239921B2 (en) 2008-01-03 2012-08-07 Dlb Finance & Consultancy B.V. System and method of retrieving a service contact identifier
US8443424B2 (en) 2007-02-08 2013-05-14 Scipioo Holding B.V. Method and system for reducing the proliferation of electronic messages
US8463921B2 (en) 2008-01-17 2013-06-11 Scipioo Holding B.V. Method and system for controlling a computer application program

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102228963B1 (ko) * 2020-09-02 2021-03-17 주식회사 카카오뱅크 메일 시스템 및 그 동작 방법

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08139814A (ja) * 1994-11-08 1996-05-31 Fujitsu Ltd 音声メールサービスシステムにおける着信通知方法及び着信通知・応答方法並びに音声メールサービス式交換機
JPH10171728A (ja) * 1996-12-10 1998-06-26 Toshiba Corp ビデオ付き電子メールシステム
KR19980038460U (ko) * 1996-12-19 1998-09-15 박병재 들뜸방지 및 수밀방지용 클립식 웨더스트립
US5995597A (en) * 1997-01-21 1999-11-30 Woltz; Robert Thomas E-mail processing system and method
JP2001086266A (ja) * 1999-09-17 2001-03-30 Inter Net Inishiateibu:Kk 電子メール着信通知システム
US6256672B1 (en) * 1998-11-12 2001-07-03 International Business Machines Corp. Method and system for efficiently notifying an information copy recipient in an electronic mail system
US20010010060A1 (en) * 2000-01-19 2001-07-26 Yueh-O Yu Electronics information transmission

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08139814A (ja) * 1994-11-08 1996-05-31 Fujitsu Ltd 音声メールサービスシステムにおける着信通知方法及び着信通知・応答方法並びに音声メールサービス式交換機
JPH10171728A (ja) * 1996-12-10 1998-06-26 Toshiba Corp ビデオ付き電子メールシステム
KR19980038460U (ko) * 1996-12-19 1998-09-15 박병재 들뜸방지 및 수밀방지용 클립식 웨더스트립
US5995597A (en) * 1997-01-21 1999-11-30 Woltz; Robert Thomas E-mail processing system and method
US6256672B1 (en) * 1998-11-12 2001-07-03 International Business Machines Corp. Method and system for efficiently notifying an information copy recipient in an electronic mail system
JP2001086266A (ja) * 1999-09-17 2001-03-30 Inter Net Inishiateibu:Kk 電子メール着信通知システム
US20010010060A1 (en) * 2000-01-19 2001-07-26 Yueh-O Yu Electronics information transmission

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BALZER R.: "Assuring the safety of opening email attachments", DARPA INFORMATION SURVIVABILITY CONFERENCE & EXPOSITION II, 2001. DISCEX'01, vol. 2, 2001, pages 257 - 262, XP010548752 *
MCCOLLISTER C.E.: "Ensuring electronic mail system delivery capability", MILITARY COMMUNICATIONS CONFERENCE PROCEEDINGS, 1999. MILCOM 1999. IEEE, vol. 1, 1999, pages 487 - 491, XP010369578, DOI: doi:10.1109/MILCOM.1999.822730 *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1641217A2 (fr) * 2004-09-08 2006-03-29 Sap Ag Procédé, dispositif et système de transfert des messages à un navigateur web
EP1641217A3 (fr) * 2004-09-08 2006-04-12 Sap Ag Procédé, dispositif et système de transfert des messages à un navigateur web
US7984113B2 (en) 2004-09-08 2011-07-19 Sap Ag System and method for passing messages to a web browser
EP1722532A2 (fr) 2005-04-22 2006-11-15 Gerard Lin Système pour la remise sécurisée de messages électroniques sur demande
EP1956775A1 (fr) * 2007-02-08 2008-08-13 DLB Finance & Consultancy B.V. Procédé et système pour restreindre l'accès à un système de messagerie électronique
WO2008097078A1 (fr) * 2007-02-08 2008-08-14 Dlb Finance & Consultancy B.V. Procede et systeme pour transmettre un message electronique
EP1956777A3 (fr) * 2007-02-08 2010-03-31 DLB Finance & Consultancy B.V. Procédé et système pour la réduction de la prolifération de messages électroniques
EP1956776A3 (fr) * 2007-02-08 2010-04-21 DLB Finance & Consultancy B.V. Procédé et système pour la transmission d'un message électronique
EP1956776A2 (fr) 2007-02-08 2008-08-13 DLB Finance & Consultancy B.V. Procédé et système pour la transmission d'un message électronique
US8443424B2 (en) 2007-02-08 2013-05-14 Scipioo Holding B.V. Method and system for reducing the proliferation of electronic messages
JP2013128327A (ja) * 2007-02-08 2013-06-27 Dlb Finance & Consultancy Bv 電子メッセージの拡散を減少させる方法およびシステム
US8239921B2 (en) 2008-01-03 2012-08-07 Dlb Finance & Consultancy B.V. System and method of retrieving a service contact identifier
US8463921B2 (en) 2008-01-17 2013-06-11 Scipioo Holding B.V. Method and system for controlling a computer application program
GB2483488A (en) * 2010-09-09 2012-03-14 Clarkson & Co Ltd H Email server which stores message body and attachments in a database and replaces them with hyperlinks to the stored data
WO2012032300A1 (fr) 2010-09-09 2012-03-15 H Clarkson & Co Ltd Améliorations apportées à des communications de données et s'y rapportant
GB2483488B (en) * 2010-09-09 2017-09-13 H Clarkson & Co Ltd Improvements in and relating to data communications

Also Published As

Publication number Publication date
KR20040074118A (ko) 2004-08-21
AU2003235658A1 (en) 2003-07-30

Similar Documents

Publication Publication Date Title
US6266692B1 (en) Method for blocking all unwanted e-mail (SPAM) using a header-based password
US6965920B2 (en) Profile responsive electronic message management system
US10652194B2 (en) Systems and methods for email tracking and email spam reduction using dynamic email addressing schemes
US6779022B1 (en) Server that obtains information from multiple sources, filters using client identities, and dispatches to both hardwired and wireless clients
US7240095B1 (en) Electronic mail notification
US8230026B2 (en) System and method for pushing information between a host system and a mobile data communication device
US7627642B1 (en) Methods and systems for automatically presenting users with option to call sender responsive to email message
ES2374652T3 (es) Método y sistema para distribuir mensajes electrónicos a un dispositivo inalámbrico de procesamiento de datos.
US20040181581A1 (en) Authentication method for preventing delivery of junk electronic mail
US20020120748A1 (en) Method and apparatus for selective delivery and forwarding of electronic mail
US20040073619A1 (en) System and method for pushing information from a host system to a mobile data communication device
US20040221048A1 (en) Email archive system
WO2001044953A1 (fr) Procede et systeme destines a confirmer la reception d'un courrier electronique envoye par le biais d'un reseau de communication
EP1214818B1 (fr) Procede servant a rediriger des informations entre un systeme hote et un dispositif mobile de communication de donnees
WO2005001733A1 (fr) Systeme de gestion de messages electroniques et procede associe
WO2003061213A1 (fr) Procede de notification et de remise de courrier electronique
US20060168038A1 (en) Message gateways and methods and systems for message dispatching based on group communication
US20060086798A1 (en) Deferred email message system and service
JP4276105B2 (ja) 電子メールシステム
JPH11191083A (ja) 電子メールの配達方法およびメールサーバー
GB2481242A (en) Providing configurable auto-reply e-mail messages to selected recipients
JP2005182543A (ja) 電子メールシステム
KR20020016886A (ko) 스팸메일의 발생을 억제할 수 있는 다운메일 방식 및 시스템
JP2003076645A (ja) 電子メール配送装置
KR20010044068A (ko) 메일서버를 경유하지 않는 네트워크를 통한 전자메일의전송방법 및 시스템

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SC SD SE SG SI SK SL TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR IE IT LU MC NL PT SE SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 1020047010856

Country of ref document: KR

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Ref document number: JP

点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载