WO2003043279A2 - Method and system for transmitting a message via a telecommunication network - Google Patents

Method and system for transmitting a message via a telecommunication network Download PDF

Info

Publication number
WO2003043279A2
WO2003043279A2 PCT/FR2002/003868 FR0203868W WO03043279A2 WO 2003043279 A2 WO2003043279 A2 WO 2003043279A2 FR 0203868 W FR0203868 W FR 0203868W WO 03043279 A2 WO03043279 A2 WO 03043279A2
Authority
WO
WIPO (PCT)
Prior art keywords
message
programming code
code
execution
computer terminal
Prior art date
Application number
PCT/FR2002/003868
Other languages
French (fr)
Other versions
WO2003043279A3 (en
Inventor
Luc Vacquie
Jean-Michel Berge
Original Assignee
France Telecom
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 France Telecom filed Critical France Telecom
Priority to AU2002356240A priority Critical patent/AU2002356240A1/en
Publication of WO2003043279A2 publication Critical patent/WO2003043279A2/en
Publication of WO2003043279A3 publication Critical patent/WO2003043279A3/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
    • 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/48Message addressing, e.g. address format or anonymous messages, aliases
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W76/00Connection management
    • H04W76/10Connection setup
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/26Network addressing or numbering for mobility support

Definitions

  • the present invention relates to a method for transmitting a message via a telecommunications network, as well as to a system for transmitting a corresponding message.
  • the invention relates to a method and a system for transmitting a message via a telecommunications network, from a computer terminal in communication with the network, using electronic mail servers.
  • the invention relates to the development and use of a computer language specific to the management of the transmission of messages via a telecommunications network.
  • an electronic message sending server and a message receiving server are used, respectively dedicated to receiving a message from the terminal at the level from which it was developed, and the redistribution of the message to the destination terminal (s), either directly, when the message is stored at the destination terminal, waiting to be read, or indirectly, when the message is stored at the reception server and is sent back to the destination terminal at the request of the remote user.
  • This type of email generally uses a communication protocol known as SMTP ("Simple Mail Transport Protocol", in English) and is one of the applications of the Internet.
  • SMTP Simple Mail Transport Protocol
  • the syntax used in this messaging is relatively simple.
  • the message developed within the sending terminal, includes a header conveying, in particular, information relating to the subject of the message, the sender, the receiver and the date of the message, and a body in which the text of the message is conveyed.
  • MIME Multipurpose Internet Mail Extensions
  • This type of protocol although of increased power compared to the SMTP protocol, in terms of content of messages to be transmitted, is nevertheless very poor in terms of communication strategy. Indeed, in general, according to electronic messaging protocols, it is only possible to send one or more messages to one or more destination terminals and to receive an acknowledgment or a report of receipt allowing to know if the message has actually been transmitted. It is generally not possible to transmit messages using different modes of communication.
  • Certain services propose to use electronic messaging to transmit different types of messages, to remote terminals, on media chosen by the user.
  • SMS Short Message Service
  • This type of service nevertheless has a relatively low flexibility for the user, insofar as it does not allow the development of a telecommunications strategy allowing the execution of successive elementary functions.
  • the object of the invention is therefore to overcome the aforementioned drawbacks and to provide a method and a system for transmitting a message using an electronic messaging protocol and allowing the development and development of a telecommunications strategy.
  • a method of transmitting a message via a telecommunications network, from a computer terminal in communication with the network comprising input, by means of the terminal data processing, of at least one electronic message comprising, at least, an address corresponding to a terminal receiving the electronic message, the establishment of a link between the computer terminal and electronic mail servers of the network adapted respectively for the reception of data from the computer terminal and the transmission of said data to the or each terminal receiving the message.
  • a programming code corresponding to a procedure for connecting the terminals the messaging server intended for receiving data from the computer terminal decoding the programming code and causing the terminals to communicate according to the communication procedure.
  • the programming code comprises at least one command word for the execution of elementary functions each comprising a header code consisting of an acronym designating said function and a code configurable by the user conveying information relating to the execution of said function.
  • the programming code comprises a series of successive words for controlling the execution of successive elementary functions.
  • the programming code comprises at least one control structure or a data structure.
  • the mail servers communicate according to the SMTP protocol or according to the MIME protocol.
  • the designation acronym of each control word comprises an element chosen from an identification acronym of a data transmission means to be used, an acronym for waiting time before execution of a function, an acronym for retrieval command, by the messaging server with which the computer terminal communicates, of instruction codes which are stored in the body of the message and which correspond to the communication strategy.
  • the programming code is extracted from the message, a syntactic analysis of the extracted programming code is carried out for the separation of the control words, and the analyzed programming code is compiled.
  • a system for transmitting a message via a telecommunications network equipped with a message dispatch server comprising a computer terminal capable of communicating with the servers and comprising means for entering a message comprising, at least, an address of one or more destination terminals of the e-mail.
  • the computer terminal comprises means for entering a programming code integrated into the message and corresponding to a procedure for connecting the terminals, the dispatch server comprising means for decoding the code of programming and means for bringing the terminals into communication according to the communication procedure.
  • the dispatch server comprises means for extracting, from the message, the programming code, means for syntactic analysis of the extracted programming code, for the separation of successive control words from the address. each corresponding to a control word for the execution of elementary functions, means for compiling the analyzed control code and means for causing the execution of said elementary functions.
  • FIG. 1 is a schematic view of a portion telecommunications network provided with a message transmission system according to the invention
  • FIG. 2 is a block diagram illustrating the general structure of a server for sending electronic messages
  • FIG. 3 is a flowchart showing the main phases of the message transmission method according to the invention.
  • Figure 1 there is shown schematically a portion of telecommunications network provided with a message transmission system according to the invention.
  • the network 10 allows the transmission of data from a computer terminal, designated by the general numerical reference 12, to one or more destination terminals 14 , 16, 18 using an electronic messaging protocol and this, according to a communication communication strategy programmable by the user of the computer terminal 12 from which the message is produced and sent.
  • computer terminal any equipment provided with an electronic messaging function, such as a microcomputer, a personal assistant or "PDA", a mobile telephone device, etc.
  • PDA personal assistant
  • stations 14, 16, 18 recipients of the message these may consist of any type of terminal capable of receiving data from a telecommunications network.
  • the destination terminals 14, 16, 18 are constituted respectively by facsimile machines 14, computer terminals 16 and pagers 18 intended for the reception of SMS type messages.
  • additional equipment such as telephone sets, is also provided for receiving messages.
  • the network according to the invention allows the establishment of a communication between a network of computer terminals and a network of remote destination terminals.
  • the telecommunications network 10 essentially comprises an Internet network 20, as well as a telephone network 22, 24 to which the transmitting computer terminal 12 are connected and with which the terminals 14, 16, 18 recipients of the message communicate.
  • the connection putting them in communication with the rest of the telecommunication network can be carried out by cable or by radio waves, possibly through a specific server.
  • the Internet network 20 is provided with electronic messaging servers 26 and 28 constituted respectively by an electronic message dispatch server capable of retrieving the one or more messages sent by the sending terminal 12, and by a server for receiving electronic messages capable of collecting and distributing messages to the destination terminals 14, 16 and 18.
  • SMS Simple Mail Transfer Protocol
  • MIME protocol Multipurpose Internet Mail Extensions, in English
  • ASCII HyperText Markup Language
  • HTML hypertext HyperText Markup Language
  • sound HyperText Markup Language
  • images in JPEG format text files
  • text files ...
  • the computer terminal 12 from which the messages are sent, is provided with means allowing the entry of electronic messages, consisting of one or more addresses of recipient terminals and a message body, and the entry of 'a programming code corresponding to a message transmission procedure chosen by a user, that is to say to program the execution of basic functions by the mail servers.
  • the programming of the transmission of one or more messages by the computer terminal is carried out by means of a specific, but widely used computer language, such as "Basic”, "Pascal”, or so preferred, an object type language, such as "ADA”, this language preferably comprising, as will be described below, control structures and / or data structures.
  • a programming code is simply entered in the form of a set of command words corresponding to the communication procedure chosen by the sending user, in one of the tabs in the address window, preferably in the tab corresponding to the main recipient.
  • This programming code is detected by the dispatch server 26, then is decoded so as to bring the terminals into communication according to the communication procedure programmed by the user.
  • the dispatch server 26 comprises a set of modules arranged in series, preferably produced in the form of a set of software modules.
  • the dispatch server comprises a parser 30 receiving, as input, as designated by the arrow F, the programming code entered by the user.
  • This first module essentially ensures an extraction of the programming code from the content entered by the user in the addressing tab and proceeds to a lexical analysis of this code to isolate control words.
  • This parser 30 is connected to a compiler 32 intended to verify the syntax of the programming code and to generate an executable code.
  • the compiler 32 is connected to a set 34 of motors, such as 34-a, 34-b, ..., 34-n carrying out the actual execution of the communication program and each carrying out the execution of an elementary function.
  • a number of motors is provided corresponding to the number of data transmission modes that can be used. It is thus possible to provide motors for the transmission of messages by radio messaging (SMS), by sound signals, by electronic mail, by fax, by paper mail, by teletext, etc.
  • This set of motors 34 is connected to a corresponding set translators 36, such as 36-a, 36-b, ..., 36-n allowing the format of the data from the transmitting computer terminal 12 to be modified to a format compatible with the chosen reception medium, using example the MIME protocol.
  • an electronic message programmed to be transmitted to a telephone set and comprising a video recording, as an attachment will be transformed by the corresponding translator into a sound capable of being received on a telephone.
  • the procedure essentially consists in entering, as an address, a programming code corresponding to a communication strategy chosen by the user.
  • a programming code in the form of an address comprising a first part consisting of a set of words for controlling the execution of elementary functions each comprising a header code consisting of an acronym designating the function to be executed and a code configurable by the user conveying information relating to or useful for the execution of said function function, and a second part designating the domain name of the receiving server.
  • the programming code is constituted by a series of successive command words each comprising a header code in the form of an acronym designating the function to be executed, followed by a field integrating a code configurable by user conveying information relating to the execution of said function.
  • the parameters or functions that can be programmed by the user can be of different types.
  • an acronym identifying a data transmission means to be used an acronym of duration of waiting before execution of a function
  • an abbreviation for recovery command by the messaging server with which the computer terminal communicates, of instruction codes which are stored in the body of the message and which correspond to the implementation strategy communication.
  • other acronyms can be used, depending on the availability of the executable functions within the mail servers.
  • the communication procedure consists in the successive execution of a set of elementary functions each intended to be performed by a specific motor 34-a, ..., 34-n .
  • MADRESSEifnonLu (3H) then (SN £ / ERO) endif It is also possible, for example, to program a contact for a group of people, such as called members "OFFICE" of a company or a service of a company using a mode of. communication corresponding to their, "WISHES” wishes and to return to the sender a report. . telecommunications, after three hours and by SMS, to the number "NUMBER".
  • the programming code will then have the following structure:
  • Such programming can also allow the sending of a message to a whole population, in exceptional cases, for example in the event of disasters, by all possible means.
  • such a telecommunication strategy can be used by public authorities to reach members of a population at all costs.
  • the programming code, received by the dispatch server 26, is decoded by the syntactic analyzer 30 so as, on the one hand, to extract from the sentence entered by the sender in the addressing tab, the programming code, and, on the other hand, separate the control words from each other.
  • the compiler 32 verifies that the syntax of the programming code is correct. If this is not the case, it causes the transmission, to the user of the sending computer terminal 12, of a message indicating to him that the code must be re-entered (step 44).
  • the compiler 32 develops an executable program, which is then transmitted to one or more engines 34-a, ..., 34-n and to one or more translators
  • this reception report can be obtained on various media (telephone, fax, electronic mail, etc.).

Abstract

The invention concerns a method for transmitting a message via a telecommunication network, from a computer terminal (12) communicating with the network, which consists in inputting by means of the computer terminal at least an electronic message comprising an address corresponding to a terminal (14, 16, 18) whereto the message is addressed, setting up a link between the computer terminal and messaging servers (26, 28), and transmitting the message to the or each addressee terminal. When inputting the or each address, it consists in inputting a programming code corresponding to a procedure setting up communication between the terminals, the messaging server (26) receiving the data from the computer terminal (12) decoding the programming code and setting up communication between the terminals based on the communication set-up procedure.

Description

Procédé et système de transmission d'un message par l'intermédiaire d'un réseau de télécommunications.Method and system for transmitting a message via a telecommunications network.
La présente invention concerne un procédé de transmission d'un message par l'intermédiaire d'un réseau de télécommunications, ainsi qu'un système de transmission d'un message correspondant.The present invention relates to a method for transmitting a message via a telecommunications network, as well as to a system for transmitting a corresponding message.
En particulier, l'invention porte sur un procédé et un système de transmission d'un message par l'intermédiaire d'un réseau de télécommunications, à partir d'un terminal informatique en communication avec le réseau, utilisant des serveurs de messagerie électronique.In particular, the invention relates to a method and a system for transmitting a message via a telecommunications network, from a computer terminal in communication with the network, using electronic mail servers.
Plus particulièrement, l'invention concerne l'élaboration et l'utilisation d'un langage informatique spécifique à la gestion de la transmission de messages par l'intermédiaire d'un réseau de télécommunications.More particularly, the invention relates to the development and use of a computer language specific to the management of the transmission of messages via a telecommunications network.
De manière conventionnelle, pour l'envoi d'un message électronique vers un terminal, on utilise un serveur d'expédition de messages électroniques et un serveur de réception des messages, dédiés respectivement à la réception d' un message en provenance du terminal au niveau duquel il a été élaboré, et la redistribution du message vers le ou les terminaux destinataires, soit directement, lorsque le message est stocké au niveau du terminal destinataire, en attente d'être lu, soit indirectement, lorsque le message est stocké au niveau du serveur de réception et est rapatrié vers le terminal destinataire à la demande de l'utilisateur distant.Conventionally, for sending an electronic message to a terminal, an electronic message sending server and a message receiving server are used, respectively dedicated to receiving a message from the terminal at the level from which it was developed, and the redistribution of the message to the destination terminal (s), either directly, when the message is stored at the destination terminal, waiting to be read, or indirectly, when the message is stored at the reception server and is sent back to the destination terminal at the request of the remote user.
Ce type de messagerie utilise généralement un protocole de communication connu sous l'appellation SMTP ( » Simple Mail Transport Protocol », en anglais) et constitue l'une des applications du réseau Internet.This type of email generally uses a communication protocol known as SMTP ("Simple Mail Transport Protocol", in English) and is one of the applications of the Internet.
La syntaxe utilisée dans cette messagerie est relativement simple. Le message, élaboré au sein du terminal émetteur, comporte un en-tête véhiculant, notamment, des informations relatives à l'objet du message, à l'émetteur, au récepteur et à la date du message, et un corps dans lequel est véhiculé le texte même du message.The syntax used in this messaging is relatively simple. The message, developed within the sending terminal, includes a header conveying, in particular, information relating to the subject of the message, the sender, the receiver and the date of the message, and a body in which the text of the message is conveyed.
D'autres protocoles de messagerie électronique sont également disponibles, tels que le protocole MIME (« Multipurpose Internet Mail Extensions », en anglais). Ce type de protocole présente une puissance accrue dans la mesure où il permet le transfert de messages sous différents formats ou langages, tels que le langage hyper texte HTML ( » Hyper Text Mark-up Langage », en anglais), des images au format JPEG (« Joint Photographie Experts Group », en anglais), du son, etc..Other e-mail protocols are also available, such as the Multipurpose Internet Mail Extensions (MIME) protocol. This type of protocol presents an increased power insofar as it allows the transfer of messages in different formats or languages, such as hyper text HTML (“Hyper Text Mark-up Language”, images in JPEG format ("Joint Photography Experts Group", in English), sound, etc.
Ce type de protocole, bien que de puissance accrue par rapport au protocole SMTP, en termes de contenu de messages à transmettre, est néanmoins très pauvre en termes de stratégie de mise en communication. En effet, de manière générale, selon les protocoles de messagerie électronique, il est uniquement possible d'émettre un ou plusieurs messages vers un ou plusieurs terminaux destinataires et de recevoir un accusé ou un compte-rendu de réception permettant de savoir si le message a effectivement été transmis. II n'est en effet généralement pas possible de transmettre les messages en utilisant différents modes de communication.This type of protocol, although of increased power compared to the SMTP protocol, in terms of content of messages to be transmitted, is nevertheless very poor in terms of communication strategy. Indeed, in general, according to electronic messaging protocols, it is only possible to send one or more messages to one or more destination terminals and to receive an acknowledgment or a report of receipt allowing to know if the message has actually been transmitted. It is generally not possible to transmit messages using different modes of communication.
D' autres modes de télécommunication, et en particulier la télécopie, permettent de prévoir une programmation très simple des tentatives d'envoi de message. En effet, il est possible, lors de l'envoi d'une télécopie, de programmer une réitération de l'envoi plusieurs fois de suite. Il n'est néanmoins pas possible de programmer l'exécution de fonction plus complexes et de prévoir la transmission d'un message en utilisant plusieurs modes de télécommunication.Other modes of telecommunication, and in particular facsimile, make it possible to provide for very simple programming of attempts to send a message. Indeed, it is possible, when sending a fax, to program a reiteration of the transmission several times in succession. It is however not possible to program the execution of more complex functions and to provide for the transmission of a message by using several telecommunication modes.
Certains services proposent d'utiliser la messagerie électronique pour transmettre différents types de messages, vers des terminaux distants, sur des supports choisis par l'utilisateur.Certain services propose to use electronic messaging to transmit different types of messages, to remote terminals, on media chosen by the user.
Selon ce type de service, il est possible, par exemple, d'utiliser les serveurs de messagerie électronique pour transmettre un facsimile, un message court de type SMS (« Short Message Service », en anglais), un télex, etc..Depending on this type of service, it is possible, for example, to use electronic mail servers to transmit a facsimile, a short message of SMS type (“Short Message Service”, in English), a telex, etc.
Pour utiliser ce service, il convient simplement d'entrer aux lieu et place de l'adresse du terminal destinataire un code correspondant aux moyens de transmission de messages choisis, suivi d'un code correspondant au numéro de l'abonné distant.To use this service, simply enter instead of the address of the destination terminal a code corresponding to the chosen message transmission means, followed by a code corresponding to the number of the remote subscriber.
Ce type de service présente néanmoins une souplesse pour l'utilisateur relativement faible, dans la mesure où elle ne permet pas l'élaboration d'une stratégie de télécommunications permettant l'exécution de fonctions élémentaires successives.This type of service nevertheless has a relatively low flexibility for the user, insofar as it does not allow the development of a telecommunications strategy allowing the execution of successive elementary functions.
Il n'est en effet pas possible, par exemple, de renouveler périodiquement la transmission d' un message électronique, en cas d' échec, et de programmer une transmission du message selon un autre mode de télécommunications, par exemple par télécopie ou par SMS, s'il a été procédé à un nombre prédéterminé de tentatives infructueuses.It is in fact not possible, for example, to periodically renew the transmission of an electronic message, in the event of failure, and to schedule a transmission of the message according to another mode of telecommunications, for example by fax or by SMS. , if a predetermined number of failed attempts have been made.
Le but de l'invention est donc de pallier les inconvénients précités et de fournir un procédé et un système de transmission d'un message utilisant un protocole de messagerie électronique et permettant l'élaboration et le déroulement d'une stratégie de télécommunications.The object of the invention is therefore to overcome the aforementioned drawbacks and to provide a method and a system for transmitting a message using an electronic messaging protocol and allowing the development and development of a telecommunications strategy.
Ainsi, selon l'invention, il est proposé un procédé de transmission d' un message par l'intermédiaire d'un réseau de télécommunications, à partir d'un terminal informatique en communication avec le réseau, comprenant la saisie, au moyen du terminal informatique, d'au moins un message électronique comportant, au moins, une adresse correspondant à un terminal destinataire du message électronique, l'établissement d'une liaison entre le terminal informatique et des serveurs de messagerie électronique du réseau adaptés respectivement pour la réception de données en provenance du terminal informatique et la transmission desdites données vers le ou chaque terminal destinataire du message.Thus, according to the invention, there is proposed a method of transmitting a message via a telecommunications network, from a computer terminal in communication with the network, comprising input, by means of the terminal data processing, of at least one electronic message comprising, at least, an address corresponding to a terminal receiving the electronic message, the establishment of a link between the computer terminal and electronic mail servers of the network adapted respectively for the reception of data from the computer terminal and the transmission of said data to the or each terminal receiving the message.
Selon un aspect de ce procédé, au cours de la saisie de la ou de chaque adresse, on saisit un code de programmation correspondant à une procédure de mise en communication des terminaux, le serveur de messagerie destiné à la réception des données en provenance du terminal informatique décodant le code de programmation et provoquant la mise en communication des terminaux en fonction de la procédure de mise en communication.According to one aspect of this process, during the entry of the or each address, a programming code corresponding to a procedure for connecting the terminals, the messaging server intended for receiving data from the computer terminal decoding the programming code and causing the terminals to communicate according to the communication procedure.
Selon un exemple de mise en œuvre de ce procédé, le code de programmation comporte au moins un mot de commande de l'exécution de fonctions élémentaires comprenant chacun un code d'en-tête consistant en un sigle de désignation de ladite fonction et un code paramétrable par l'utilisateur véhiculant des informations relatives à l'exécution de ladite fonction.According to an example of implementation of this method, the programming code comprises at least one command word for the execution of elementary functions each comprising a header code consisting of an acronym designating said function and a code configurable by the user conveying information relating to the execution of said function.
Ainsi, par exemple, le code de programmation comporte une série de mots successifs de commande de l'exécution de fonctions élémentaires successives. De préférence, le code de programmation comporte au moins une structure de contrôle ou une structure de données.Thus, for example, the programming code comprises a series of successive words for controlling the execution of successive elementary functions. Preferably, the programming code comprises at least one control structure or a data structure.
Selon une autre caractéristique, les serveurs de messagerie communiquent selon le protocole SMTP ou selon le protocole MIME.According to another characteristic, the mail servers communicate according to the SMTP protocol or according to the MIME protocol.
Selon un mode de mise en œuvre de ce procédé, le sigle de désignation de chaque mot de commande comporte un élément choisi parmi un sigle d'identification d'un moyen de transmission de données à utiliser, un sigle de durée d'attente avant exécution d'une fonction, un sigle de commande de la récupération, par le serveur de messagerie avec lequel communique le terminal informatique, de codes d'instructions qui sont stockés dans le corps du message et qui correspondent à la stratégie de mise en communication.According to one embodiment of this method, the designation acronym of each control word comprises an element chosen from an identification acronym of a data transmission means to be used, an acronym for waiting time before execution of a function, an acronym for retrieval command, by the messaging server with which the computer terminal communicates, of instruction codes which are stored in the body of the message and which correspond to the communication strategy.
Avantageusement, au cours du décodage du code de programmation, on extrait du message le code de programmation, on procède à une analyse syntaxique du code de programmation extrait pour la séparation des mots de commande, et l'on compile le code de programmation analysé.Advantageously, during the decoding of the programming code, the programming code is extracted from the message, a syntactic analysis of the extracted programming code is carried out for the separation of the control words, and the analyzed programming code is compiled.
Selon l'invention, il est également proposé un système de transmission d'un message par l'intermédiaire d'un réseau de télécommunications équipé d'un serveur d'expédition de messages électroniques et d'un serveur de réception des messages électroniques, comprenant un terminal informatique apte à communiquer avec les serveurs et comportant des moyens pour l'entrée d'un message comprenant, au moins, une adresse d'un ou de plusieurs terminaux destinataires du message électronique.According to the invention, there is also proposed a system for transmitting a message via a telecommunications network equipped with a message dispatch server. electronic and a server for receiving electronic messages, comprising a computer terminal capable of communicating with the servers and comprising means for entering a message comprising, at least, an address of one or more destination terminals of the e-mail.
Selon un aspect de ce système, le terminal informatique comporte des moyens pour la saisie d'un code de programmation intégré au message et correspondant à une procédure de mise en communication des terminaux, le serveur d'expédition comportant des moyens de décodage du code de programmation et des moyens pour provoquer la mise en communication des terminaux en fonction de la procédure de mise en communication.According to one aspect of this system, the computer terminal comprises means for entering a programming code integrated into the message and corresponding to a procedure for connecting the terminals, the dispatch server comprising means for decoding the code of programming and means for bringing the terminals into communication according to the communication procedure.
Selon une caractéristique de ce système, le serveur d'expédition comporte des moyens pour extraire, du message, le code de programmation, des moyens d' analyse syntaxique du code de programmation extrait, pour la séparation de mots de commande successifs de l' adresse correspondant chacun à un mot de commande de l'exécution de fonctions élémentaires, des moyens de compilation du code de commande analysé et des moyens pour provoquer l'exécution desdites fonctions élémentaires.According to a characteristic of this system, the dispatch server comprises means for extracting, from the message, the programming code, means for syntactic analysis of the extracted programming code, for the separation of successive control words from the address. each corresponding to a control word for the execution of elementary functions, means for compiling the analyzed control code and means for causing the execution of said elementary functions.
D'autres buts, caractéristiques et avantages de l'invention ressortiront de la description suivante, donnée uniquement à titre d'exemple non limitatif, et faite en référence aux dessins annexés sur lesquels : - la figure 1 est une vue schématique d'une portion de réseau de télécommunications pourvu d'un système de transmission de messages conforme à l'invention ;Other objects, characteristics and advantages of the invention will emerge from the following description, given solely by way of nonlimiting example, and made with reference to the appended drawings in which: - Figure 1 is a schematic view of a portion telecommunications network provided with a message transmission system according to the invention;
- la figure 2 est un schéma synoptique illustrant la structure générale d'un serveur d'expédition de messages électroniques ; et- Figure 2 is a block diagram illustrating the general structure of a server for sending electronic messages; and
- la figure 3 est un organigramme montrant les principales phases du procédé de transmission de messages conforme à l'invention. Sur la figure 1, on a représenté schématiquement une portion de réseau de télécommunications pourvu d'un système de transmission de messages conforme à l'invention.- Figure 3 is a flowchart showing the main phases of the message transmission method according to the invention. In Figure 1, there is shown schematically a portion of telecommunications network provided with a message transmission system according to the invention.
Il est destiné à permettre une transmission de données de différentes natures, telles que des données audio, vidéo, des fichiers texte, ... à partir d'un terminal informatique vers des terminaux destinataires raccordés au réseau.It is intended to allow the transmission of data of different natures, such as audio, video, text files, ... from a computer terminal to destination terminals connected to the network.
Plus particulièrement, et comme on le voit sur cette figure 1, dans l'application envisagée, le réseau 10 permet la transmission de données à partir d'un terminal informatique, désigné par la référence numérique générale 12, vers un ou plusieurs terminaux destinataires 14, 16, 18 en utilisant un protocole de messagerie électronique et ce, selon une stratégie de mise en communication programmable par l'utilisateur du terminal informatique 12 à partir duquel le message est élaboré et envoyé.More particularly, and as can be seen in this FIG. 1, in the envisaged application, the network 10 allows the transmission of data from a computer terminal, designated by the general numerical reference 12, to one or more destination terminals 14 , 16, 18 using an electronic messaging protocol and this, according to a communication communication strategy programmable by the user of the computer terminal 12 from which the message is produced and sent.
Dans le cadre de la présente description, par terminal informatique, on entend tout équipement pourvu d'une fonction de messagerie électronique, tel qu'un micro-ordinateur, un assistant personnel ou « PDA », un appareil de téléphonie mobile, ... En ce qui concerne les postes 14, 16, 18 destinataires du message, ceux-ci peuvent être constitués de tout type de terminal susceptible de recevoir des données en provenance d'un réseau de télécommunications.In the context of the present description, by computer terminal is meant any equipment provided with an electronic messaging function, such as a microcomputer, a personal assistant or "PDA", a mobile telephone device, etc. With regard to the stations 14, 16, 18 recipients of the message, these may consist of any type of terminal capable of receiving data from a telecommunications network.
Dans l'exemple illustré sur la figure 1, les terminaux destinataires 14, 16, 18 sont constitués respectivement par des appareils de télécopie 14, des terminaux informatiques 16 et des radio- messageurs 18 destinés à la réception de messages de type SMS. Bien que non représenté, des équipements additionnels, tels que postes téléphoniques sont également prévus pour la réception de messages. Par soucis de simplicité, seul un terminal informatique émetteur et un terminal récepteur de chaque type ont été représentés. Néanmoins, comme on le conçoit, le réseau selon l'invention permet l'établissement d'une communication entre un réseau de terminaux informatiques et un réseau de terminaux destinataires distants. Le réseau 10 de télécommunications comporte essentiellement un réseau Internet 20, ainsi qu'un réseau téléphonique 22, 24 auxquels sont raccordés le terminal informatique 12 émetteur et avec lequel communiquent les terminaux 14, 16, 18 destinataires du message. Bien entendu, et comme on le conçoit, en fonction de la nature des terminaux distants 14, 16 et 18, la liaison les mettant en communication avec le reste du réseau de télécommunication peut être réalisée de manière câblée ou s'effectuer par ondes radio, éventuellement par l' intermédiaire d'un serveur spécifique. Pour l'envoi d'un message électronique vers les terminaux destinataires 14, 16, 18, le réseau Internet 20 est pourvu de serveurs de messagerie électronique 26 et 28 constitués respectivement par un serveur d'expédition de messages électroniques apte à récupérer le ou les messages émis par le terminal 12 émetteur, et par un serveur de réception des messages électroniques apte à collecter et distribuer des messages vers les terminaux destinataires 14, 16 et 18.In the example illustrated in FIG. 1, the destination terminals 14, 16, 18 are constituted respectively by facsimile machines 14, computer terminals 16 and pagers 18 intended for the reception of SMS type messages. Although not shown, additional equipment, such as telephone sets, is also provided for receiving messages. For the sake of simplicity, only one transmitting computer terminal and one receiving terminal of each type have been shown. However, as can be seen, the network according to the invention allows the establishment of a communication between a network of computer terminals and a network of remote destination terminals. The telecommunications network 10 essentially comprises an Internet network 20, as well as a telephone network 22, 24 to which the transmitting computer terminal 12 are connected and with which the terminals 14, 16, 18 recipients of the message communicate. Of course, and as will be understood, depending on the nature of the remote terminals 14, 16 and 18, the connection putting them in communication with the rest of the telecommunication network can be carried out by cable or by radio waves, possibly through a specific server. For sending an electronic message to the destination terminals 14, 16, 18, the Internet network 20 is provided with electronic messaging servers 26 and 28 constituted respectively by an electronic message dispatch server capable of retrieving the one or more messages sent by the sending terminal 12, and by a server for receiving electronic messages capable of collecting and distributing messages to the destination terminals 14, 16 and 18.
Ces serveurs de messagerie 26 et 28 communiquent en utilisant le protocole de transfert SMTP (Simple Mail Transfert Protocol, en anglais) qui est un protocole employé pour transférer du courrier électronique d'un ordinateur à un autre en utilisant le réseau InternetThese mail servers 26 and 28 communicate using the Simple Mail Transfer Protocol (SMTP), which is a protocol used to transfer e-mail from one computer to another using the Internet.
10.10.
Le cas échéant, ils peuvent utiliser en outre le protocole MIME (Multipurpose Internet Mail Extensions, en anglais) qui permet d'introduire des types de format autorisant le multimédia dans les messages, tels que l' ASCII, l'hypertexte HTML, du son, des images au format JPEG, des fichiers texte, ...If necessary, they can also use the MIME protocol (Multipurpose Internet Mail Extensions, in English) which makes it possible to introduce types of format allowing multimedia in messages, such as ASCII, HTML hypertext, sound , images in JPEG format, text files, ...
En outre, le terminal informatique 12, à partir duquel les messages sont envoyés, est pourvu de moyens permettant la saisie de messages électroniques, constitués d'une ou de plusieurs adresses de terminaux destinataire et d'un corps de message, et la saisie d'un code de programmation correspondant à une procédure de transmission des messages choisie par un utilisateur, c' est-à-dire de programmer l'exécution de fonctions élémentaires par les serveurs de messagerie. En particulier, la programmation de la transmission d'un ou de plusieurs messages par le terminal informatique s'effectue au moyen d'un langage informatique spécifique, mais largement répandu, tel que du « Basic », du « Pascal », ou de manière préférée, un langage de type objet, tel que « l'ADA », ce langage comportant de préférence, comme cela sera décrit par la suite, des structure de contrôle et/ou des structure de données.In addition, the computer terminal 12, from which the messages are sent, is provided with means allowing the entry of electronic messages, consisting of one or more addresses of recipient terminals and a message body, and the entry of 'a programming code corresponding to a message transmission procedure chosen by a user, that is to say to program the execution of basic functions by the mail servers. In particular, the programming of the transmission of one or more messages by the computer terminal is carried out by means of a specific, but widely used computer language, such as "Basic", "Pascal", or so preferred, an object type language, such as "ADA", this language preferably comprising, as will be described below, control structures and / or data structures.
Il est ainsi possible, conformément à l'invention, d'envoyer, par exemple, après programmation, un message électronique vers un ou plusieurs terminaux informatiques 16, comme cela est conventionnel, mais également d'envoyer, simultanément ou non, une télécopie en direction du télécopieur 14, ou un message de radio-messagerie de type SMS (Short Message Service, en anglais).It is thus possible, in accordance with the invention, to send, for example, after programming, an electronic message to one or more computer terminals 16, as is conventional, but also to send, simultaneously or not, a fax by direction of the fax machine 14, or an SMS type radio message (Short Message Service, in English).
Il est également possible, par exemple, en cas de défaut de réception du message par un ou plusieurs des terminaux informatiquesIt is also possible, for example, in the event of failure to receive the message by one or more of the computer terminals
16 distants, de programmer une ou plusieurs retransmissions du message vers ces derniers et, après plusieurs tentatives infructueuses, de programmer un envoi de télécopies ou un envoi de messages par radio-messagerie. Pour l'envoi d'un message électronique vers un ou plusieurs terminaux informatiques 16, il convient tout d'abord d'adresser le message en tapant une adresse électronique sur un onglet d'une fenêtre d'adresse présentée sur l'écran du terminal informatique 12 émetteur ainsi que, le cas échéant, des adresses de destinataires additionnels en tant que copie-carbone (Ce) ou copie-carbone invisible (Cci) répertoriant les destinataires recevant une copie du message adressé au destinataire principal, et de taper l'objet du message ou de joindre des fichiers en tant que pièces jointes.16 remote, to schedule one or more retransmissions of the message to them and, after several unsuccessful attempts, to schedule a sending of faxes or a sending of messages by radio messaging. For sending an electronic message to one or more computer terminals 16, it is first of all necessary to address the message by typing an electronic address on a tab of an address window presented on the terminal screen. IT 12 transmitter as well as, if necessary, addresses of additional recipients as carbon copy (Ce) or invisible carbon copy (Bcc) listing the recipients receiving a copy of the message addressed to the main recipient, and typing the subject of the message or attach files as attachments.
Par ailleurs, pour procéder à la programmation de la procédure de mise en communication du terminal émetteur 12 avec les terminaux distants 14, 16 et 18, on entre simplement un code de programmation sous la forme d'un ensemble de mots de commandes correspondant à la procédure de mise en communication choisie par l'utilisateur émetteur, dans l'un des onglets de la fenêtre d'adresse, de préférence dans l'onglet correspondant au destinataire principal.Furthermore, to program the procedure for establishing communication between the sending terminal 12 and the remote terminals 14, 16 and 18, a programming code is simply entered in the form of a set of command words corresponding to the communication procedure chosen by the sending user, in one of the tabs in the address window, preferably in the tab corresponding to the main recipient.
Ce code de programmation est détecté par le serveur 26 d'expédition, puis est décodé de manière à provoquer la mise en communication des terminaux en fonction de la procédure de mise en communication programmée par l'utilisateur.This programming code is detected by the dispatch server 26, then is decoded so as to bring the terminals into communication according to the communication procedure programmed by the user.
A cet effet, et en se référant à la figure 2, le serveur 26 d'expédition comporte un ensemble de modules disposés en série, réalisés de préférence sous la forme d'un ensemble de modules logiciels.To this end, and with reference to FIG. 2, the dispatch server 26 comprises a set of modules arranged in series, preferably produced in the form of a set of software modules.
Ainsi, le serveur d'expédition comporte un analyseur syntaxique 30 recevant, en entrée, comme désigné par la flèche F, le code de programmation saisi par l'utilisateur. Ce premier module assure essentiellement une extraction du code de programmation à partir du contenu entré par l'utilisateur dans l'onglet d'adressage et procède à une analyse lexicale de ce code pour en isoler des mots de commande.Thus, the dispatch server comprises a parser 30 receiving, as input, as designated by the arrow F, the programming code entered by the user. This first module essentially ensures an extraction of the programming code from the content entered by the user in the addressing tab and proceeds to a lexical analysis of this code to isolate control words.
Cet analyseur syntaxique 30 est raccordé à un compilateur 32 destiné à vérifier la syntaxe du code de programmation et à engendrer un code exécutable.This parser 30 is connected to a compiler 32 intended to verify the syntax of the programming code and to generate an executable code.
Le compilateur 32 est raccordé à un ensemble 34 de moteurs, tels que 34-a, 34-b, ..., 34-n procédant à l'exécution proprement dite du programme de mise en communication et réalisant chacun l'exécution d'une fonction élémentaire. On prévoit un nombre de moteurs correspondant au nombre de modes de transmission de données pouvant être utilisés. On peut ainsi prévoir des moteurs pour la transmission de messages par radio messagerie (SMS), par signaux sonores, par courriers électroniques, par télécopies, par courriers papier, par télétexte, ... Cet ensemble de moteurs 34 est raccordé à un ensemble correspondant de traducteurs 36, tels que 36-a, 36-b, ... , 36-n permettant de modifier le format des données issues du terminal informatique émetteur 12 en un format compatible avec le support de réception choisi et ce, en utilisant par exemple le protocole MIME. Ainsi, par exemple, un message électronique programmé pour être transmis vers un poste téléphonique et comportant un enregistrement vidéo, en tant que pièce jointe, sera transformé par le traducteur correspondant en un son apte à être reçu sur un téléphone. On va maintenant décrire, en détail, un exemple de mise en œuvre d'un procédé de transmission de messages conforme à l'invention.The compiler 32 is connected to a set 34 of motors, such as 34-a, 34-b, ..., 34-n carrying out the actual execution of the communication program and each carrying out the execution of an elementary function. A number of motors is provided corresponding to the number of data transmission modes that can be used. It is thus possible to provide motors for the transmission of messages by radio messaging (SMS), by sound signals, by electronic mail, by fax, by paper mail, by teletext, etc. This set of motors 34 is connected to a corresponding set translators 36, such as 36-a, 36-b, ..., 36-n allowing the format of the data from the transmitting computer terminal 12 to be modified to a format compatible with the chosen reception medium, using example the MIME protocol. Thus, for example, an electronic message programmed to be transmitted to a telephone set and comprising a video recording, as an attachment, will be transformed by the corresponding translator into a sound capable of being received on a telephone. We will now describe, in detail, an example of implementation of a message transmission method according to the invention.
Comme on le voit sur la figure 3, la procédure consiste essentiellement à entrer, en tant qu'adresse, un code de programmation correspondant à une stratégie de communication choisie par l'utilisateur.As can be seen in FIG. 3, the procedure essentially consists in entering, as an address, a programming code corresponding to a communication strategy chosen by the user.
Ainsi, au cours d'une première étape 38 de ce procédé, l'utilisateur entre dans l'onglet de la fenêtre d'adressage un code de programmation sous la forme d'une adresse comprenant une première partie constituée d'un ensemble de mots de commande de l'exécution de fonctions élémentaires comportant chacun un code d'en-tête consistant en un sigle de désignation de la fonction à exécuter et un code paramétrable par l'utilisateur véhiculant des informations relatives à ou utiles pour l'exécution de ladite fonction, et une deuxième partie désignant le nom du domaine du serveur de réception.Thus, during a first step 38 of this method, the user enters in the tab of the address window a programming code in the form of an address comprising a first part consisting of a set of words for controlling the execution of elementary functions each comprising a header code consisting of an acronym designating the function to be executed and a code configurable by the user conveying information relating to or useful for the execution of said function function, and a second part designating the domain name of the receiving server.
Ainsi, par exemple, pour une stratégie de mise en communication consistant à effectuer les opérations successives suivantes : envoi d'un courrier électronique à un groupe de contacts intitulé "GROUPE" ;Thus, for example, for a communication strategy consisting in carrying out the following successive operations: sending an electronic mail to a group of contacts entitled "GROUP";
- envoi d'une télécopie à un numéro de télécopie intitulée- sending a fax to a fax number entitled
"TÉLÉCOPIE 1" ;"FAX 1";
- attendre deux heures ;- wait two hours;
- envoyer un bilan par télécopie au numéro de télécopie intitulée "TÉLÉCOPIE 2" , on saisira un code de programmation ayant la structure suivante :- send a report by fax to the fax number entitled "FAX 2", you will enter a programming code with the following structure:
M (GROUPE) F (TÉLÉCOPIE 1) W2H BF (TÉLÉCOPIE 2). Ainsi, le code de programmation est constitué par une série de mots de commande successifs comportant chacun un code d'en-tête sous la forme d'un sigle désignant la fonction à exécuter, suivi d'un champ intégrant un code paramétrable par l'utilisateur véhiculant des informations relatives à l' exécution de ladite fonction.M (GROUP) F (FAX 1) W2H BF (FAX 2). Thus, the programming code is constituted by a series of successive command words each comprising a header code in the form of an acronym designating the function to be executed, followed by a field integrating a code configurable by user conveying information relating to the execution of said function.
Les paramètres ou fonctions pouvant être programmés par l'utilisateur peuvent être de différentes natures.The parameters or functions that can be programmed by the user can be of different types.
Ainsi, en tant que sigle d' en-tête, on peut utiliser, par exemple, et comme cela sera indiqué par la suite, un sigle d'identification d'un moyen de transmission de données à utiliser, un sigle de durée d' attente avant exécution d'une fonction, un sigle de commande de la récupération, par le serveur de messagerie avec lequel communique le terminal informatique, de codes d'instructions qui sont stockés dans le corps du message et qui correspondent à la stratégie de mise en communication. Bien entendu, d' autres sigles peuvent être utilisés, selon la disponibilité des fonctions exécutables au sein des serveurs de messagerie.Thus, as the header acronym, one can use, for example, and as will be indicated hereinafter, an acronym identifying a data transmission means to be used, an acronym of duration of waiting before execution of a function, an abbreviation for recovery command, by the messaging server with which the computer terminal communicates, of instruction codes which are stored in the body of the message and which correspond to the implementation strategy communication. Of course, other acronyms can be used, depending on the availability of the executable functions within the mail servers.
Dans l'exemple qui vient d'être donné, la procédure de mise en communication consiste en l'exécution successive d'un ensemble de fonctions élémentaires destinées chacune à être effectuées par un moteur 34-a, ..., 34-n spécifique.In the example which has just been given, the communication procedure consists in the successive execution of a set of elementary functions each intended to be performed by a specific motor 34-a, ..., 34-n .
On notera soumettre cependant qu'il est également possible d'intégrer à ce code de programmation des structures de données et de préférence des structures de contrôle de type "si, alors, sinon" permettant une exécution conditionnelle de ces fonctions.It should be noted, however, that it is also possible to integrate data structures and preferably control structures of the "if, then, if not" type into this programming code allowing conditional execution of these functions.
Par exemple, pour la programmation d'une stratégie de communication consistant à joindre une personne par courrier électronique à l' adresse électronique « ADRESSE », attendre trois heures et envoyer un message SMS au numéro « NUMERO » si le courrier électronique n' a pas été lu, on saisira le code de programmation suivant :For example, for the programming of a communication strategy consisting in joining a person by electronic mail at the electronic address "ADDRESS", wait three hours and send an SMS message to the number "NUMBER" if the electronic mail has not been read, enter the following programming code:
MADRESSEifnonLu(3H)then(SN£/ ERO)endif Il est également possible, par exemple, de programmer un contact d'un groupe de personne, tel que les membres appelés « BUREAU » d'une société ou d'un service d'une société en utilisant un mode de . communication correspondant à leurs, souhaits « SOUHAITS » et de retourner à l'envoyeur un bilan. . de télécommunications, après trois heures et par SMS, au numéro « NUMERO ».MADRESSEifnonLu (3H) then (SN £ / ERO) endif It is also possible, for example, to program a contact for a group of people, such as called members "OFFICE" of a company or a service of a company using a mode of. communication corresponding to their, "WISHES" wishes and to return to the sender a report. . telecommunications, after three hours and by SMS, to the number "NUMBER".
Le code de programmation aura alors la structure suivante :The programming code will then have the following structure:
J(5-7REA-7,SO-7HA/rS)-W(3H)-BILAN(SNC/ ERO)J (5-7REA-7, SO-7HA / rS) -W (3H) -BUILDOWN (SNC / ERO)
Une telle programmation peut également permettre l' envoi d'un message à toute une population, dans des cas exceptionnels, par exemple en cas de sinistres, par tous les moyens possibles.Such programming can also allow the sending of a message to a whole population, in exceptional cases, for example in the event of disasters, by all possible means.
Ainsi, par exemple, un telle stratégie de télécommunication peut être utilisée par les pouvoirs publics pour joindre à tous prix les membres d'une population.Thus, for example, such a telecommunication strategy can be used by public authorities to reach members of a population at all costs.
Par exemple, dans le cadre d'un plan « ΟRSΕC » déclenché par les pouvoirs publics pour joindre une population entière en utilisant tous les modes. de télécommunication possibles, on utilisera alors le code de programmation suivant :For example, as part of a “ΟRSΕC” plan launched by the public authorities to reach an entire population using all modes. telecommunications options, the following programming code will be used:
J(POP£/ A27ON,ORSEC)J (POP £ / A27ON, ORSEC)
Bien entendu, de nombreuses stratégies de télécommunication peuvent être envisagées, en utilisant des mots de commande, en particulier des sigles d' identification des fonctions à exécuter, spécifiquement prévus.Of course, numerous telecommunication strategies can be envisaged, using command words, in particular acronyms for identifying the functions to be executed, specifically provided.
On notera également qu'il est également possible d'intégrer au code de programmation un signe spécifique, par exemple le signe « $ » , destiné à être reconnu par les serveurs de messagerie pour leur indiquer que le code de programmation doit être récupéré dans le corps du message, voire dans un fichier joint.It will also be noted that it is also possible to integrate into the programming code a specific sign, for example the sign "$", intended to be recognized by the mail servers to indicate to them that the programming code must be retrieved from the body of the message, or even in an attached file.
On est alors moins limité par la longueur du code de programmation et l'on augmente en conséquence la puissance de programmation à disposition de l'utilisateur.We are then less limited by the length of the programming code and we consequently increase the programming power available to the user.
Lors de l'étape 40 suivante, le code de programmation, reçu par le serveur 26 d'expédition, est décodé par l'analyseur syntaxique 30 de manière à, d'une part, extraire de la phrase saisie par l'expéditeur dans l'onglet d'adressage, le code de programmation, et, d'autre part, séparer les mots de commande les uns des autres.During the following step 40, the programming code, received by the dispatch server 26, is decoded by the syntactic analyzer 30 so as, on the one hand, to extract from the sentence entered by the sender in the addressing tab, the programming code, and, on the other hand, separate the control words from each other.
Lors de l'étape 42 suivante, le compilateur 32 vérifie que la syntaxe du code de programmation est correcte. Si tel n'est pas le cas, il provoque l'émission, à destination de l'utilisateur du terminal informatique émetteur 12, d'un message lui indiquant que le code doit être saisi à nouveau (étape 44).During the following step 42, the compiler 32 verifies that the syntax of the programming code is correct. If this is not the case, it causes the transmission, to the user of the sending computer terminal 12, of a message indicating to him that the code must be re-entered (step 44).
Si tel est le cas, lors de l'étape 46 suivante, le compilateur 32 élabore un programme exécutable, lequel est alors transmis vers un ou plusieurs moteurs 34-a, ... , 34-n et vers un ou plusieurs traducteursIf this is the case, during the following step 46, the compiler 32 develops an executable program, which is then transmitted to one or more engines 34-a, ..., 34-n and to one or more translators
36-a, ... , 36-n correspondants en vue d'être exécuté (étape 48) et, le cas échéant, de provoquer une traduction appropriée du message.36-a, ..., 36-n correspondents in order to be executed (step 48) and, if necessary, to cause an appropriate translation of the message.
On notera également qu'il est possible d'insérer, dans l'onglet d'adresse, un code renvoyant au corps du mél, destiné également à être reconnu par les serveurs, pour leur indiquer que la suite du code de programmation doit être récupéré dans le corps du message, "c'est-à- dire dans le champ « texte », ou dans le champ « sujet », et doit être concaténé avec la portion de code de programmation figurant dans l'onglet d'adresse. II est ainsi possible, au cours de la saisie du code de programmation, de continuer la saisie en utilisant la place disponible dans le champ « sujet » ou dans le champ « texte » lorsque la place disponible dans l'adresse n'est plus suffisante. Dans ce cas, au cours du traitement du programme, ces sigles sont supprimés du code. En ce qui concerne le bilan élaboré par les serveurs de messagerie pour fournir un compte-rendu relatif aux opérations effectuées, on notera qu' un tel compte rendu est également configurable par programmation en entrant des instructions spécifiques. II est ainsi possible de consulter, à tout moment, la liste des personnes jointes en saisissant une requête spécifique.It will also be noted that it is possible to insert, in the address tab, a code referring to the body of the e-mail, also intended to be recognized by the servers, to indicate to them that the rest of the programming code must be retrieved in the body of the message, " ie in the" text "field, or in the" subject "field, and must be concatenated with the portion of programming code appearing in the address tab. II It is thus possible, during the entry of the programming code, to continue the entry using the space available in the "subject" field or in the "text" field when the space available in the address is no longer sufficient. In this case, during the processing of the program, these acronyms are removed from the code. With regard to the report prepared by the mail servers to provide a report relating to the operations carried out, it will be noted that such a report is also configurable by programming in entering specific instructions. It is thus possible to consult, at any time, the list of people contacted by entering a specific request.
Bien entendu, une instruction de programmation spécifique peut être utilisée pour que ce bilan de réception puisse être obtenu sur différents supports (téléphone, télécopie, courrier électronique, ...). De même, il est également possible d'obtenir des indications en temps réel concernant les personnes non jointes.Of course, a specific programming instruction can be used so that this reception report can be obtained on various media (telephone, fax, electronic mail, etc.). Likewise, it is also possible to obtain real-time indications concerning persons not reached.
De manière générale, il est ainsi possible de contrôler, en temps réel, l'exécution du programme de mise en communication. In general, it is thus possible to control, in real time, the execution of the communication program.

Claims

REVENDICATIONS 1. Procédé de transmission d'un message par l'intermédiaire d'un réseau de télécommunications (20, 21 , 24), à partir d'un terminal informatique (12) en communication avec le réseau, comprenant la saisie au moyen du terminal informatique (12) d' au moins un message électronique comportant, au moins, une adresse correspondant à un terminal destinataire du message électronique, l'établissement d'une liaison entre le terminal informatique (12) et des serveurs (26, 28) de messagerie électronique du réseau adaptés respectivement pour la réception de données en provenance du terminal informatique (12) et la transmission desdites données vers le ou chaque terminal destinataire du message, caractérisé en ce qu' au cours de la saisie du ou de chaque message, on saisit un code de programmation correspondant à une procédure de mise en communication des terminaux et comportant au moins un mot de commande de l' exécution de fonctions élémentaires comprenant chacun un code d'en-tête consistant en un sigle de désignation de ladite fonction et. un code paramétrable par l'utilisateur véhiculant des informations relatives à l' exécution de ladite fonction, le serveur de messagerie (26) destiné à la réception des données en provenance du terminal informatique (12) décodant le code de programmation . et provoquant la mise en communication des terminaux en fonction de la procédure de mise en communication.CLAIMS 1. Method for transmitting a message via a telecommunications network (20, 21, 24) from a computer terminal (12) in communication with the network, comprising input by means of the computer terminal (12) of at least one electronic message comprising, at least, an address corresponding to a terminal receiving the electronic message, establishing a connection between the computer terminal (12) and servers (26, 28) network electronic messaging systems adapted respectively for receiving data from the computer terminal (12) and transmitting said data to the or each terminal receiving the message, characterized in that during the entry of the or each message, a programming code is entered corresponding to a procedure for connecting the terminals and comprising at least one control word for the execution of elementary functions comprising c each a header code consisting of an acronym designating said function and. a user-configurable code conveying information relating to the execution of said function, the messaging server (26) intended for receiving data from the computer terminal (12) decoding the programming code. and causing the terminals to connect according to the connection procedure.
2. Procédé selon la revendication 1, caractérisé en ce que le code de programmation comporte une série de mots successifs de commande de l'exécution de fonctions élémentaires successives.2. Method according to claim 1, characterized in that the programming code comprises a series of successive words for controlling the execution of successive elementary functions.
3. Procédé selon l'une des revendications 1 et 2, caractérisé en ce que le code de programmation comporte au moins une structure de contrôle.3. Method according to one of claims 1 and 2, characterized in that the programming code comprises at least one control structure.
4. Procédé selon l'une quelconque des revendications 1 à 3, caractérisé en ce que le code de programmation comporte au moins une structure de données. 4. Method according to any one of claims 1 to 3, characterized in that the programming code comprises at least one data structure.
5. Procédé selon l'une quelconque des revendications 1 à 4, caractérisé en ce que les serveurs de messagerie (26, 28) communiquent selon le protocole SMTP.5. Method according to any one of claims 1 to 4, characterized in that the mail servers (26, 28) communicate according to the SMTP protocol.
6. Procédé selon l'une quelconque des "revendications 1 à 5, caractérisé en ce que les serveurs de messagerie (26, 28) communiquent selon le protocole MIME.6. Method according to any one of " claims 1 to 5, characterized in that the mail servers (26, 28) communicate according to the MIME protocol.
7. Procédé selon l'une des revendications 5 et 6, caractérisé en ce que le sigle de désignation de chaque mot de commande comporte un élément choisi parmi un sigle d'identification d'un moyen de transmission de données à utiliser, un sigle de durée d'attente avant exécution d'une fonction, un sigle de commande de la récupération, par le serveur de messagerie avec lequel communique le terminal informatique, de codes d'instructions qui sont stockés dans le corps du message et qui correspondent à la stratégie de mise en communication. 7. Method according to one of claims 5 and 6, characterized in that the designation acronym of each control word comprises an element chosen from an identification acronym of a data transmission means to be used, an acronym of waiting time before execution of a function, an acronym for recovery command, by the messaging server with which the computer terminal communicates, of instruction codes which are stored in the body of the message and which correspond to the strategy of communication.
8. Procédé selon l'une quelconque des revendications 1 à 7, caractérisé en ce qu' au cours du décodage du code de programmation, on extrait du message le code de programmation, on procède à une analyse syntaxique du code de programmation extrait pour la séparation des mots de commande, et l'on compile le code de programmation analysé.8. Method according to any one of claims 1 to 7, characterized in that during the decoding of the programming code, the programming code is extracted from the message, a syntactic analysis is carried out of the programming code extracted for the separation of the control words, and the analyzed programming code is compiled.
9. Système de transmission d'un message par l'intermédiaire d'un réseau de télécommunications équipé d'un serveur (26) d' expédition de messages électroniques et d'un serveur (28) de réception des messages électroniques, comprenant un terminal (12) informatique apte à communiquer avec les serveurs et comportant des moyens pour l' entrée d'un message comprenant, au moins, une adresse d'un ou de plusieurs terminaux destinataires du message électronique, caractérisé en ce que le terminal informatique comporte des moyens pour la saisie d'un code de programmation qui est intégré au message, qui correspond à une procédure de mise en communication des terminaux et qui comporte au moins un mot de commande de l'exécution de fonctions élémentaires comprenant chacun un code d'en-tête consistant en un sigle de désignation de ladite fonction et un code paramétrable par l'utilisateur véhiculant des informations relatives à l'exécution de ladite fonction, le serveur d' expédition (26) comportant des moyens de décodage du code de programmation et des moyens pour provoquer la mise en communication des terminaux en fonction de la procédure de mise en communication. 9. System for transmitting a message via a telecommunications network equipped with a server (26) for sending electronic messages and a server (28) for receiving electronic messages, comprising a terminal (12) computer capable of communicating with the servers and comprising means for entering a message comprising, at least, an address of one or more terminals receiving the electronic message, characterized in that the computer terminal comprises means for entering a programming code which is integrated into the message, which corresponds to a communication procedure for the terminals and which comprises at least one command word for the execution of elementary functions each comprising an en code -head consisting of an acronym designating said function and a user-configurable code conveying information relating to the execution of said function, the dispatch server (26) comprising means for decoding the programming code and means for bringing the terminals into communication according to the communication procedure.
10. Système selon la revendication 9, caractérisé en ce que le serveur d' expédition (26) comporte des moyens (30) pour extraire, du message, le code de programmation, des moyens (30) d' analyse syntaxique du code de programmation extrait, pour la séparation de mots de commande successifs de l' adresse correspondant chacun à un mot de commande de l'exécution de fonctions élémentaires, des moyens (32) de compilation du code de commande analysé et des moyens (34, 36) pour provoquer l'exécution desdites fonctions élémentaires. 10. System according to claim 9, characterized in that the dispatch server (26) comprises means (30) for extracting, from the message, the programming code, means (30) for parsing the programming code extract, for the separation of successive control words from the address each corresponding to a control word for the execution of elementary functions, means (32) of compilation of the analyzed control code and means (34, 36) for cause the execution of said elementary functions.
PCT/FR2002/003868 2001-11-12 2002-11-12 Method and system for transmitting a message via a telecommunication network WO2003043279A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2002356240A AU2002356240A1 (en) 2001-11-12 2002-11-12 Method and system for transmitting a message via a telecommunication network

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
FR01/14616 2001-11-12
FR0114616A FR2832277B1 (en) 2001-11-12 2001-11-12 METHOD AND SYSTEM FOR TRANSMITTING A MESSAGE THROUGH A TELECOMMUNICATIONS NETWORK

Publications (2)

Publication Number Publication Date
WO2003043279A2 true WO2003043279A2 (en) 2003-05-22
WO2003043279A3 WO2003043279A3 (en) 2004-01-22

Family

ID=8869309

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/FR2002/003868 WO2003043279A2 (en) 2001-11-12 2002-11-12 Method and system for transmitting a message via a telecommunication network

Country Status (3)

Country Link
AU (1) AU2002356240A1 (en)
FR (1) FR2832277B1 (en)
WO (1) WO2003043279A2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001026004A2 (en) * 1999-10-04 2001-04-12 Kana Communications, Inc. Method and apparatus for interprocess messaging and its use for automatically generating transactional email
EP1146700A2 (en) * 2000-04-13 2001-10-17 TRW Inc. Method for "unsending" electronic mail

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001026004A2 (en) * 1999-10-04 2001-04-12 Kana Communications, Inc. Method and apparatus for interprocess messaging and its use for automatically generating transactional email
EP1146700A2 (en) * 2000-04-13 2001-10-17 TRW Inc. Method for "unsending" electronic mail

Also Published As

Publication number Publication date
FR2832277B1 (en) 2005-06-24
AU2002356240A1 (en) 2003-05-26
WO2003043279A3 (en) 2004-01-22
FR2832277A1 (en) 2003-05-16

Similar Documents

Publication Publication Date Title
US7103599B2 (en) Parsing of nested internet electronic mail documents
US6618747B1 (en) Electronic communication delivery confirmation and verification system
US6535586B1 (en) System for the remote notification and retrieval of electronically stored messages
KR100558286B1 (en) Method and device for accessing files stored in a mobile terminal device supporting an internet protocol
CN1354856A (en) World wide web access for voice mail and page
FR2844948A1 (en) Method of archiving multimedia messages used especially in portable terminals e.g. PDA, uses subscription identifier at archiving section of the intended destination
FR2818067A1 (en) METHOD FOR ROUTING ELECTRONIC MESSAGES
WO2004114640A1 (en) Terminal and server for the synchronisation of contact data
WO2003043279A2 (en) Method and system for transmitting a message via a telecommunication network
JP2713278B2 (en) Automatic email address registration
EP1073254B1 (en) Method for consulting an information site by a communication terminal and associated consultation server
EP1378099B1 (en) System for transmitting data to a list of recipients
EP1104162B1 (en) Facsimile apparatus for data network
EP0976240B1 (en) Fax machine for a data communication network such as internet
EP1037435B1 (en) Method for configuring a connection to a data network (e.g. Internet)
EP1016265B1 (en) Method for data transmission and terminals for implementing same
EP1044542A1 (en) Communication method between two terminals of a data communication network such as internet
EP1089543A1 (en) Simplified facsimile for the internet
WO2007116169A1 (en) Module, method and computer programme for generating messages
EP0951171A1 (en) Communication method for facsimile via an information network of the internet type, facsimile and server bridge using the method
FR2899753A1 (en) Electronic mail`s header electronic address transforming method for electronic mail transfer system, involves using processing module to modify header addresses by adding domain name and displacing at-sign from position to another position
FR2563675A1 (en) User terminal, method and installation for transmitting information from a server, in particular banking information
WO2008031987A1 (en) System comprising an electronic money chain, method implementing this system, web service and web services server
WO2003085555A2 (en) System for automatically controlling display of information pages
JP2000293445A (en) Electronic mail client, electronic mail server, electronic mail receiving method, electronic mail distributing method, electronic mail system, recording medium recording electronic mail receiving processing program and recording medium recording electronic mail distribution processing program

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

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

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
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
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

Country of ref document: JP