JPH10240643A - Electronic mail system - Google Patents

Electronic mail system

Info

Publication number
JPH10240643A
JPH10240643A JP9040501A JP4050197A JPH10240643A JP H10240643 A JPH10240643 A JP H10240643A JP 9040501 A JP9040501 A JP 9040501A JP 4050197 A JP4050197 A JP 4050197A JP H10240643 A JPH10240643 A JP H10240643A
Authority
JP
Japan
Prior art keywords
mail
data
attached data
web server
attached
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP9040501A
Other languages
Japanese (ja)
Inventor
Norihito Nakatani
紀人 中谷
Masaharu Goto
雅晴 後藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
Original Assignee
KOBE NIPPON DENKI SOFTWARE KK
NEC Software Kobe Ltd
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 KOBE NIPPON DENKI SOFTWARE KK, NEC Software Kobe Ltd filed Critical KOBE NIPPON DENKI SOFTWARE KK
Priority to JP9040501A priority Critical patent/JPH10240643A/en
Publication of JPH10240643A publication Critical patent/JPH10240643A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To store the attached data of an electronic mail with the attached data in a web server and to refer to them. SOLUTION: This system is constituted of a transmission side electronic mail 1 provided with a mail text 11 and the attached data 12, a mail server 2, the web server 3 and a reception side electronic mail 4 provided with the mail text 41 and data 42 for reference. Also, the mail server 2 is constituted of a separation part 21 for separating the received electronic mail 1 into the mail text 22 and the attached data 25 and preparing the data 23 for the reference and a transmission part 24 for merging the mail text 22 and the data 23 for the reference and transmitting them to a reception side. Also, the web server 3 is provided with a reference entry 31 and an attached data storage area 32 for storing the attached data 25.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、電子メールシステ
ムに関し、特に、添付データ付電子メールを扱う電子メ
ールシステムに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to an electronic mail system, and more particularly to an electronic mail system that handles electronic mail with attached data.

【0002】[0002]

【従来の技術】従来、電子メールシステムにおいて、電
子メールにデータを添付する場合、電子メール本文に符
号化されたデータイメージを同時に添付して送付してい
た。その際に複数の受信者が存在する場合、ある時点に
集中して電子メールの送信が行われるが、添付データが
大量であるとネットワークに対する負荷が送信時点に極
度に集中してしまうという問題がある。
2. Description of the Related Art Conventionally, in an electronic mail system, when data is attached to an electronic mail, an encoded data image is attached to the body of the electronic mail at the same time and sent. At this time, if there are multiple recipients, e-mail transmission is concentrated at a certain point in time, but if the amount of attached data is large, the load on the network will be extremely concentrated at the point of transmission. is there.

【0003】そこで、従来は、添付データ付電子メール
を複数の受信者に送付する際のネットワークに対する負
荷の集中を解決するための技術として以下の2つの方法
が考えられ、慣例的に実施されている。 (1)電子メール本文のみが必要な受信者と、電子メー
ル本文と添付データとの両方が必要な受信者に対して、
それぞれ個別に送付することにより、負荷を軽減させ
る。 (2)添付するデータについて、ウェブ(World
Wide Web)サーバを利用してURLによるデー
タ参照で行うことにより、電子メール本文には参照先の
みを添付することで、負荷を軽減させる。
Conventionally, the following two methods have been considered as techniques for solving the concentration of load on a network when an e-mail with attached data is sent to a plurality of recipients, and the following two methods have been considered and practiced conventionally. I have. (1) For recipients who need only the email body and recipients who need both the email body and attached data,
The load is reduced by sending them individually. (2) Regarding the data to be attached,
The load is reduced by attaching only the reference destination to the body of the e-mail by performing the data reference by the URL using the Wide Web server.

【0004】[0004]

【発明が解決しようとする課題】第1の問題点は、上述
した従来の技術(1)においては送信者が送付するメー
ル本文と添付データとを別々に送付しなければならない
煩雑さが存在することである。この煩雑さが存在する理
由は、従来の電子メールシステムでは添付データとメー
ル本文を一つのメール内容としてしか扱えず、メール内
容について無分別に転送しなければならないからであ
る。
A first problem is that in the above-mentioned prior art (1), there is a trouble that the mail body and the attached data sent by the sender must be sent separately. That is. The reason for this complication is that in the conventional e-mail system, the attached data and the e-mail text can only be handled as one e-mail content, and the e-mail content must be transferred indiscriminately.

【0005】第2の問題点は、上述した従来の技術
(2)においては添付データをウェブサーバで受信者に
提供する場合、送信者が手作業でウェブサーバに当該デ
ータを格納し、参照のための情報や設定を行わなければ
ならない煩雑さが存在することである。この煩雑さが存
在する理由は、従来の技術では電子メールシステムとウ
ェブサーバシステムとがまったく独立したシステムであ
るために、相互のデータ共有や連携が考慮されていない
からある。
[0005] The second problem is that, in the above-mentioned conventional technology (2), when the attached data is provided to the receiver by the web server, the sender manually stores the data in the web server and refers to the data. Information and settings must be performed. The reason for this complication is that, in the conventional technology, since the electronic mail system and the web server system are completely independent systems, mutual data sharing and cooperation are not considered.

【0006】本発明の目的は、送信者側において添付さ
れたデータを電子メールの集配を行う電子メールホスト
システムで分離し、ウェブサーバシステムと連携を行う
ことによりメールに添付されたデータを受信者の必要に
応じて配送することにより、ネットワークシステムのト
ラフィックを軽減し、送信者のトラフィック軽減のため
の手動作業を排除し、受信者側にとっても必要な添付デ
ータについて転送およびネットワーク接続コストを選択
可能とさせることである。
An object of the present invention is to separate an attached data on an e-mail host system for collecting and delivering e-mail on a sender side, and to cooperate with a web server system so that the data attached to the e-mail can be received by a receiver. Delivery on demand reduces network system traffic, eliminates the need for senders to manually reduce traffic, and allows the recipient to select the required transfer and network connection costs for required attachments It is to make it.

【0007】[0007]

【課題を解決するための手段】本発明の第1の電子メー
ルシステムは、メール本文および添付データからなる電
子メールを処理する電子メールシステムであって、前記
添付データをウェブサーバに格納し、前記ウェブサーバ
に格納された前記添付データを指し示す参照エントリを
作成し、受信側に前記メール本文と前記ウェブページ名
および前記参照エントリを含む参照用データとを送信す
るメールサーバを有する。
A first electronic mail system according to the present invention is an electronic mail system for processing an electronic mail composed of a mail text and attached data, wherein the attached data is stored in a web server, A mail server that creates a reference entry indicating the attached data stored in the web server and transmits the mail text, the web page name, and reference data including the reference entry to a receiving side;

【0008】本発明の第2の電子メールシステムは、前
記第1の電子メールシステムであって、前記メールサー
バが、送信された前記電子メールを前記メール本文およ
び前記添付データに分離し、かつ、前記参照用データを
作成する分離部と、分離された前記メール本文および前
記参照用データを併合し、電子メールとして、前記受信
側に送信する送信部とを有する。
A second electronic mail system according to the present invention is the first electronic mail system, wherein the mail server separates the transmitted electronic mail into the mail text and the attached data, and A separating unit that creates the reference data; and a transmitting unit that combines the separated mail text and the reference data and sends the combined data as an electronic mail to the receiving side.

【0009】本発明の第3の電子メールシステムは、前
記第2の電子メールシステムであって、前記ウェブサー
バが、分離された前記添付データを添付データ格納領域
に格納し、前記添付データに対する参照エントリを作成
する。
A third electronic mail system according to the present invention is the second electronic mail system, wherein the web server stores the separated attached data in an attached data storage area, and refers to the attached data. Create an entry.

【0010】本発明の第4の電子メールシステムは、前
記第1、第2、または第3の電子メールシステムであっ
て、前記参照エントリが、前記受信側において前記ウェ
ブサーバのウェブページを参照して、必要としている添
付データを検索するための識別名であり、かつ、リンク
先である前記ウェブサーバ内に格納されている添付デー
タへのショートカット名である。
A fourth electronic mail system according to the present invention is the first, second, or third electronic mail system, wherein the reference entry refers to a web page of the web server on the receiving side. In addition, it is an identification name for searching for required attached data, and is a shortcut name to attached data stored in the web server as a link destination.

【0011】[0011]

【発明の実施の形態】次に本発明の実施の形態について
図面を参照して詳細に説明する。図1は本発明の実施の
形態を示すブロック図である。図1を参照すると、本発
明の電子メールシステムは、メール本文11および添付
データ12を含む送信側電子メール1と、メールサーバ
2と、ウェブサーバ3と、メール本文41および参照用
データ42を含む受信側電子メール4とから構成され
る。また、メールサーバ2は、受信した電子メール1を
メール本文22と添付データ25とに分離し参照用デー
タ23を作成する分離部21と、メール本文22および
参照用データ23を併合し、受信側に送信する送信部2
4とから構成される。また、ウェブサーバ3は、参照エ
ントリ31と、添付データ25を格納する添付データ格
納領域32とを有している。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the present invention. Referring to FIG. 1, the e-mail system of the present invention includes a transmitting e-mail 1 including a mail body 11 and attached data 12, a mail server 2, a web server 3, a mail body 41 and reference data 42. And an e-mail 4 on the receiving side. Further, the mail server 2 separates the received electronic mail 1 into a mail text 22 and attached data 25 to create reference data 23, and merges the mail text 22 and reference data 23, and Sending unit 2 to send to
And 4. Further, the web server 3 has a reference entry 31 and an attached data storage area 32 for storing the attached data 25.

【0012】図2は、参照エントリ31の説明図であ
る。図2を参照すると、参照エントリは、受信者がウェ
ブサーバ3のウェブページを参照して、必要としている
添付データを検索するための識別名のことであり、なお
かつ、リンク先であるウェブサーバ内に格納されている
添付データへのショートカット名でもあり、内容は、
「97年02月17日送信」である。
FIG. 2 is an explanatory diagram of the reference entry 31. Referring to FIG. 2, the reference entry is an identification name for the recipient to search for the required attached data by referring to the web page of the web server 3 and in the web server which is the link destination. It is also the shortcut name to the attached data stored in
"Sent on February 17, 1997".

【0013】添付データは「A:¥mail¥9702
17.xls」である。
The attached data is "A: $ mail $ 9702"
17. xls ".

【0014】参照用データは、受信者が添付データを検
索するために必要なウェブページ名(URL名)と参照
エントリ名を合わせたものであり、「http://w
ww.nec.co.jp/mail.htmlの97
年02月17日送信」である。
The reference data is a combination of a web page name (URL name) and a reference entry name necessary for the recipient to search the attached data, and is referred to as “http: // w”.
ww. nec. co. jp / mail. html 97
February 17, 2005 ".

【0015】次に本発明の実施の形態の動作について、
図3、4を参照して説明する。まず、電子メール送信の
動作について説明する。図3は、電子メール送信の動作
を示すフローチャートである。まず、送信者がメール本
文11および添付データ12を含む電子メール1を送信
する(図3ステップ31)。送信された電子メール1は
メールサーバ2に転送され(図3ステップ32)、メー
ルサーバ2の分離部21は受け取った電子メール1をメ
ール本文22(元のメール本文11)と添付データ25
(元の添付データ12)とに分離する(図3ステップ3
3)。
Next, the operation of the embodiment of the present invention will be described.
This will be described with reference to FIGS. First, the operation of e-mail transmission will be described. FIG. 3 is a flowchart showing the operation of the e-mail transmission. First, the sender sends the electronic mail 1 including the mail text 11 and the attached data 12 (step 31 in FIG. 3). The transmitted e-mail 1 is transferred to the mail server 2 (step 32 in FIG. 3), and the separating unit 21 of the mail server 2 converts the received e-mail 1 into a mail body 22 (original mail body 11) and attached data 25.
(Original attached data 12) (FIG. 3, step 3)
3).

【0016】ウェブサーバ3は、分離された添付データ
25を添付データ格納領域32の任意のディレクトリに
ファイル名(図2では、「A:¥mail¥97021
7.xls」)を付けて格納(図3ステップ34)し、
ウェブページに表示する参照エントリ(格納した添付デ
ータ25へのショートカット名。図2では「97年02
月17日送信」)を作成する(図3ステップ35)。
The web server 3 stores the separated attached data 25 in an arbitrary directory of the attached data storage area 32 with a file name (in FIG. 2, "A: \ mail \ 97021").
7. xls ") (step 34 in FIG. 3),
Reference entry to be displayed on the web page (shortcut name to stored attached data 25. In FIG.
17) (FIG. 3, step 35).

【0017】次に、メールサーバ2は、分離された添付
データ25を参照するための参照用データ23(URL
名と参照エントリ名を合わせたもの。図2では、「ht
tp://www.nec.co.jp/mail.h
tmlの97年02月17日送信」)を作成する(図3
ステップ36)。さらに、送信部24で分離されたメー
ル本文22と参照用データ23を併合し(図3ステップ
37)、受信者に電子メール4を配送する(図3ステッ
プ38)。
Next, the mail server 2 refers to the reference data 23 (URL) for referring to the separated attached data 25.
The name plus the reference entry name. In FIG. 2, "ht
tp: // www. nec. co. jp / mail. h
tml on February 17, 1997 ") (FIG. 3)
Step 36). Further, the mail body 22 and the reference data 23 separated by the transmission unit 24 are combined (Step 37 in FIG. 3), and the e-mail 4 is delivered to the recipient (Step 38 in FIG. 3).

【0018】次に、データ参照の動作について説明す
る。図4は、データ参照の動作を示すフローチャートで
ある。まず、受信者がメール本文41(元のメール本文
11、22)および参照用データ42(元の参照用デー
タ23)を含む電子メール4をメールサーバ2から受信
する(図4ステップ41)。受信者は、電子メール4を
開き(図4ステップ42)、参照用データ42の内容を
確認する(図4ステップ43)。
Next, the operation of data reference will be described. FIG. 4 is a flowchart showing the data reference operation. First, the recipient receives the e-mail 4 including the mail body 41 (original mail body 11, 22) and the reference data 42 (original reference data 23) from the mail server 2 (step 41 in FIG. 4). The recipient opens the e-mail 4 (step 42 in FIG. 4) and checks the contents of the reference data 42 (step 43 in FIG. 4).

【0019】次に、受信者は、ウェブブラウザを起動し
(図4ステップ44)、参照用データ42に記述されて
いるURL名(図2では、「http://www.n
ec.co.jp/mail.html」)を指定して
ウェブページを表示する(図4ステップ45)。次に、
ウェブページに表示されている参照エントリ31のリス
トから、参照用データ42に記述されている参照エント
リ名(図2では、「97年02月17日送信」)を検索
する(図4ステップ46)。
Next, the recipient starts the web browser (step 44 in FIG. 4), and the URL name described in the reference data 42 (“http: //www.n in FIG. 2”).
ec. co. jp / mail. html ") is displayed (step 45 in FIG. 4). next,
From the list of reference entries 31 displayed on the web page, a search is made for a reference entry name (in FIG. 2, “transmitted on February 17, 1997”) described in the reference data 42 (FIG. 4, step 46). .

【0020】検索した参照エントリ名をクリックして
(図4ステップ47)、リンク先の添付データ25(図
2では、「A:¥mail¥970217.xls」)
を添付データ格納領域32からダウンロードする(図4
ステップ48)。最後に、ダウンロードした添付データ
25を参照する(図4ステップ49)。
Clicking on the reference entry name searched (step 47 in FIG. 4), the attached data 25 of the link destination (in FIG. 2, "A: \ [email protected]")
Is downloaded from the attached data storage area 32 (FIG. 4).
Step 48). Finally, the downloaded attached data 25 is referred to (step 49 in FIG. 4).

【0021】[0021]

【発明の効果】本発明の第1の効果は、電子メール送信
時にメール本文と添付データを分離して送付するための
作業を送信者が実施せずにすむので、操作性およびメー
ル送付時の作業効率向上が達成されることである。その
理由は、本発明によって本文と添付データ部の分離およ
び分離された添付データのための参照手段を受信者に提
供するための作業が自動化できるからである。
The first effect of the present invention is that the sender does not need to carry out the work of separating and sending the mail text and the attached data at the time of sending the e-mail. Work efficiency is to be improved. The reason is that the present invention can automate the operation of separating the text from the attached data part and providing the receiver with a reference means for the separated attached data.

【0022】第2の効果は、電子メール受信者が必要な
データを選択的に取得することにより、受信者がネット
ワーク接続のために負担するコストの低減ができること
である。その理由は、本発明によって遅延参照可能とな
ったデータについては、受信者の意図によって取り込む
事が可能だからである。
A second effect is that the cost of the e-mail receiver for connecting to the network can be reduced by selectively acquiring necessary data. The reason is that the data that can be referred to with delay according to the present invention can be taken in by the recipient's intention.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の実施の形態を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】図1の参照エントリの詳細説明図である。FIG. 2 is a detailed explanatory diagram of a reference entry of FIG. 1;

【図3】電子メール送信の動作を示すフローチャートで
ある。
FIG. 3 is a flowchart illustrating an operation of transmitting an e-mail.

【図4】データ参照の動作を示すフローチャートであ
る。
FIG. 4 is a flowchart showing an operation of data reference.

【符号の説明】[Explanation of symbols]

1 送信側電子メール 2 メールサーバ 3 ウェブサーバ 4 受信側電子メール 11、22、41 メール本文 12、25 添付データ 21 分離部 23、42 参照用データ 24 送信部 31 参照エントリ 32 添付データ格納領域 DESCRIPTION OF SYMBOLS 1 E-mail of transmission side 2 Mail server 3 Web server 4 E-mail of reception side 11, 22, 41 E-mail body 12, 25 Attached data 21 Separation part 23, 42 Reference data 24 Transmission part 31 Reference entry 32 Attached data storage area

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 メール本文および添付データからなる電
子メールを処理する電子メールシステムにおいて、前記
添付データをウェブサーバに格納し、前記ウェブサーバ
に格納された前記添付データを指し示す参照エントリを
作成し、受信側に前記メール本文と前記ウェブページ名
および前記参照エントリを含む参照用データとを送信す
るメールサーバを有することを特徴とする電子メールシ
ステム。
1. An e-mail system for processing an e-mail composed of a mail text and attached data, wherein the attached data is stored in a web server, and a reference entry indicating the attached data stored in the web server is created. An e-mail system, comprising: a mail server that transmits the mail text and reference data including the web page name and the reference entry to a receiving side.
【請求項2】 前記メールサーバが、送信された前記電
子メールを前記メール本文および前記添付データに分離
し、かつ、前記参照用データを作成する分離部と、分離
された前記メール本文および前記参照用データを併合
し、電子メールとして、前記受信側に送信する送信部
と、を有することを特徴とする請求項1記載の電子メー
ルシステム。
2. The mail server according to claim 1, wherein the mail server separates the transmitted electronic mail into the mail text and the attached data, and generates the reference data. 2. The electronic mail system according to claim 1, further comprising: a transmitting unit that merges data for use and transmits the data to the receiving side as an electronic mail.
【請求項3】 前記ウェブサーバが、分離された前記添
付データを添付データ格納領域に格納し、前記添付デー
タに対する参照エントリを作成することを特徴とする請
求項2記載の電子メールシステム。
3. The electronic mail system according to claim 2, wherein the web server stores the separated attached data in an attached data storage area and creates a reference entry for the attached data.
【請求項4】 前記参照エントリが、前記受信側におい
て前記ウェブサーバのウェブページを参照して、必要と
している添付データを検索するための識別名であり、か
つ、リンク先である前記ウェブサーバ内に格納されてい
る添付データへのショートカット名であることを特徴と
する請求項1、請求項2、または、請求項3記載の電子
メールシステム。
4. The reference entry is an identifier for retrieving required attached data by referring to a web page of the web server on the receiving side, and is a link destination in the web server. 4. The e-mail system according to claim 1, wherein the e-mail system is a shortcut name to the attached data stored in the e-mail system.
JP9040501A 1997-02-25 1997-02-25 Electronic mail system Pending JPH10240643A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9040501A JPH10240643A (en) 1997-02-25 1997-02-25 Electronic mail system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9040501A JPH10240643A (en) 1997-02-25 1997-02-25 Electronic mail system

Publications (1)

Publication Number Publication Date
JPH10240643A true JPH10240643A (en) 1998-09-11

Family

ID=12582316

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9040501A Pending JPH10240643A (en) 1997-02-25 1997-02-25 Electronic mail system

Country Status (1)

Country Link
JP (1) JPH10240643A (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10285205A (en) * 1997-04-04 1998-10-23 Casio Comput Co Ltd Electronic mail transmission/display device and electronic mail transmission/display method
JP2000112840A (en) * 1998-09-30 2000-04-21 Matsushita Electric Ind Co Ltd Mail system
JP2000305873A (en) * 1999-04-26 2000-11-02 Nec Corp Document management system
JP2001022678A (en) * 1999-06-04 2001-01-26 Internatl Business Mach Corp <Ibm> Internet mail distribution agent with automatic cache storage for annex-to-file
JP2001022661A (en) * 1999-07-13 2001-01-26 Nitsuko Corp Fax information display system using browser software
JP2001045047A (en) * 1999-08-03 2001-02-16 Matsushita Electric Ind Co Ltd Simple reply system
JP2001251361A (en) * 2000-02-02 2001-09-14 Internatl Business Mach Corp <Ibm> Method and system for processing electronic mail message in communication system
JP2001265674A (en) * 2000-03-22 2001-09-28 Nec Corp Electronic mail transfer device and electronic mail transfer system
JP2001306467A (en) * 2000-04-19 2001-11-02 Hudson Soft Co Ltd Method for transmitting information
JP2002007290A (en) * 2000-06-20 2002-01-11 Sharp Corp Mail transmission and reception system, mail generating and transmitting device, mail-receiving and reproducing device, mail-transmitting and receiving device, internet- access device, and recording medium
JP2002041422A (en) * 2000-07-26 2002-02-08 Sharp Corp Printing service system
JP2002049569A (en) * 2000-08-02 2002-02-15 Toukei Computer Co Ltd Electronic mail system
JP2002073479A (en) * 2000-08-25 2002-03-12 Hudson Soft Co Ltd System of e-mail transmission and receipt
WO2002027502A1 (en) * 2000-09-26 2002-04-04 Kabushiki Kaisha Toshiba Recording medium storing program for sending and receiving e-mail
JP2002116994A (en) * 2000-10-11 2002-04-19 Yafoo Japan Corp Electronic mail transmission method, electronic mail transmission/reception method and computer readable recording medium
JP2002123471A (en) * 2000-10-17 2002-04-26 Toshiba Tec Corp Server device and network system
JP2002183057A (en) * 2000-12-08 2002-06-28 Hitachi Ltd Device and method for processing electronic mail
JP2002271405A (en) * 2001-03-06 2002-09-20 Sanyo Electric Co Ltd Electronic mail delivery system, method, and electronic delivery server
JP2002300207A (en) * 2001-03-30 2002-10-11 Ntt Comware Corp Device for transferring e-mail, control program for e- mail system, and computer readable recording medium recorded with the program
JP2003298584A (en) * 2002-04-04 2003-10-17 Chuo Electronics Co Ltd Network management system
JP2004179936A (en) * 2002-11-27 2004-06-24 Mitsubishi Denki Information Technology Corp System and method for transmitting electronic mail picture
JP2004192658A (en) * 2004-02-20 2004-07-08 Matsushita Electric Ind Co Ltd Communication terminal, receiving method, and mail server device
JP2005228337A (en) * 2004-02-11 2005-08-25 Fuji Xerox Co Ltd E-mail distribution system and its method
JP2007328793A (en) * 2007-06-11 2007-12-20 Fujitsu Ltd Terminal device, e-mail server, and information processing method and program to be executed by computer
JP2009134769A (en) * 2009-03-23 2009-06-18 Mitsubishi Heavy Ind Ltd Mail server, and computer-readable recording medium with remote monitoring program recorded thereon
JP2010146590A (en) * 1999-10-01 2010-07-01 Ipcom Gmbh & Co Kg Method for transmitting message between at least one central station and terminal device and compatible device therefor
US8150989B2 (en) 2001-02-08 2012-04-03 Core Wireless Licensing S.A.R.L. Multimedia messaging method and system
US9800538B2 (en) 2000-08-02 2017-10-24 Conversant Wireless Licensing S.A R.L. Communication service

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10285205A (en) * 1997-04-04 1998-10-23 Casio Comput Co Ltd Electronic mail transmission/display device and electronic mail transmission/display method
JP2000112840A (en) * 1998-09-30 2000-04-21 Matsushita Electric Ind Co Ltd Mail system
JP2000305873A (en) * 1999-04-26 2000-11-02 Nec Corp Document management system
JP2001022678A (en) * 1999-06-04 2001-01-26 Internatl Business Mach Corp <Ibm> Internet mail distribution agent with automatic cache storage for annex-to-file
JP2001022661A (en) * 1999-07-13 2001-01-26 Nitsuko Corp Fax information display system using browser software
JP2001045047A (en) * 1999-08-03 2001-02-16 Matsushita Electric Ind Co Ltd Simple reply system
JP2010146590A (en) * 1999-10-01 2010-07-01 Ipcom Gmbh & Co Kg Method for transmitting message between at least one central station and terminal device and compatible device therefor
JP2001251361A (en) * 2000-02-02 2001-09-14 Internatl Business Mach Corp <Ibm> Method and system for processing electronic mail message in communication system
JP2001265674A (en) * 2000-03-22 2001-09-28 Nec Corp Electronic mail transfer device and electronic mail transfer system
JP2001306467A (en) * 2000-04-19 2001-11-02 Hudson Soft Co Ltd Method for transmitting information
JP2002007290A (en) * 2000-06-20 2002-01-11 Sharp Corp Mail transmission and reception system, mail generating and transmitting device, mail-receiving and reproducing device, mail-transmitting and receiving device, internet- access device, and recording medium
JP2002041422A (en) * 2000-07-26 2002-02-08 Sharp Corp Printing service system
JP2002049569A (en) * 2000-08-02 2002-02-15 Toukei Computer Co Ltd Electronic mail system
US10581792B2 (en) 2000-08-02 2020-03-03 Conversant Wireless Licensing S.A R.L. Streaming of media in a multimedia messaging service
US9800538B2 (en) 2000-08-02 2017-10-24 Conversant Wireless Licensing S.A R.L. Communication service
JP2002073479A (en) * 2000-08-25 2002-03-12 Hudson Soft Co Ltd System of e-mail transmission and receipt
WO2002027502A1 (en) * 2000-09-26 2002-04-04 Kabushiki Kaisha Toshiba Recording medium storing program for sending and receiving e-mail
JP2002116994A (en) * 2000-10-11 2002-04-19 Yafoo Japan Corp Electronic mail transmission method, electronic mail transmission/reception method and computer readable recording medium
JP2002123471A (en) * 2000-10-17 2002-04-26 Toshiba Tec Corp Server device and network system
JP2002183057A (en) * 2000-12-08 2002-06-28 Hitachi Ltd Device and method for processing electronic mail
US8150989B2 (en) 2001-02-08 2012-04-03 Core Wireless Licensing S.A.R.L. Multimedia messaging method and system
JP2002271405A (en) * 2001-03-06 2002-09-20 Sanyo Electric Co Ltd Electronic mail delivery system, method, and electronic delivery server
JP2002300207A (en) * 2001-03-30 2002-10-11 Ntt Comware Corp Device for transferring e-mail, control program for e- mail system, and computer readable recording medium recorded with the program
JP2003298584A (en) * 2002-04-04 2003-10-17 Chuo Electronics Co Ltd Network management system
JP2004179936A (en) * 2002-11-27 2004-06-24 Mitsubishi Denki Information Technology Corp System and method for transmitting electronic mail picture
JP2005228337A (en) * 2004-02-11 2005-08-25 Fuji Xerox Co Ltd E-mail distribution system and its method
JP2004192658A (en) * 2004-02-20 2004-07-08 Matsushita Electric Ind Co Ltd Communication terminal, receiving method, and mail server device
JP2007328793A (en) * 2007-06-11 2007-12-20 Fujitsu Ltd Terminal device, e-mail server, and information processing method and program to be executed by computer
JP2009134769A (en) * 2009-03-23 2009-06-18 Mitsubishi Heavy Ind Ltd Mail server, and computer-readable recording medium with remote monitoring program recorded thereon

Similar Documents

Publication Publication Date Title
JPH10240643A (en) Electronic mail system
US6938065B2 (en) System and method for controlling inclusion of email content
JP3439330B2 (en) Email server
US20020120693A1 (en) E-mail conversion service
JPH07162454A (en) Method and device for electronic mail linkage
US20130013703A1 (en) Method and apparatus for efficiently managing &#34;messages sent&#34; file and resending of messages from mobile wireless communication device
US20030014492A1 (en) System and method for communicating messages between a host computer and a designated device
US20050210111A1 (en) E-mail server, e-mail terminal and programs
US20060168061A1 (en) Server, server system, and e-mail delivery method
EP1131946A1 (en) A method of sending and forwarding e-mail messages to a telephone
US7826406B2 (en) Storing, sending and receiving text message threads on a wireless communication device
CN100361476C (en) Method for writing, browsing, answering and transmitting E-mail and E-mail customer machine
US20080195953A1 (en) Messaging Systems And Methods
EP1533735A1 (en) Delivery of documents that accompany electronics mails
US8626840B2 (en) Method and system for generating a referencing secondary electronic mail message from a primary electronic mail message
JPH11175419A (en) Electronic mail transmitting and receiving system
US20140297722A1 (en) Media message sending method, device and system
JPH11127189A (en) Electronic mail system
JPH031632A (en) Electronic mail system
JP2002082876A (en) E-mail system
JPH06334686A (en) Electronic mail system
JP2830769B2 (en) E-mail reception processing device
US20080263161A1 (en) Terminal and method for distinguishing between email recipients using specific identifier
US7747689B2 (en) Method for transmitting messages in a network
JPH05308379A (en) Electronic mail system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19990831