WO1999020014A2 - A system for transfer of data - Google Patents

A system for transfer of data Download PDF

Info

Publication number
WO1999020014A2
WO1999020014A2 PCT/SE1998/001843 SE9801843W WO9920014A2 WO 1999020014 A2 WO1999020014 A2 WO 1999020014A2 SE 9801843 W SE9801843 W SE 9801843W WO 9920014 A2 WO9920014 A2 WO 9920014A2
Authority
WO
WIPO (PCT)
Prior art keywords
java
mail
data
section
executable code
Prior art date
Application number
PCT/SE1998/001843
Other languages
French (fr)
Other versions
WO1999020014A3 (en
Inventor
Mats FORSÉN
Original Assignee
Maila Nordic Ab
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 Maila Nordic Ab filed Critical Maila Nordic Ab
Priority to EP98951842A priority Critical patent/EP1023665A2/en
Priority to AU97684/98A priority patent/AU9768498A/en
Publication of WO1999020014A2 publication Critical patent/WO1999020014A2/en
Publication of WO1999020014A3 publication Critical patent/WO1999020014A3/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/18Commands or executable codes

Definitions

  • the invention relates to a system for the transfer of data through the Internet.
  • a specifically standardised method for such an information transfer is to use E-mail.
  • a message containing textual information only is produced in a computer program.
  • the message is transferred through the communication network, and it is then available on the receiving side by executing a computer program corresponding to the program used at the transmitting side, that is a program interpreting the message as intended by the sender. If the message contains textual information only it is directly readable through the computer program at the receiving side.
  • the receiver program may be referred to as a user agent.
  • attachment is documents that have been formatted in a word processing program and another type is images or drawings that have been formatted correspondingly in a design program or similar software.
  • Presently available software at the receiving side will separate optional attachments, and some information about them, such as the file name of the attachment, will be available.
  • a computer program corresponding to the program that produced the document, that is capable of interpreting the document as intended by the sender is available also at the receiving side it is possible to start such a program and open the document, thereby making the content of the attachment/document readable.
  • an executable program such as an executable WINDOWS program.
  • the attached program is started separately. Also in this case it is imperative that the same platform is used, or that the sender has a sufficient knowledge about the platform used by the receiver, so as to allow the attached program to start in a correct way.
  • MIME Multipurpose Internet Mail Extension
  • a MIME encoded message contains a Content-Type Header Field which declares the type of data and which is added by a User Agent of the Sender. This and of header fields is used by a User Agent of the Recipient to identify the document type.
  • hypertext documents that are displayed by web browsers.
  • Such documents are formatted in HTML, the HyperText Markup Language.
  • RFC Request For Comments
  • a user agent that is a mail program, of the recipient optionally may have a capability of extracting attachments of a mail object.
  • RFC 821 and RFC 822 are applicable with regard to the invention.
  • An object of the invention is to overcome the drawbacks set out above and to provide a system for data transfer with a higher level of applicability.
  • the present invention relates to a system for data transfer through Internet/Intranet or similar communication networks including means for generating an aggregate mail object comprising a module of executable code that automatically is executed at the receiving end together with an associated module of data to perform tasks defined by the sender and/or to process or present data.
  • the module of data is preferable embedded in the module of executable code to form an object.
  • the executable code preferably should be independent of the platform used by the receiver. By including executable modules used to interpret and display the information the sender will control accurately how the information will appear at the receiver.
  • the module may include elements of a control program intended for a control unit or process computer that are executed automatically to perform control tasks in accordance with the associated data and/or a master process.
  • FIG 1 shows a prior art mail structure
  • FIG 2 shows one embodiment of a system according to the invention
  • FIG 3 shows an alternative embodiment according to the invention.
  • an Internet Mail comprises a Mail Head including a text message and optionally one or a plurality of attachments. Each attachment normally is a data file associated to a computer program that is run by the recipient after receiving a mail object.
  • a Mail Head including a MIME structure is generated and included in a mail object.
  • the Mail Head may include information such as the name or address of the sender, the subject of the Mail and the name or address of persons who will receive copies of the Mail. The name or address of at least on receiver should also be included.
  • Text information of the mail is included in a Text Message section in the Mail Head.
  • the mail object according to FIG 1 further includes attachments, each of which normally being associated to an application software.
  • means are provided for generating a complete Internet Mail. According to FIG 2 such a mail object comprises a Mail Head comprising basically the same elements as the Mail Head according to FIG 1. However, it is likely that the text message as such is omitted.
  • an attachment includes a Java section which is started from within a HTML document or a similar succeeding type such as XML.
  • the HTML document will mainly act as a carrier to the Java section and it is automatically identified and interpreted by the receiving user agent (mail program).
  • the Java section could be a part of a JAR file, and will be executed irrespective of the platform used by the receiver.
  • a JAR file is a compressed file comprising other files, such as class files, images, sound files and/or data files.
  • Each mail object may have a different design and purpose. It is possible to design mail objects to appear as post cards, business cards or similar documents. Normally, different standardised mail objects are available. The standardised mail objects may then be modified by the sender according to his preferences before the final preparations of the mail object.
  • the mail object displayed to the recipient may include interactive elements, such as buttons and other clickable elements. It would for instance be possible to prepare forms or similar documents that are filled in by the recipient and then returned as an E-mail to the sender. It is even possible to include in the Java section routines for processing data and making arrangements for an efficient transfer of data back to the sender (or other party) and a final processing of the data. By including the software required to interpret and display the data or information the sender will control the interpretation of the data and also the display thereof. It is also possible to include complex information such as animations, video, multimedia. Functions such as encryption and other optional information can be used extensively.
  • the receiver may also be a processing system receiving in this way new or modified processing steps and/or processing data that are used and processed automatically.
  • MIME will allow the use of Java Applications directly as attachments.
  • FIG 3 shows a mail object that will be used in such a developed system.
  • MIME standard is amended accordingly.
  • HTML document is omitted and the user agent will identify the Java Application automatically and also launch it automatically.
  • the developed system will allow the use of even more powerful objects.
  • the Java Application may also include methods that are called by the user agent before launching the main program and also during and after the execution of the main program. Such methods may include functions for a safety control of program modules, sender and sender identification, and starting and ending applications.
  • the user agent may include functions that may be called by the mail object, such as saving an object to a file and transferring data to and from other programs.
  • the user agent may act as an intermediary unit for objects and data between the mail object and other units of the receiver computer system. Normally, the user agent will also be responsible for checking viruses and other security tasks, and will perform also administrative tasks.

Abstract

A system for the transfer of data through Internet/Intranet comprising means for generating an Internet Mail including a mail extension, said mail extension comprising: (a) an address header, (b) a mail extension header including transferring information, (c) at least one module of system independent executable code, and (d) a section comprising data associated to said executable code. Said module of executable code is derivable automatically for automatically starting the execution thereof together with the associated data when said Internet Mail is read.

Description

A SYSTEM FOR TRANSFER OF DATA
Technical Field
The invention relates to a system for the transfer of data through the Internet. Prior Art
When transferring information from a sender to a receiver through the Internet and similar communication networks different techniques, formats and protocols are used. A specifically standardised method for such an information transfer is to use E-mail. A message containing textual information only is produced in a computer program. To such a message there can be added different types of attachments or enclosures that can be transferred separately or included in an aggregate mail. The message is transferred through the communication network, and it is then available on the receiving side by executing a computer program corresponding to the program used at the transmitting side, that is a program interpreting the message as intended by the sender. If the message contains textual information only it is directly readable through the computer program at the receiving side. The receiver program may be referred to as a user agent. One type of attachment is documents that have been formatted in a word processing program and another type is images or drawings that have been formatted correspondingly in a design program or similar software. Presently available software at the receiving side will separate optional attachments, and some information about them, such as the file name of the attachment, will be available. On the condition that a computer program corresponding to the program that produced the document, that is capable of interpreting the document as intended by the sender, is available also at the receiving side it is possible to start such a program and open the document, thereby making the content of the attachment/document readable. Only on the condition that the program at the receiving side completely corresponds to the program used at the sending side for generating the document, normally with respect to the version of the program as well as to the platform on which the program is run, all information will be available to the receiver in the correct format. In this context platform is used for the type of computer or processor as well as the operating system used.
It is also known to include in an attachment an executable program, such as an executable WINDOWS program. In such a case the attached program is started separately. Also in this case it is imperative that the same platform is used, or that the sender has a sufficient knowledge about the platform used by the receiver, so as to allow the attached program to start in a correct way.
A standard used for transferring information that is more complex than plain text is MIME (Multipurpose Internet Mail Extension). Within the scope of MIME the encoding, transfer and decoding of different types of documents within an Internet Mail is defined. A MIME encoded message contains a Content-Type Header Field which declares the type of data and which is added by a User Agent of the Sender. This and of header fields is used by a User Agent of the Recipient to identify the document type.
One type of documents that can be transferred through is hypertext documents that are displayed by web browsers. Such documents are formatted in HTML, the HyperText Markup Language.
The elements, such as the structure, standards and protocols, of an Internet Mail are defined in a plurality of documents called RFC:s (Request For Comments). According to existing RFC:s different types of attachments are allowed. A user agent, that is a mail program, of the recipient optionally may have a capability of extracting attachments of a mail object. Different RFC:s, such as RFC 821 and RFC 822, are applicable with regard to the invention.
One drawback inherent in the embodiments mentioned above is that one common platform or at least platforms that are carefully adapted to each other has to be used, so as to obtain the desired function. There also are strong limitations with regard to the level of automation when the information is received. Software required to interpret and display the information as intended by the sender has to be present or downloaded and started separately. New mail functionality implies repeated modifications of existing standards. Without such modifications the flexibility will be poor. The sender normally cannot control how the information sent will be interpreted or displayed by the receiver.
Summary of the Invention
An object of the invention is to overcome the drawbacks set out above and to provide a system for data transfer with a higher level of applicability. In accordance with this and other objects, the present invention relates to a system for data transfer through Internet/Intranet or similar communication networks including means for generating an aggregate mail object comprising a module of executable code that automatically is executed at the receiving end together with an associated module of data to perform tasks defined by the sender and/or to process or present data. The module of data is preferable embedded in the module of executable code to form an object. The executable code preferably should be independent of the platform used by the receiver. By including executable modules used to interpret and display the information the sender will control accurately how the information will appear at the receiver. The module may include elements of a control program intended for a control unit or process computer that are executed automatically to perform control tasks in accordance with the associated data and/or a master process.
Further advantages are disclosed in the description below, in the claims and in the accompanying drawings.
Brief description of the drawings
In the drawings FIG 1 shows a prior art mail structure,
FIG 2 shows one embodiment of a system according to the invention, and FIG 3 shows an alternative embodiment according to the invention.
Detailed description
CONFIRMATION COW In a prior art system an Internet Mail comprises a Mail Head including a text message and optionally one or a plurality of attachments. Each attachment normally is a data file associated to a computer program that is run by the recipient after receiving a mail object. Such an Internet Mail is shown in FIG 1.
A Mail Head including a MIME structure is generated and included in a mail object. The Mail Head may include information such as the name or address of the sender, the subject of the Mail and the name or address of persons who will receive copies of the Mail. The name or address of at least on receiver should also be included. Text information of the mail is included in a Text Message section in the Mail Head. The mail object according to FIG 1 further includes attachments, each of which normally being associated to an application software. In a preferred embodiment means are provided for generating a complete Internet Mail. According to FIG 2 such a mail object comprises a Mail Head comprising basically the same elements as the Mail Head according to FIG 1. However, it is likely that the text message as such is omitted. Instead an attachment includes a Java section which is started from within a HTML document or a similar succeeding type such as XML. The HTML document will mainly act as a carrier to the Java section and it is automatically identified and interpreted by the receiving user agent (mail program). The Java section could be a part of a JAR file, and will be executed irrespective of the platform used by the receiver. A JAR file is a compressed file comprising other files, such as class files, images, sound files and/or data files. When a HTML document is used data files (text messages) should not be attached separately but instead be embedded in Java class files for safety reasons.
In the Java section there are included classes, images etc. and other objects, forming together an aggregate mail object. Each mail object may have a different design and purpose. It is possible to design mail objects to appear as post cards, business cards or similar documents. Normally, different standardised mail objects are available. The standardised mail objects may then be modified by the sender according to his preferences before the final preparations of the mail object.
A powerful feature is that the mail object displayed to the recipient may include interactive elements, such as buttons and other clickable elements. It would for instance be possible to prepare forms or similar documents that are filled in by the recipient and then returned as an E-mail to the sender. It is even possible to include in the Java section routines for processing data and making arrangements for an efficient transfer of data back to the sender (or other party) and a final processing of the data. By including the software required to interpret and display the data or information the sender will control the interpretation of the data and also the display thereof. It is also possible to include complex information such as animations, video, multimedia. Functions such as encryption and other optional information can be used extensively. The receiver may also be a processing system receiving in this way new or modified processing steps and/or processing data that are used and processed automatically.
In a further developed system MIME will allow the use of Java Applications directly as attachments. FIG 3 shows a mail object that will be used in such a developed system. Preferably the MIME standard is amended accordingly. By making one major amendment only further improvements and more complex methods and functions can be applied within the scope of the major amendment. In this case the HTML document is omitted and the user agent will identify the Java Application automatically and also launch it automatically. The developed system will allow the use of even more powerful objects.
The Java Application may also include methods that are called by the user agent before launching the main program and also during and after the execution of the main program. Such methods may include functions for a safety control of program modules, sender and sender identification, and starting and ending applications. Also the user agent may include functions that may be called by the mail object, such as saving an object to a file and transferring data to and from other programs. The user agent may act as an intermediary unit for objects and data between the mail object and other units of the receiver computer system. Normally, the user agent will also be responsible for checking viruses and other security tasks, and will perform also administrative tasks.
It is also possible to include further functions for checking the environment of the receiver before launching the main Application included in the Mail object. Then any sections of the executable code that are required to interpret the received information correctly may be collected and automatically through the Internet/Intranet. Such sections may also be stored locally. It is possible also to return automatically an acknowledge message or other message to the sender.

Claims

1. A system for the transfer of data through Internet/Intranet comprising means for generating an Internet Mail including a mail extension, said mail extension comprising: a) an address header, b) a mail extension header including transferring information, c) at least one module of system independent executable code, and d) a section comprising data associated to said executable code, and wherein said module of executable code automatically is derivable for automatically starting the execution thereof together with the associated data when said Internet Mail is interpreted by a user agent.
2. A system according to claim 1 , wherein the Internet Mail includes a MIME content, comprising: a) an address header, b) a MIME content header, c) at least one module of system independent executable code, and d) a section comprising data associated to said executable code, and wherein said module of executable code automatically is derivable for automatically starting the execution thereof together with the associated data when said Internet Mail is interpreted by a user agent.
3. A system according to claim 1 , wherein said executable code comprises a Java section and wherein said section comprising data is embedded together with said Java section in a common module.
4. A system according to claim 3, wherein a HTML object is included in said MIME content and said Java section comprises at least one Java applet that is started automatically when the HTML object is interpreted.
5. A system according to claim 3, wherein said Java section comprises at least one Java application that is started automatically when said Internet Mail is interpreted.
6. A system according to claim 3, wherein said section comprising data is embedded together with said Java section in Java objects.
7. A system according to claim 3, wherein said Java section comprises methods that are accessible to the user agent.
8. A system according to claim 3, wherein said Java section comprises methods that are stored locally to be accessible in subsequent transmission.
9. A system according to claim 3, wherein said Java section comprises methods for accessing further Java section through the Internet/Intranet.
10. A system according to claim 3, wherein said Java section comprises methods for checking whether appropriate objects are available locally and downloading further Java section through the Internet/Intranet when necessary.
PCT/SE1998/001843 1997-10-14 1998-10-13 A system for transfer of data WO1999020014A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP98951842A EP1023665A2 (en) 1997-10-14 1998-10-13 A system for transfer of data
AU97684/98A AU9768498A (en) 1997-10-14 1998-10-13 A system for transfer of data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US08/950,062 1997-10-14
US08/950,062 US6073166A (en) 1997-10-14 1997-10-14 System for transfer of data

Publications (2)

Publication Number Publication Date
WO1999020014A2 true WO1999020014A2 (en) 1999-04-22
WO1999020014A3 WO1999020014A3 (en) 1999-07-01

Family

ID=25489885

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SE1998/001843 WO1999020014A2 (en) 1997-10-14 1998-10-13 A system for transfer of data

Country Status (4)

Country Link
US (1) US6073166A (en)
EP (1) EP1023665A2 (en)
AU (1) AU9768498A (en)
WO (1) WO1999020014A2 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001073606A2 (en) * 2000-03-29 2001-10-04 Group 66, Inc. Systems and methods for generating computer-displayed presentations
WO2001077873A2 (en) * 2000-04-11 2001-10-18 Symantec Corporation Methods and apparatuses for updating mobile computer location configuration settings
EP1182834A2 (en) * 2000-08-24 2002-02-27 Sony Corporation Method and device for electronic mail
FR2816148A1 (en) * 2000-10-27 2002-05-03 Infoduc Method for sending personalised messages in email format of one or more than one file to an information processing system, for a personalised processing of the latter.
EP1208672A1 (en) * 1999-08-30 2002-05-29 Firedrop, Inc. Method and system for process interaction among a group
EP1208673A1 (en) * 1999-08-30 2002-05-29 Zaplet, Inc. System for communicating information among a group of participants
EP1267532A2 (en) * 2001-06-11 2002-12-18 Qript one soft, Inc. Messaging system
EP1557988A1 (en) * 2004-01-23 2005-07-27 Motorola, Inc. Method and device for wireless messaging
WO2008021735A1 (en) * 2006-08-07 2008-02-21 Qualcomm Incorporated Method and device for electronic mail

Families Citing this family (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7428575B1 (en) * 1998-11-17 2008-09-23 Ricoh Company, Ltd. Method and system for communicating with a device attached to a computer using electronic mail messages
JP3305645B2 (en) * 1998-02-09 2002-07-24 富士写真フイルム株式会社 Application server in network photo service system
US7376728B1 (en) * 2000-07-25 2008-05-20 Ricoh Company, Ltd. Method and system for monitoring, collecting information, diagnosing and servicing a remote system
JP2000163331A (en) * 1998-11-24 2000-06-16 Matsushita Electric Ind Co Ltd Multimedia electronic mail method and system
US6546417B1 (en) * 1998-12-10 2003-04-08 Intellinet, Inc. Enhanced electronic mail system including methods and apparatus for identifying mime types and for displaying different icons
US6336216B1 (en) * 1998-12-10 2002-01-01 International Business Machines Corporation Objects oriented programming system with objects for storing compressed data files and self-extracting the data files
JP2001265674A (en) * 2000-03-22 2001-09-28 Nec Corp Electronic mail transfer device and electronic mail transfer system
US20030121042A1 (en) * 2000-03-30 2003-06-26 Decisionmark Corp. Guide with PVR scheduling links
US7062535B1 (en) 2000-04-03 2006-06-13 Centerpost Communications, Inc. Individual XML message processing platform
EP1410231A4 (en) 2000-04-03 2005-02-23 Juergen Stark Method and system for content driven electronic messaging
US7984104B1 (en) 2000-04-03 2011-07-19 West Corporation Method and system for content driven electronic messaging
US7424676B1 (en) * 2000-06-16 2008-09-09 Microsoft Corporation System and method for improved electronic mail processing with introductory text
US6889251B1 (en) * 2000-08-14 2005-05-03 Phoenix Technologies Ltd. Computer systems and methods employing thin-client internet launching mechanisms
JP2002063120A (en) * 2000-08-23 2002-02-28 Sony Corp Data communication system and data communication method
US20020138633A1 (en) * 2001-03-23 2002-09-26 International Business Machines Corporation Method, apparatus, and program for providing scripted electronic business cards and electronic calendars
JP2002292145A (en) * 2001-03-29 2002-10-08 Sony Corp Apparatus and method for processing information, recording medium, and program
CA2386491A1 (en) * 2001-05-16 2002-11-16 Kasten Chase Applied Research Limited System for secure electronic information transmission
AU2003213621A1 (en) * 2002-03-01 2003-09-16 Tralix, L.L.C. Method and system of sending and tracking electronic mail messages
US8732249B2 (en) * 2002-05-29 2014-05-20 Verizon Services Corp. Providing an advisory to a user of a processing system
NO318686B1 (en) * 2002-09-27 2005-04-25 Gridmedia Technologies As Multimedia file format
US7958187B2 (en) * 2003-02-19 2011-06-07 Google Inc. Systems and methods for managing directory harvest attacks via electronic messages
US20080147813A1 (en) * 2003-02-28 2008-06-19 Tralix, L.L.C. Systems and methods for electronic mail message server component
US20040267531A1 (en) * 2003-06-30 2004-12-30 Whynot Stephen R. Method and system for providing text-to-speech instant messaging
US8819128B2 (en) * 2003-09-30 2014-08-26 Apple Inc. Apparatus, method, and computer program for providing instant messages related to a conference call
US8645575B1 (en) 2004-03-31 2014-02-04 Apple Inc. Apparatus, method, and computer program for performing text-to-speech conversion of instant messages during a conference call
US8359341B2 (en) * 2005-12-10 2013-01-22 International Business Machines Corporation Importing content into a content management system using an e-mail application
US11323399B2 (en) * 2016-01-11 2022-05-03 Mimecast North America, Inc. Client-agnostic and network-agnostic device management

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5283887A (en) * 1990-12-19 1994-02-01 Bull Hn Information Systems Inc. Automatic document format conversion in an electronic mail system based upon user preference
US5557780A (en) * 1992-04-30 1996-09-17 Micron Technology, Inc. Electronic data interchange system for managing non-standard data
US5627997A (en) * 1994-06-07 1997-05-06 Microsoft Corporation Method and system for converting computer mail messages using an extensible set of conversion routines

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5805298A (en) * 1996-02-06 1998-09-08 Ho; Shu-Kuang Communications device with remote device identifier recognition and transmission in accordance with the recognized identifier
US5826062A (en) * 1996-05-30 1998-10-20 International Business Machines Corporation Method and apparatus for converting and displaying a multimedia document at a client
US5826023A (en) * 1996-06-03 1998-10-20 International Business Machines Corporation Communications tunneling
US5832208A (en) * 1996-09-05 1998-11-03 Cheyenne Software International Sales Corp. Anti-virus agent for use with databases and mail servers
US5892905A (en) * 1996-12-23 1999-04-06 International Business Machines Corporation Computer apparatus and method for providing a common user interface for software applications accessed via the world-wide web
US5937160A (en) * 1997-05-01 1999-08-10 Reedy Creek Technologies, Inc. Systems, methods and computer program products for updating hypertext documents via electronic mail

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5283887A (en) * 1990-12-19 1994-02-01 Bull Hn Information Systems Inc. Automatic document format conversion in an electronic mail system based upon user preference
US5557780A (en) * 1992-04-30 1996-09-17 Micron Technology, Inc. Electronic data interchange system for managing non-standard data
US5627997A (en) * 1994-06-07 1997-05-06 Microsoft Corporation Method and system for converting computer mail messages using an extensible set of conversion routines

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
MIME: MULTIMEDIA ON THE INTERNET, April 1995, 43 UNIX REVIEW CAVIN SONG, "The Internet's Requirements that Mail be Text and be Brief are Finally Eliminated by MIME, The Standards that Give Mail Color and Sound". *
MULTIMEDIA COMPUTING AND SYSTEMS, INTERNATIONAL CONFERENCE SELECTED PAPERS, 1994, MING OUHYOUNG et al., "The MOS Multimedia E-Mail System". *
SECURITY ADVISOR, DATABASED WEB ADVISOR, October 1997, "Put Your Personal Data Under Lock and Key PCCyrpto from McAfee Quickly Provides Protection for Your Desktop Data and E-Mail. McAfee Associates". *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1208673A4 (en) * 1999-08-30 2005-08-31 Zaplet Inc System for communicating information among a group of participants
EP1208672A4 (en) * 1999-08-30 2005-08-31 Zaplet Inc Method and system for process interaction among a group
EP1208673A1 (en) * 1999-08-30 2002-05-29 Zaplet, Inc. System for communicating information among a group of participants
EP1208672A1 (en) * 1999-08-30 2002-05-29 Firedrop, Inc. Method and system for process interaction among a group
WO2001073606A3 (en) * 2000-03-29 2002-08-22 Group 66 Inc Systems and methods for generating computer-displayed presentations
WO2001073606A2 (en) * 2000-03-29 2001-10-04 Group 66, Inc. Systems and methods for generating computer-displayed presentations
WO2001077873A2 (en) * 2000-04-11 2001-10-18 Symantec Corporation Methods and apparatuses for updating mobile computer location configuration settings
US6922723B1 (en) 2000-04-11 2005-07-26 Symantec Corporation Methods and apparatuses for updating mobile computer location configuration settings
WO2001077873A3 (en) * 2000-04-11 2002-07-25 Symantec Corp Methods and apparatuses for updating mobile computer location configuration settings
EP1182834A2 (en) * 2000-08-24 2002-02-27 Sony Corporation Method and device for electronic mail
US7016940B2 (en) 2000-08-24 2006-03-21 Sony Corporation Receiving apparatus and method, sending apparatus and method, recording medium, and communication system
KR100848947B1 (en) * 2000-08-24 2008-07-29 소니 가부시끼 가이샤 Receiving apparatus and method, sending apparatus and method, recording medium, and communication system
EP1182834A3 (en) * 2000-08-24 2003-08-06 Sony Corporation Method and device for electronic mail
FR2816148A1 (en) * 2000-10-27 2002-05-03 Infoduc Method for sending personalised messages in email format of one or more than one file to an information processing system, for a personalised processing of the latter.
EP1267532A2 (en) * 2001-06-11 2002-12-18 Qript one soft, Inc. Messaging system
EP1267532A3 (en) * 2001-06-11 2007-03-21 Qript one soft, Inc. Messaging system
EP1557988A1 (en) * 2004-01-23 2005-07-27 Motorola, Inc. Method and device for wireless messaging
US8243731B2 (en) 2006-08-07 2012-08-14 Qualcomm Incorporated Apparatus and methods for code-enhanced messaging
WO2008021735A1 (en) * 2006-08-07 2008-02-21 Qualcomm Incorporated Method and device for electronic mail

Also Published As

Publication number Publication date
US6073166A (en) 2000-06-06
WO1999020014A3 (en) 1999-07-01
AU9768498A (en) 1999-05-03
EP1023665A2 (en) 2000-08-02

Similar Documents

Publication Publication Date Title
US6073166A (en) System for transfer of data
US6393456B1 (en) System, method, and computer program product for workflow processing using internet interoperable electronic messaging with mime multiple content type
US7752240B2 (en) Apparatus and program product for retrieving file processing software
US7496682B2 (en) Method for exchanging messages between entities on a network comprising an actor attribute and a mandatory attribute in the header data structure
US6366949B1 (en) Method and arrangement relating to communication in a network
US6779178B1 (en) System and method for personalizing electronic mail messages
US6192415B1 (en) Web server with ability to process URL requests for non-markup language objects and perform actions on the objects using executable instructions contained in the URL
US8274682B2 (en) Combining UNIX commands with extensible markup language (“XML”)
JP2006195979A (en) Web application architecture
US7623741B2 (en) System and method for transferring scanned imaging data to a personal imaging repository
US20070288603A1 (en) Receipted transmission of electronic documents over the internet
US20070291302A1 (en) Method and System for Printing From Web Applications, a Corresponding Computer Program and a Corresponding Computer-Readable Storage Means
JP4345893B2 (en) Method and apparatus for e-commerce message using short message service
JP2003196269A (en) Method for analyzing document represented in markup language
EP1757050A1 (en) Transfer of a multimedia message
WO2002091200A1 (en) Method and apparatus for electronically communicating an electronic message having an electronic attachment
JP3815602B2 (en) E-mail transfer device and network facsimile device
Allen et al. CIP transport protocols
KR100241358B1 (en) Internet message creation and the transmitting method and apparatus thereof
JP2003216550A (en) Delivery confirming method for transmitted information
KR20020062061A (en) The Mathod which transmits the text mail with the image mail
WO2002013074A1 (en) Method for information transfer via active electronic mail
WebLogic Integration
JPH1115819A (en) Display acceleration system for web browser
JP2005284463A (en) Business process program execution method for data linkage server

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

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

AL Designated countries for regional patents

Kind code of ref document: A2

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

121 Ep: the epo has been informed by wipo that ep was designated in this application
AK Designated states

Kind code of ref document: A3

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

AL Designated countries for regional patents

Kind code of ref document: A3

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

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
NENP Non-entry into the national phase

Ref country code: KR

WWE Wipo information: entry into national phase

Ref document number: 1998951842

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1998951842

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase

Ref country code: CA

WWW Wipo information: withdrawn in national office

Ref document number: 1998951842

Country of ref document: EP