JP4716136B2 - E-mail storage method, e-mail reproduction method, e-mail system, and e-mail storage / reproduction program - Google Patents
E-mail storage method, e-mail reproduction method, e-mail system, and e-mail storage / reproduction program Download PDFInfo
- Publication number
- JP4716136B2 JP4716136B2 JP2007230820A JP2007230820A JP4716136B2 JP 4716136 B2 JP4716136 B2 JP 4716136B2 JP 2007230820 A JP2007230820 A JP 2007230820A JP 2007230820 A JP2007230820 A JP 2007230820A JP 4716136 B2 JP4716136 B2 JP 4716136B2
- Authority
- JP
- Japan
- Prior art keywords
- quote
- stored
- new
- text
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Information Transfer Between Computers (AREA)
- Data Exchanges In Wide-Area Networks (AREA)
Description
本発明は、電子メールを保存する方法に関し、特に電子メールの記憶容量を削減して保存する方法に関する。 The present invention relates to a method for saving an e-mail, and more particularly, to a method for saving an e-mail with a reduced storage capacity.
電子メール(以後単にメールということがある)は、個人間のみならず、企業などの機関においても不可欠なコミュニケーション手段として普及している。特に近年は、金銭の取引や承認プロセスなどのような重要な業務に関わる内容が、メールで送受信されることも多い。このような重要な業務に関わる内容のメールは、すぐに消去されるべきではない。有事の際の証跡として、またコンプライアンスの観点からも、これらのメールは全て一定期間保存されることが必要である。保存される期間は、たとえば過去3年分や5年分、あるいはそれ以上の期間である。 Electronic mail (hereinafter, simply referred to as mail) has become widespread as an indispensable means of communication not only among individuals but also in organizations such as companies. Particularly in recent years, contents related to important operations such as money transactions and approval processes are often sent and received by e-mail. E-mails related to such important work should not be deleted immediately. All these emails need to be stored for a certain period of time as a trail in case of an emergency and also from a compliance standpoint. The preservation period is, for example, the past 3 years, 5 years or more.
そのためには、該組織の構成員全員が過去数年間に送受信したすべてのメールの全文を保存する必要がある。かつ、保存された全てのメールは、迅速かつ容易に検索および参照が可能でなければならない。これを実現するためには、膨大な容量の記憶装置と、高機能の文書検索システムが必要となる。 To do so, it is necessary to save the full text of all emails sent and received by all members of the organization in the past few years. And all stored emails must be searchable and visible quickly and easily. In order to realize this, a huge capacity storage device and a highly functional document search system are required.
また、メールクライアントとして、パーソナルコンピュータ(PC)だけでなく、携帯電話およびPDAなどのような小型端末が使用されることもある。しかし、それらの小型端末は、PCと比べて記憶容量が少なく、また演算能力にも制約がある。そのため、小型端末はPCと比べて多くの本数のメールを保存することができず、また保存されたメールを迅速かつ容易に検索および参照することが困難である場合がある。そのため、膨大な本数のメールを記憶するために、メールの本文データを効果的に圧縮し、かつ圧縮された本文データを効率的に読み出すことのできるメールシステムが必要とされている。 Further, not only personal computers (PCs) but also small terminals such as mobile phones and PDAs may be used as mail clients. However, these small terminals have a smaller storage capacity than PCs, and are limited in computing power. Therefore, a small terminal cannot store a larger number of mails than a PC, and it may be difficult to quickly and easily search and refer to the stored mails. Therefore, in order to store an enormous number of mails, there is a need for a mail system that can effectively compress mail text data and efficiently read the compressed text data.
なお、メールの本文データを圧縮する技術として、以下の特許文献1および2が開示されている。特許文献1には、メール本文の引用データに代えて識別データを返信データと共に送信するという技術が開示されている。特許文献2には、返信メールに含まれる重複するメール内容を引用情報として管理して電子メール蓄積手段から消去するという技術が開示されている。それらの詳細は次に述べる。
The following
図9は、特許文献2のメールシステムにおいて本文データを圧縮する方法を示す概念図である。図9の(A)は、メール401に対する返信であるメール402と、メール402に対する返信であるメール403を示している。メール402には、その返信の対象であるメール401の文章が、行頭に「>」の引用記号が付けられて引用部分404として本文に引用されている。メール403には、その返信の対象であるメール402の文章が、行頭に引用記号が付けられて引用部分405として本文に引用されている。また、引用部分405に含まれるメール401からの引用部分は、行頭に二重に引用記号が付けられて二重引用部分406となっている。
FIG. 9 is a conceptual diagram showing a method of compressing text data in the mail system of
メールの特質上、その返信の対象となるメールの文章が引用部分として本文に含まれることは当然である。特に企業などにおいては、議論の経緯を残すなどの理由で、返信対象のメールの全文を引用することが一般的である。また、その議論が続いた結果、全文引用が何重にもわたって繰り返されることも多い。メールに引用された文章は、返信対象のメールと同一であるので、それらのメールをそのまま保存すると重複する文章を複数回保存することになる。 Due to the nature of mail, it is natural that the text of the mail to be replied to is included in the text as a quoted part. In particular, in companies and the like, it is common to quote the full text of the reply target email for reasons such as leaving behind a discussion. Also, as a result of the ongoing discussion, full-text citations are often repeated over and over. Since the text quoted in the mail is the same as the reply target mail, if the mail is stored as it is, the duplicate text is stored a plurality of times.
そのため、特許文献2の発明では、引用によって発生した同一の文章を複数回保存しないようにして、重複を省略してメールの本文データを圧縮している。図9の(B)は、特許文献2の方法での本文データを圧縮した状態の、メール401に対する返信であるメール402と、メール402に対する返信であるメール403を示している。メール402には、その返信の対象であるメール401の文章からの引用部分404を、引用メッセージ番号404aと、引用行範囲404bとして示している。これは、引用部分404が「メール401の○○〜○○行目」という形で示されるので、従来の引用部分404と比べてデータ量を節減することが可能である。
For this reason, in the invention of
さらに図9の(B)では、メール403の引用部分405および二重引用部分406も同様に、その返信の対象であるメール402の文章からの引用部分405を、引用メッセージ番号405aと、引用行範囲405bとして示している。引用部分405に含まれる二重引用部分406は、メール402からの引用行範囲405bにさらにメール401からの引用部分404が含まれるという形で示される。
Further, in FIG. 9B, the quoted
図10は、図9の(B)で示した特許文献2の技術において、メール403の全文を再構築する方法を示す概念図である。図9の(B)で示した方法では、引用によって発生した重複する引用を省略して、メールの本文データが圧縮されている。メール403の全文を再構築するには、図10に示すように、メール403の記録データに含まれない引用部分405および二重引用部分406で、前者をメール402の記録データから読み取り、後者をメール401の記録データから読み取る。
FIG. 10 is a conceptual diagram showing a method for reconstructing the full text of the
なお、特許文献1の技術は、インターネットを介して送信されるメールの本文の分量を縮小するために、送信されるメールの本文に引用部分を記載せず、そのかわりに引用元のメールのIDおよび行範囲に関するデータを本文末尾に記載している。受信した側は、前述した図10に記した特許文献2の場合と同様にして、本文末尾に記載された引用元のメールのIDおよび行範囲をもとに引用元のメールの本文を読み取って、該メールの全文を再構築して表示するという内容が、同文献では開示されている。
Note that the technique of Patent Document 1 does not describe a quoted portion in the body of a mail to be sent in order to reduce the amount of the body of a mail sent via the Internet, and instead uses the ID of the mail of the citation source. The data related to the line range is described at the end of the text. The receiving side reads the text of the original mail based on the ID and line range of the original mail described at the end of the text in the same manner as in
上述した背景技術にあっては、特許文献1と特許文献2のいずれの場合においても、メールによる議論が続いて全文引用が何重にもわたって繰り返された場合、引用の対象となった全てのメールを参照して読み取る必要がある。たとえば10本のメールからの引用を含むメールの全文を再構築するには、引用部分を引用対象のメール10本分全ての記録データから読み取る必要があり、そのために高速な処理が必要であるという欠点がある。特に、演算能力に制約のある小型端末をメールクライアントとして使用した場合や、メールクライアントと記憶装置との間のデータ転送速度が低い場合などでは、このような処理を行うには処理能力が不足しているので困難であるという欠点がある。
In the background art described above, in both cases of Patent Document 1 and
本発明の目的は、演算やデータ転送速度などに高速処理を必要とせず、電子メールの本文データを効率的に保存することのできる電子メールの保存方法、電子メールの再生方法、電子メールシステム、およびプログラムを提供することにある。 SUMMARY OF THE INVENTION An object of the present invention is to save an e-mail body data, an e-mail reproduction method, an e-mail system, which can efficiently save the body data of the e-mail without requiring high-speed processing such as calculation or data transfer speed, And to provide a program.
上記目的を達成するため、本発明に係る電子メールの保存方法は、電子メール受信手段と、記憶手段と、これら各部の動作を制御する制御手段とを有するコンピュータシステムにあって、記憶手段に電子メールを保存する方法であって、電子メール受信手段が新規電子メールを受信し、次に制御手段が新規電子メールの全文をメッセージ番号と共に記憶手段に保存し、次に制御手段が新規電子メールの全文の中に記憶手段に全文が記憶された全文記憶済み電子メールが引用されているか否かを判断し、新規電子メールの全文の中に全文記憶済み電子メールが引用されている場合、制御手段により、全文記憶済み電子メールの記憶内容を新規電子メールのメッセージ番号および引用階層に置換して記憶手段に再保存する構成としたことを特徴とする。 In order to achieve the above object, an electronic mail storage method according to the present invention is a computer system having an electronic mail receiving means, a storage means, and a control means for controlling the operation of each unit. A method for saving mail, wherein the e-mail receiving means receives a new e-mail, then the control means saves the full text of the new e-mail together with the message number in the storage means, and then the control means stores If it is determined whether or not the full-text stored email in which the full text is stored in the storage means is quoted in the full text, and the full-text stored email is quoted in the full text of the new email, the control means According to the above, the stored contents of the full-text stored e-mail are replaced with the message number and citation hierarchy of the new e-mail and re-saved in the storage means. That.
上記目的を達成するため、本発明に係る電子メールの再生方法は、記憶手段と、表示手段と、これら各部の動作を制御する制御手段とを有するコンピュータシステムにあって、記憶手段に記憶された電子メールを再生する方法であって、制御手段が記憶手段から再生対象電子メールデータを読み出し、次に再生対象電子メールデータが引用メッセージ番号と引用階層を含んでいるか否かを制御手段が判断し、再生対象電子メールデータが引用メッセージ番号と引用階層を含んでいれば、制御手段が記憶手段から引用メッセージ番号に該当する引用電子メールデータを読み出し、次に制御手段が引用電子メールデータの全文から引用階層に該当する引用文を抽出すると共に引用文を表示手段に表示する構成としたことを特徴とする。 In order to achieve the above object, an electronic mail reproducing method according to the present invention is a computer system having a storage means, a display means, and a control means for controlling the operation of each unit, and stored in the storage means. A method for reproducing an e-mail, wherein the control means reads out the replay target e-mail data from the storage means, and the control means determines whether or not the replay target e-mail data includes a citation message number and a citation hierarchy. If the e-mail data to be reproduced includes the citation message number and the citation hierarchy, the control means reads the citation e-mail data corresponding to the citation message number from the storage means, and then the control means reads from the full text of the citation e-mail data. The present invention is characterized in that a quotation corresponding to the citation hierarchy is extracted and the quotation is displayed on the display means.
上記目的を達成するため、本発明に係る電子メールシステムは、新規電子メールを受信する電子メール受信手段と、新規電子メールの全文および全文記憶済み電子メールをメッセージ番号と共に保存する記憶手段と、これら各部の動作を制御する制御手段とを有し、新規電子メールの全文の中に全文記憶済み電子メールが引用されているか否かを判断し、新規電子メールの全文の中に全文記憶済み電子メールが引用されていれば、全文記憶済み電子メールの記憶内容を新規電子メールのメッセージ番号および引用階層に置換して記憶手段に再保存するメール圧縮手段を備えたことを特徴とする。 In order to achieve the above object, an e-mail system according to the present invention includes e-mail receiving means for receiving a new e-mail, storage means for storing the full text of a new e-mail and a full-text stored e-mail together with a message number, and these Control means for controlling the operation of each part, and judges whether or not the full text stored email is quoted in the full text of the new email, and the full text stored email in the full text of the new email Is stored in the full-text stored electronic mail with the message number and citation hierarchy of the new electronic mail, and is stored again in the storage means.
上記目的を達成するため、本発明に係る他の電子メールシステムは、記憶済み電子メールをメッセージ番号と共に保存する記憶手段と、記憶済み電子メールの全文を表示する表示手段と、これら各部の動作を制御する制御手段とを有し、記憶手段から読み出した再生対象電子メールが引用メッセージ番号と引用階層とを含んでいれば、記憶手段から引用メッセージ番号に該当する引用電子メールデータを読み出し、引用電子メールデータの全文から引用階層に該当する引用文を抽出して表示手段に表示するメール展開手段とを備えたことを特徴とする。 In order to achieve the above object, another electronic mail system according to the present invention comprises a storage means for storing a stored electronic mail together with a message number, a display means for displaying the full text of the stored electronic mail, and operations of these sections. And when the reproduction target email read from the storage means includes the quote message number and the quote hierarchy, the quote email data corresponding to the quote message number is read from the storage means, An e-mail expanding means for extracting a citation corresponding to the citation hierarchy from the full text of the e-mail data and displaying it on the display means is provided.
上記目的を達成するため、本発明に係る電子メール保存プログラムは、電子メール受信手段と記憶手段とを有する電子メールシステムが備えている各部動作制御用コンピュータに、電子メール受信手段が新規電子メールを受信する動作を制御する機能と、新規電子メールの全文をメッセージ番号と共に記憶手段に保存する機能と、新規電子メールの全文の中に記憶手段に全文が記憶された全文記憶済み電子メールが引用されているか否かを判断する機能と、新規電子メールの全文の中に全文記憶済み電子メールが引用されていれば、全文記憶済み電子メールの記憶内容を新規電子メールのメッセージ番号および引用階層に置換して記憶手段に再保存する機能と
を実行させることを特徴とする。
In order to achieve the above object, an e-mail storage program according to the present invention provides a computer for controlling the operation of each part of an e-mail system having an e-mail receiving means and a storage means. The function to control the operation to receive, the function to save the full text of the new e-mail together with the message number in the storage means, and the full text stored e-mail in which the full text is stored in the storage means is quoted in the full text of the new e-mail If the full-text stored email is quoted in the full text of the new email, the stored content of the full-text stored email is replaced with the message number and citation hierarchy of the new email. And a function of re-saving in the storage means.
上記目的を達成するため、本発明に係る電子メール再生プログラムは、記憶手段および表示手段を有する電子メールシステムが備えている各部動作制御用コンピュータに、記憶手段から再生対象電子メールデータを読み出す機能と、再生対象電子メールデータが引用メッセージ番号と引用階層を含んでいるか否かを判断する機能と、再生対象電子メールデータが引用メッセージ番号と引用階層を含んでいれば、記憶手段から引用メッセージ番号に該当する引用電子メールデータを読み出す機能と、引用電子メールデータの全文から引用階層に該当する引用文を抽出する機能と、引用文を前記表示手段に表示する動作を制御する機能とを実行させることを特徴とする。 In order to achieve the above object, an e-mail reproduction program according to the present invention has a function of reading out reproduction-target e-mail data from a storage unit to a computer for operation control of each unit provided in an e-mail system having a storage unit and a display unit. A function for determining whether or not the reproduction target e-mail data includes a citation message number and a citation hierarchy; and if the reproduction target e-mail data includes a citation message number and a citation hierarchy, the storage means converts the citation message number to the citation message number. Performing a function of reading out the corresponding quoted email data, a function of extracting a quoted sentence corresponding to the quoted hierarchy from the entire text of the quoted email data, and a function of controlling an operation of displaying the quoted sentence on the display means It is characterized by.
本発明は、上記したように全文記憶済み電子メールの記憶内容を新規電子メールのメッセージ番号および引用階層に置換して記憶手段に再保存するように構成したので、高速な演算やデータ転送速度などを必要とすることなく、電子メールの本文データを効率よく圧縮して保存することができる。これによって、電子メールの情報量の増大に対して小さい処理能力で有効に動作することのできるという従来にない優れた電子メールの保存方法、電子メールの再生方法、電子メールシステム、およびプログラムを提供することができる。 Since the present invention is configured to replace the stored contents of the full-text stored e-mail with the message number and citation hierarchy of the new e-mail and re-save it in the storage means as described above, such as high-speed computation and data transfer speed Can be efficiently compressed and stored in the e-mail body data. This provides an unprecedented superior e-mail storage method, e-mail replay method, e-mail system, and program that can effectively operate with a small processing capacity against an increase in the amount of e-mail information can do.
[第1の実施の形態]
図1は、本発明の第1の実施の形態に係るメールシステムのハードウェア構成を示すブロック図である。本実施の形態では、メールサーバ2と、メールサーバ2が送受信した全てのメールを管理する転送サーバ3と、転送サーバ3が管理する全てのメールを保存する記憶装置4、そして複数のクライアント5とが、相互にLAN6によって接続されている。メールサーバ2は、電子メール送受信部21によって、インターネット1を介して他のメールサーバとメールの送受信が可能である。クライアント5は、PC、携帯電話およびPDAなどのようにユーザが操作する端末であり、各々がディスプレイ51を有する。
[First Embodiment]
FIG. 1 is a block diagram showing a hardware configuration of the mail system according to the first embodiment of the present invention. In the present embodiment, the
転送サーバ3は、CPUおよびRAMなどで構成される動作制御部10が、メール圧縮部11、メール展開部12、ウェブサーバ部13、ウェブメール管理部14、引用記号設定部15などの機能を制御して実行する。各々のユーザは、クライアント5からウェブブラウザ(図示せず)もしくは専用のクライアントソフトウェア(図示せず)を介して転送サーバ3のウェブサーバ部13にアクセスし、自身のIDとパスワードを入力してウェブメール管理部14にログインすることにより、自身に届いたメールを読むことができ、またメールを新規作成して送信することが可能である。
In the
ウェブサーバ部13は、転送サーバ3において処理が行われた結果に基づく表示画面を作成し、クライアント5のディスプレイ51に表示させる。メール圧縮部11、メール展開部12、および引用記号設定部15については後述する。本実施の形態では原則として、ユーザがクライアント5にメールを保存することはなく、全てのメールは記憶装置4に保存される。
The
図2は、図1内に開示した記憶装置4に保存されるメールの内容を示す概念図である。図2の(A)は、メール101に対する返信であるメール102と、メール102に対する返信であるメール103を示している。メール101〜103は一つのスレッド(話題の流れ)を形成している。メール101、102、103には、それぞれメッセージ番号1、2、3が付与されている。
FIG. 2 is a conceptual diagram showing the contents of mail stored in the storage device 4 disclosed in FIG. FIG. 2A shows a mail 102 that is a reply to the
メール102には、その返信の対象であるメール101の全文が、行頭に「>」の引用記号が付けられて引用部分105として本文に引用されている。メール103には、その返信の対象であるメール102の全文が、行頭に引用記号が付けられて引用部分106として本文に引用されている。引用部分106に含まれるメール101からの引用部分は、行頭に二重に引用記号が付けられて二重引用部分107となっている。引用部分106は、メール102の全行頭に引用記号を1つずつ付加した文章に等しい。二重引用部分107は、メール101の全行頭に引用記号を2つずつ付加した文章に等しい。
In the mail 102, the entire text of the
図2の(B)は、これらのメール101〜103が記憶装置4に保存される際に、各々のメール本文に対して転送サーバ3がメール圧縮部11によって行う処理について示している。このスレッドの中で最新のメールであるメール103は、本文に手が加えられることなく、そのままメールデータ113として記憶装置4に保存される。しかしメール102は、全文が保存されるのではなく、引用メッセージ番号115aが「3」、引用階層115bが「1」であるという状態のメールデータ112として保存される。メール101も、引用メッセージ番号114aが「3」、引用階層114bが「2」であるという状態のメールデータ111として保存される。
FIG. 2B shows processing performed by the
引用記号として「>」の記号を使用し、返信されるメールは必ず返信の対象となるメールの全文を同一の引用記号を行頭に付加して引用することが、該メールシステムの中において運用上の決まりとして定められている。ここでいう引用階層は、該スレッドの中で何段階前のメールを引用しているかを表す。引用記号設定部15にはあらかじめ「>」の記号が引用記号として設定されているので、本実施の形態において転送サーバ3は「>」を引用記号として動作する。なお、引用記号設定部15が引用記号として設定する文字を保存する手段は、転送サーバ3内部や記憶装置4など、LAN6上で物理的に可能な任意の記憶手段を選択することができる。
For the operational purpose of the mail system, it is necessary to use the symbol “>” as a quoting symbol, and to reply to the mail by quoting the full text of the mail to be replied with the same quotation mark at the beginning of the line. It is established as a rule. The citation hierarchy here indicates how many stages of the previous email in the thread are cited. Since the symbol “>” is previously set as the quote symbol in the quote
メール103の文面の中では、行頭で引用記号が繰り返される数が、そのまま引用階層を表している。行頭の引用記号が一重以上である部分は、メール103の1段階前であるメール102からの引用である。行頭の引用記号が二重以上である部分は、メール103の2段階前であるメール101からの引用である。ここで、行頭の引用記号が一重以上である部分は、メール102で新たに書かれた部分と、メール102が引用したメール101の全文とを含むので、前述の引用部分106に等しい。同様に、行頭の引用記号が二重以上である部分は、前述の二重引用部分107に等しい。
In the text of the
このため、メール102に対応するメールデータ112は、メッセージ番号115a=「3」として表されるメールデータ113の文面の中で、引用階層115b=「1」以上の部分(引用部分106)がメール102の全文に相当するということを表す。メール103をそのまま記録するメールデータ113の中で、行頭の引用記号が一重以上である引用部分106を抜き出して、全行頭から引用記号を1つずつ除去すれば、メール102の全文を得ることができる。
For this reason, in the
同様に、メール101に対応するメールデータ111は、メッセージ番号114a=「3」として表されるメールデータ113の文面の中で、引用階層114b=「2」以上の部分(二重引用部分107)がメール101の全文に相当するということを表す。メールデータ113の中で、行頭の引用記号が二重以上である二重引用部分107を抜き出して、全行頭から引用記号を2つずつ除去すれば、メール101の全文を得ることができる。
Similarly, the mail data 111 corresponding to the
ここで、メール103に対する返信であるメール104が、新たにメールサーバ2によって受信されたものとする。図3は、図1内に開示したメール圧縮部11が、新たに受信されたメール104が記憶装置4に保存される際に、各々のメールデータに対して行う処理を示す概念図である。メール104は、メール101〜103と同一のスレッドに属する。メール104の全文は、メッセージ番号4を付与されたメールデータ124として、新たに記憶装置4に保存される。
Here, it is assumed that a
メール104には、その返信の対象であるメール103の全文が、行頭に一重以上の引用記号が付けられた引用部分125として本文に引用されている。引用部分125に含まれるメール102からの引用部分は、行頭に二重以上の引用記号が付けられた二重引用部分126となっている。二重引用部分126に含まれるメール101からの引用部分は、行頭に三重以上の引用記号が付けられた三重引用部分127となっている。引用部分125は、メール103の全行頭に引用記号を1つずつ付加した文章に等しい。二重引用部分126は、メール102の全行頭に引用記号を2つずつ付加した文章に等しい。三重引用部分127は、メール101の全行頭に引用記号を3つずつ付加した文章に等しい。
In the
このためメール103は、引用メッセージ番号130aが「4」、引用階層130bが「1」であるという状態のメールデータ123として上書き保存される。メール102は、引用メッセージ番号129aが「4」、引用階層129bが「2」であるという状態のメールデータ122として上書き保存される。メール101は、引用メッセージ番号128aが「4」、引用階層128bが「3」であるという状態のメールデータ121として上書き保存される。
For this reason, the
図4は、図1内に開示したメール展開部12が、図3に示したメールデータ124から、メール101〜104の全文を得る処理を示す概念図である。メールデータ124はメール104の全文を保存しているので、クライアント5からのメール読み出しコマンドでメール104を読み出すよう指定された場合は、メールデータ124をそのままクライアント5の表示画面中に表示すればよい。
FIG. 4 is a conceptual diagram showing processing in which the
メール103を読み出すよう指定された場合、メール103に相当するメールデータ123は引用メッセージ番号130aが「4」、引用階層130bが「1」と記録されている。この場合は、引用メッセージ番号「4」に該当するメールデータ124から、メール展開部12が行頭に一重以上の引用記号が付けられている引用部分125を抜き出し、かつ引用部分125の各々の行頭から引用記号を1つずつ除去する。この処理によって、引用部分125はメール103の全文となるので、これをクライアント5の表示画面中に表示すればよい。
When the
メール102を読み出すよう指定された場合、メール102に相当するメールデータ122は引用メッセージ番号129aが「4」、引用階層129bが「2」と記録されているので、引用メッセージ番号「4」に該当するメールデータ124から、メール展開部12が行頭に二重以上の引用記号が付けられている二重引用部分126を抜き出し、かつ二重引用部分126の各々の行頭から引用記号を2つずつ除去する。この処理によって、二重引用部分126はメール102の全文となるので、これをクライアント5の表示画面中に表示すればよい。
When the mail 102 is designated to be read, the
メール101を読み出すよう指定された場合、メール101に相当するメールデータ121は引用メッセージ番号128aが「4」、引用階層128bが「3」と記録されているので、引用メッセージ番号「4」に該当するメールデータ124から、メール展開部12が行頭に三重以上の引用記号が付けられている三重引用部分127を抜き出し、かつ三重引用部分127の各々の行頭から引用記号を3つずつ除去する。この処理によって、三重引用部分127はメール101の全文となるので、これをクライアント5の表示画面中に表示すればよい。
When the
図5は、メールサーバ2が新たなメール(以後新規メールという)を受信した際に、図1内に開示したメール圧縮部11が動作制御部10の制御によって行う処理を示すフローチャートである。メール圧縮部11が起動されると(ステップS201)、動作制御部10は新規メールを待つ状態となる(ステップS203)。メールサーバ2が新規メールを受信して転送サーバ3に転送したら、メール圧縮部11は転送された新規メールにメッセージ番号を付与して、記憶装置4に保存する(ステップS205)。メッセージ番号は、転送サーバ3が管理する全てのメールにおいてユニークである。
FIG. 5 is a flowchart showing a process performed by the
ここで、保存された新規メールの文面が、記憶装置4に既に保存されている保存済みメールを引用しているか否かを判断する(ステップS207)。保存済みメールの引用でなければ、ステップS203の新規メールを待つ状態に戻る。保存済みメールの引用であれば、該当する保存済みメールのデータを、図3で示したように、保存された新規メールの引用メッセージ番号と引用階層で上書き保存して(ステップS209)、ステップS203の新規メールを待つ状態に戻る。ステップS209の処理は、保存された新規メールと同一のスレッドに属するメールの全てについて行われる。 Here, it is determined whether or not the text of the stored new mail quotes the stored mail already stored in the storage device 4 (step S207). If the saved mail is not quoted, the process returns to the state of waiting for a new mail in step S203. If it is a quote for the saved mail, the data of the corresponding saved mail is overwritten and saved with the quote message number and the quote hierarchy of the saved new mail as shown in FIG. 3 (step S209), and step S203. Return to waiting for new mail. The process of step S209 is performed for all mails belonging to the same thread as the stored new mail.
ステップS207の、新規メールが保存済みメールを引用しているか否かを判断する動作は、新規メールの全文が保存済みメールの中で全文が保存されているメールの全文を引用しているか否かによって判断することができる。保存済みメールの中で全文が保存されているメールは、スレッドの中で最新のメールであると判断することができるので、新規メールの全文がその全文を引用していれば、該スレッドに属する最新のメールであると判断することができる。 The operation of determining whether or not the new mail quotes the stored mail in step S207 is whether or not the full text of the new mail quotes the full text of the stored mail in the stored mail. Can be judged by. Mail that has been saved in its full text in saved mail can be determined to be the latest mail in the thread, so if the full text of a new mail quotes the full text, it belongs to that thread It can be determined that it is the latest mail.
より具体的には、全文が保存されているメールの各行頭に1つずつ引用記号を付加した文章が、新規メールの全文の中に含まれていれば、新規メールは全文が保存されているメールを引用したものであると判断できる。逆に、新規メールから引用部分を抜き出し、該引用部分の各行頭から1つずつ引用記号を除去した文章が、全文が保存されているメールに等しい場合に、新規メールは全文が保存されているメールを引用したものであると判断してもよい。 More specifically, if a sentence with a quotation mark added at the beginning of each line of a mail in which the full text is stored is included in the full text of the new mail, the full text of the new mail is stored. It can be determined that the email is quoted. On the other hand, when the sentence extracted from the new mail and the quotation mark is removed one by one from the beginning of each line is equal to the mail in which the full text is stored, the new mail has the full text stored. It may be determined that the email is quoted.
図5で説明したフローチャートに係る各ステップの動作内容は、動作制御部10があらかじめ備えるコンピュータで動作するプログラムとして実行させるように構成することができる。
The operation content of each step according to the flowchart described with reference to FIG. 5 can be configured to be executed as a program that operates on a computer provided in advance in the
図6は、転送サーバ3が記憶装置4に保存されたメールを読み出す際に、図1内に開示したメール展開部12が動作制御部10の制御によって行う処理を示すフローチャートである。メール展開部12が起動されると(ステップS251)、動作制御部10はクライアント5からのメール読み出しコマンドを待つ状態となる(ステップS253)。メール読み出しコマンドがあれば、メール展開部12はコマンドによって指定されたメッセージ番号に該当するメールデータを記憶装置4から読み出す(ステップS255)。
FIG. 6 is a flowchart showing a process performed by the
ここで、ステップS255で読み出されたメールデータが、引用メッセージ番号と引用階層を含むか否かを判断する(ステップS257)。引用メッセージ番号と引用階層を含まないメールデータであれば、該メールデータはスレッドの中で最新のメールであり、全文が保存されているので、メール展開部12はそのまま該メールデータをクライアント5の表示画面中に表示して(ステップS259)、ステップS253のコマンドを待つ状態に戻る。 Here, it is determined whether or not the mail data read in step S255 includes a quote message number and a quote hierarchy (step S257). If the mail data does not include the quote message number and the quote hierarchy, the mail data is the latest mail in the thread, and the full text is stored. Display on the display screen (step S259) and return to the state of waiting for the command of step S253.
ステップS255で読み出されたメールデータが、引用メッセージ番号と引用階層を含んでいれば、メール展開部12は該引用メッセージ番号に該当するメールデータを読み出し、その中から該引用階層に該当する部分を抜き出す(ステップS261)。その際、抜き出した引用部分の各行頭から、該引用階層に相当する数だけ行頭の引用記号が除去される。これによって、メール展開部12はステップS253のメール読み出しコマンドによって指定されたメッセージ番号に該当するメールの全文を得て、それをクライアント5の表示画面中に表示して(ステップS263)、ステップS253のコマンドを待つ状態に戻る。
If the mail data read in step S255 includes the quote message number and the quote hierarchy, the
図6で説明したフローチャートに係る各ステップの動作内容は、動作制御部10があらかじめ備えるコンピュータで動作するプログラムとして実行させるように構成することができる。
The operation content of each step according to the flowchart described with reference to FIG. 6 can be configured to be executed as a program that operates on a computer provided in advance in the
前述の図9の(B)および図10に示した特許文献2の技術では、引用の対象となった全てのメールデータを参照して読み取る必要があった。特許文献1の技術においても同様である。それに対して本実施の形態では、図6のフローチャートでわかるように、メール展開部12は1本もしくは2本のメールデータを参照するだけで、何重に引用が繰り返されたメールであっても、記憶装置4に保存されたどのメールについても全文を得て表示することができる。従って、クライアント5の演算能力やLAN6のデータ転送速度などに制約のある環境であっても、重複する引用部分を省略して、メールの本文データを効率よく圧縮して保存し、圧縮して保存されたメールの全文を容易に再生することができる。
In the technique of
[第2の実施の形態]
図7は、本発明の第2の実施の形態に係るメールシステムのハードウェア構成を示すブロック図である。本実施の形態では、インターネット1を介して他のメールサーバとメールの送受信が可能であるメールサーバ2と、メールサーバ2からメールを読み出して管理するクライアント305とが、相互にLAN6によって接続されている。クライアント305は、CPUおよびRAMなどで構成される動作制御部301と、電子メールの管理を行うプログラムであるメールクライアントプログラム303と、自身が管理する全てのメールを保存する記憶装置304と、ディスプレイ351とを内蔵する。
[Second Embodiment]
FIG. 7 is a block diagram showing a hardware configuration of the mail system according to the second embodiment of the present invention. In this embodiment, a
動作制御部301が実行するメールクライアントプログラム303は、メール圧縮部311、メール展開部312、メール管理部313、引用記号設定部314などの機能を持つ。クライアント305のユーザは、メールクライアントプログラム303を起動して、自身に届いたメールを読むことができ、またメールを新規作成してメールサーバ2を経由して送信することが可能である。本実施の形態では、ユーザが送受信した全てのメールはクライアント305に保存される。
The
メール管理部313は、電子メール送受信部21とのメールデータの送受信、およびメール展開部312が読み出したメールの全文をディスプレイ351に表示させるなどの機能を実行する。引用記号設定部314は、本発明の第1の実施の形態における引用記号設定部15と同一の機能である。引用記号設定部314が引用記号として設定する文字を保存する手段は、記憶装置304など、クライアント305内部で物理的に可能な任意の記憶手段を選択することができる。
The
メール圧縮部311は、第1の実施の形態におけるメール圧縮部11と同一の方法で、記憶装置304に保存されたメールに対して、重複する引用部分を省略してデータ容量を圧縮する。メール展開部312は、第1の実施の形態におけるメール展開部12と同一の方法で、記憶装置304に保存された圧縮済みのメールデータから、圧縮される前のメールの全文を再生する。いずれも、処理を実施する主体と対象が変わる点以外は、実際に行われる処理の内容は第1の実施の形態と同一である。
The
以上、本発明の第1および第2の実施の形態として説明してきたことからもわかるように、本発明を適用可能なメールシステムは、PCなどの単独の機器で構成されていてもよく、またネットワークなどで接続された複数の機器で構成されていてもよい。また、保存されたメールデータからメール全文を再生するシステムは、必ずしもそれ自体がメールの新規作成や送受信を行う機能を持つ必要はない。 As can be seen from the description of the first and second embodiments of the present invention, the mail system to which the present invention can be applied may be composed of a single device such as a PC. You may be comprised with the some apparatus connected by the network etc. In addition, a system that reproduces the entire mail from the stored mail data does not necessarily have a function of creating a new mail or transmitting / receiving the mail.
なお、上述した実施形態では、メールシステムの運用規則において引用記号および引用の方法を統一してきた。しかし、実際にはたとえばメールクライアントソフトウェアおよびその設定などで、種々雑多なメール環境が使われている。たとえば「>」の他に「|」「:」などの文字、あるいは半角の「>」「|」「:」などが、引用記号として利用されることがある。そのため、メールの交換が続くうちに、複数の引用記号および引用の方法が混在した文章になることが多い。 In the above-described embodiment, the quotation marks and the quoting method have been unified in the mail system operation rules. However, various miscellaneous mail environments are actually used in, for example, mail client software and its settings. For example, in addition to “>”, characters such as “|” and “:”, or single-byte characters “>”, “|”, “:”, and the like may be used as quotation marks. For this reason, as e-mail exchange continues, sentences often include a plurality of quotation marks and quotation methods.
図8は、図1および図7内に開示した記憶装置に保存される、複数種類の引用記号が使用されたメールの内容を示す概念図である。図8は、メール101bに対する返信であるメール102bと、メール102bに対する返信であるメール103bを示している。メール102bに含まれるメール101bからの引用部分105bは、引用記号として「:」を使用している。メール103bに含まれるメール102bからの引用部分106bは、引用記号として「|」を使用している。引用部分106bに含まれるメール101bからの二重引用部分107bは、2種類の引用記号が重なった行頭が「|:」となっている。
FIG. 8 is a conceptual diagram showing the contents of a mail stored in the storage device disclosed in FIG. 1 and FIG. FIG. 8 shows a
その場合、引用記号設定部15(または314)には「>」以外にも「|」「:」「>」「|」「:」など、引用記号として利用されうると考えられる複数の文字を登録しておくとよい。登録されたこれらの文字のいずれがメール本文の行頭で利用されていれば、「>」と同格の引用記号として認識され、「>」の場合と同じように本発明の第1および第2の実施の形態として説明した動作を行うことができる。ただし、引用記号について判断する条件が複雑になりすぎないよう、一般的でない引用記号や引用方法をできるだけ使用しないことを運用規則とすることが望ましい。 In that case, a plurality of characters that can be used as quotation marks such as “|”, “:”, “>”, “|”, and “:” in addition to “>” are displayed in the quotation symbol setting unit 15 (or 314). It is good to register. If any of these registered characters is used at the beginning of the mail body, it is recognized as a quote symbol equivalent to “>”, and the first and second of the present invention are the same as in the case of “>”. The operation described in the embodiment can be performed. However, it is desirable to make it an operational rule not to use uncommon quotation marks and citation methods as much as possible so that the conditions for judging quotation marks are not too complicated.
これまで本発明について図面に示した特定の実施の形態をもって説明してきたが、本発明は図面に示した実施の形態に限定されるものではなく、本発明の効果を奏する限り、これまで知られたいかなる構成であっても採用することができることは言うまでもないことである。 Although the present invention has been described with the specific embodiments shown in the drawings, the present invention is not limited to the embodiments shown in the drawings, and is known so far as long as the effects of the present invention are achieved. It goes without saying that any configuration can be adopted.
メールの保存および表示を行う電子機器およびシステムであれば利用可能である。メールの新規作成や送受信を行う機能を持つものには限定されない。 Any electronic device and system that stores and displays mail can be used. It is not limited to the one having the function of creating new mail and sending / receiving mail.
1 インターネット
2 メールサーバ
3 転送サーバ
4、304 記憶装置(記憶手段)
5、305 クライアント
6 LAN
10、301 動作制御部(制御手段)
11、311 メール圧縮部(メール圧縮手段)
12、312 メール展開部(メール展開手段)
13 ウェブサーバ部
14 ウェブメール管理部
15、314 引用記号設定部
21 電子メール送受信部(電子メール受信手段)
51、351 ディスプレイ(表示手段)
101、102、103、104、101b、102b、103b メール
105、106、105b、106b、125 引用部分
107、107b、126 二重引用部分
111、112、113、121、122、123、124 メールデータ
114a、115a、128a、129a、130a 引用メッセージ番号
114b、115b、128b、129b、130b 引用階層
127 三重引用部分
303 メールクライアントプログラム
313 メール管理部
DESCRIPTION OF SYMBOLS 1
5,305 Client 6 LAN
10, 301 Operation control unit (control means)
11, 311 Mail compression section (Mail compression means)
12, 312 Mail expander (Mail expander)
13
51, 351 Display (display means)
101, 102, 103, 104, 101b, 102b,
Claims (14)
前記電子メール受信手段が新規電子メールを受信し、
次に前記制御手段が前記新規電子メールの全文をメッセージ番号と共に前記記憶手段に保存し、
次に前記制御手段が前記新規電子メールの全文の中に前記記憶手段に全文が記憶された全文記憶済み電子メールが引用されているか否かを判断し、
前記新規電子メールの全文の中に前記全文記憶済み電子メールが引用されている場合、前記制御手段により、前記全文記憶済み電子メールの記憶内容を前記新規電子メールのメッセージ番号および引用階層に置換して前記記憶手段に再保存する構成とした
ことを特徴とする電子メールの保存方法。 In a computer system having an electronic mail receiving means, a storage means, and a control means for controlling the operation of each of these units, a method for storing an electronic mail in the storage means,
The e-mail receiving means receives a new e-mail;
Next, the control means stores the full text of the new email together with a message number in the storage means,
Next, the control means determines whether or not the full text stored e-mail in which the full text is stored in the storage means is cited in the full text of the new e-mail,
When the full text stored email is quoted in the full text of the new email, the control means replaces the stored content of the full text stored email with the message number and the quote hierarchy of the new email. A method for storing e-mails, wherein the storage unit stores the e-mails again.
前記制御手段が前記新規電子メールの本文の行頭で前記引用記号が繰り返される数を前記引用階層として認識することを特徴とする、請求項1又は2に記載の電子メールの保存方法。 The computer system has quotation mark setting means for preliminarily storing one or more characters recognized as quotation marks;
3. The method for storing an e-mail according to claim 1, wherein the control means recognizes, as the citation hierarchy, the number of repetitions of the citation symbol at the beginning of the body of the new e-mail.
前記制御手段が前記記憶手段から再生対象電子メールデータを読み出し、
次に前記再生対象電子メールデータが引用メッセージ番号と引用階層を含んでいるか否かを前記制御手段が判断し、
前記再生対象電子メールデータが引用メッセージ番号と引用階層を含んでいれば、前記制御手段が前記記憶手段から前記引用メッセージ番号に該当する引用電子メールデータを読み出し、
次に前記制御手段が前記引用電子メールデータの全文から前記引用階層に該当する引用文を抽出すると共に前記引用文を前記表示手段に表示する構成とした
ことを特徴とする電子メールの再生方法。 A computer system having a storage means, a display means, and a control means for controlling the operation of each unit, and a method for playing back an email stored in the storage means,
The control means reads the reproduction target e-mail data from the storage means,
Next, the control means determines whether or not the reproduction target e-mail data includes a citation message number and a citation hierarchy,
If the reproduction target email data includes a quote message number and a quote hierarchy, the control means reads the quote email data corresponding to the quote message number from the storage means,
Next, the electronic mail reproducing method is characterized in that the control means extracts the quote text corresponding to the quote hierarchy from the full text of the quote email data and displays the quote text on the display means.
前記新規電子メールの全文の中に前記全文記憶済み電子メールが引用されているか否かを判断し、前記新規電子メールの全文の中に前記全文記憶済み電子メールが引用されていれば、前記全文記憶済み電子メールの記憶内容を前記新規電子メールのメッセージ番号および引用階層に置換して前記記憶手段に再保存するメール圧縮手段を備えたこと
を特徴とする電子メールシステム。 An e-mail receiving means for receiving a new e-mail, a storage means for storing the full text of the new e-mail and a full-text stored e-mail together with a message number, and a control means for controlling the operation of each of these parts,
It is determined whether or not the full text stored email is quoted in the full text of the new email, and if the full text stored email is quoted in the full text of the new email, the full text An e-mail system comprising a mail compression unit that replaces the stored content of a stored e-mail with the message number and citation hierarchy of the new e-mail and resaves the data in the storage unit.
前記記憶手段から読み出した再生対象電子メールが引用メッセージ番号と引用階層とを含んでいれば、前記記憶手段から前記引用メッセージ番号に該当する引用電子メールデータを読み出し、前記引用電子メールデータの全文から前記引用階層に該当する引用文を抽出して前記表示手段に表示するメール展開手段とを備えたこと
を特徴とする電子メールシステム。 Storage means for storing the stored electronic mail together with the message number, display means for displaying the full text of the stored electronic mail, and control means for controlling the operation of each of these parts,
If the reproduction target email read from the storage means includes a quote message number and a quote hierarchy, the quote email data corresponding to the quote message number is read from the storage means, and the full text of the quote email data is read out. An e-mail system comprising: e-mail expansion means for extracting a citation corresponding to the citation hierarchy and displaying it on the display means.
前記電子メール受信手段が新規電子メールを受信する動作を制御する機能と、
前記新規電子メールの全文をメッセージ番号と共に前記記憶手段に保存する機能と、
前記新規電子メールの全文の中に前記記憶手段に全文が記憶された全文記憶済み電子メールが引用されているか否かを判断する機能と、
前記新規電子メールの全文の中に前記全文記憶済み電子メールが引用されていれば、前記全文記憶済み電子メールの記憶内容を前記新規電子メールのメッセージ番号および引用階層に置換して前記記憶手段に再保存する機能と
を実行させることを特徴とする電子メール保存プログラム。 In each part operation control computer provided in an electronic mail system having an electronic mail receiving means and a storage means,
A function for controlling the operation of the e-mail receiving means for receiving a new e-mail;
A function for storing the full text of the new email together with a message number in the storage means;
A function for determining whether or not a full-text stored electronic mail in which the full text is stored in the storage means is cited in the full text of the new electronic mail;
If the full-text stored e-mail is quoted in the full text of the new e-mail, the stored content of the full-text stored e-mail is replaced with the message number and citation hierarchy of the new e-mail and stored in the storage means. An e-mail storage program that executes a function of re-save.
前記記憶手段から再生対象電子メールデータを読み出す機能と、
前記再生対象電子メールデータが引用メッセージ番号と引用階層を含んでいるか否かを判断する機能と、
前記再生対象電子メールデータが引用メッセージ番号と引用階層を含んでいれば、前記記憶手段から前記引用メッセージ番号に該当する引用電子メールデータを読み出す機能と、
前記引用電子メールデータの全文から前記引用階層に該当する引用文を抽出する機能と、
前記引用文を前記表示手段に表示する動作を制御する機能と
を実行させることを特徴とする電子メール再生プログラム。 In each part operation control computer provided in an electronic mail system having a storage means and a display means,
A function of reading reproduction target e-mail data from the storage means;
A function of determining whether the reproduction target e-mail data includes a citation message number and a citation hierarchy;
If the reproduction target email data includes a quote message number and a quote hierarchy, a function of reading quote email data corresponding to the quote message number from the storage means;
A function of extracting a quote corresponding to the quote hierarchy from the full text of the quote email data;
And a function for controlling an operation of displaying the quoted text on the display means.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2007230820A JP4716136B2 (en) | 2007-09-05 | 2007-09-05 | E-mail storage method, e-mail reproduction method, e-mail system, and e-mail storage / reproduction program |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2007230820A JP4716136B2 (en) | 2007-09-05 | 2007-09-05 | E-mail storage method, e-mail reproduction method, e-mail system, and e-mail storage / reproduction program |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2009064196A JP2009064196A (en) | 2009-03-26 |
| JP4716136B2 true JP4716136B2 (en) | 2011-07-06 |
Family
ID=40558734
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2007230820A Expired - Fee Related JP4716136B2 (en) | 2007-09-05 | 2007-09-05 | E-mail storage method, e-mail reproduction method, e-mail system, and e-mail storage / reproduction program |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP4716136B2 (en) |
Families Citing this family (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP5368080B2 (en) * | 2008-12-24 | 2013-12-18 | キヤノンソフトウェア株式会社 | E-mail display device, e-mail display method, program, and recording medium |
| JP5626001B2 (en) * | 2011-02-23 | 2014-11-19 | 日本電気株式会社 | E-mail capacity reduction support device, e-mail capacity reduction support method, and program |
| JP5648553B2 (en) * | 2011-03-18 | 2015-01-07 | 富士通株式会社 | Citation count management program, citation count management apparatus, and citation count management method |
| KR101766484B1 (en) * | 2011-06-17 | 2017-08-09 | 네이버 주식회사 | Method and apparatus for managing mail using chunk |
| KR101990074B1 (en) * | 2012-11-12 | 2019-06-17 | 삼성전자주식회사 | Method and apparatus for message management and message transfer in electronic device |
| JP5435151B2 (en) * | 2013-02-05 | 2014-03-05 | キヤノンマーケティングジャパン株式会社 | E-mail audit apparatus, control method thereof, and program |
| CN113259222B (en) | 2021-04-28 | 2023-02-07 | 维沃移动通信(杭州)有限公司 | Message processing method, device and electronic device |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH09179719A (en) * | 1995-12-26 | 1997-07-11 | Nec Corp | Voice synthesizer |
| JPH10222438A (en) * | 1997-07-15 | 1998-08-21 | Omron Corp | E-mail management method and device |
| JP2000163339A (en) * | 1998-11-30 | 2000-06-16 | Casio Comput Co Ltd | E-mail control device, e-mail control method, and recording medium recording e-mail control program |
| JP2000194617A (en) * | 1998-12-24 | 2000-07-14 | Nec Corp | Method and device for electronic mail stack device |
| JP2000330882A (en) * | 1999-05-17 | 2000-11-30 | Casio Comput Co Ltd | Electronic device, recording medium on which e-mail program is recorded |
| JP2002342245A (en) * | 2001-05-16 | 2002-11-29 | Nec Corp | Retrieval system for electronic mail |
-
2007
- 2007-09-05 JP JP2007230820A patent/JP4716136B2/en not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| JP2009064196A (en) | 2009-03-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP4716136B2 (en) | E-mail storage method, e-mail reproduction method, e-mail system, and e-mail storage / reproduction program | |
| US7769144B2 (en) | Method and system for generating and presenting conversation threads having email, voicemail and chat messages | |
| US10721278B2 (en) | Annotating collaborative information structures | |
| US6324544B1 (en) | File object synchronization between a desktop computer and a mobile device | |
| US8520809B2 (en) | Method and system for integrating voicemail and electronic messaging | |
| US20120151315A1 (en) | Using text messages to interact with spreadsheets | |
| CA2658488C (en) | Method and system for generating and presenting conversation threads having email, voicemail and chat messages | |
| US9246859B2 (en) | Peer-to-peer collaboration of publishers in a publish-subscription environment | |
| CN107135140A (en) | A kind of instant communication method and device | |
| US20130036478A1 (en) | Identifying and Redacting Privileged Information | |
| CN101447952A (en) | Method for messaging integration and system for treating messaging data | |
| US20130145277A1 (en) | Graphical user interface for electronic file sharing | |
| CN101447953A (en) | Method for messaging integration and system for treating messaging data | |
| CN108370385A (en) | Transfer container files over the network | |
| CN112613964A (en) | Account checking method, account checking device, account checking equipment and storage medium | |
| CN101447954A (en) | Method for messaging integration and system for treating messaging data | |
| CN116431878A (en) | Vector retrieval service method, device, equipment and storage medium thereof | |
| CN102402547A (en) | Information processing method and device | |
| US20030105780A1 (en) | File system, control method, and program | |
| KR20170094194A (en) | Method and system for concurrent collaborative undo operations in computer application software | |
| US20080071865A1 (en) | Method, System and Program Product Providing Compact Storage For Electronic Messages | |
| US7185026B2 (en) | Method for synchronizing read/unread data during LOTUS NOTES database migration | |
| Siltanen et al. | Web-based 3D mediated communication in manufacturing industry | |
| JP3980974B2 (en) | Schedule information extracting and editing apparatus and method | |
| US20080126489A1 (en) | Method and apparatus to manage e-mail messages |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110223 |
|
| TRDD | Decision of grant or rejection written | ||
| A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20110303 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110316 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 4716136 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140408 Year of fee payment: 3 |
|
| LAPS | Cancellation because of no payment of annual fees |