JPH10307771A - Electronic mail processor and record medium - Google Patents

Electronic mail processor and record medium

Info

Publication number
JPH10307771A
JPH10307771A JP9118997A JP11899797A JPH10307771A JP H10307771 A JPH10307771 A JP H10307771A JP 9118997 A JP9118997 A JP 9118997A JP 11899797 A JP11899797 A JP 11899797A JP H10307771 A JPH10307771 A JP H10307771A
Authority
JP
Japan
Prior art keywords
file
mail
files
identification information
displayed
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
JP9118997A
Other languages
Japanese (ja)
Inventor
Takumi Tomizawa
巧 冨澤
Satoshi Asada
聡 浅田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP9118997A priority Critical patent/JPH10307771A/en
Publication of JPH10307771A publication Critical patent/JPH10307771A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To facilitate operation for selecting a file of a mail by adding discrimination information including a kind and a state to the file name of each mail file and storing them altogether in one storage area, and displaying information regarding respective mail files according to the discrimination information on the respective mail files. SOLUTION: Files of transmit mails and receive mails are stored in a file data storage part 2, and for the respective files, extensions representing kinds and states are added to the file names. When a mail processing part 1 is actuated with an indication from an input part 4, a list display part 10 reads the file names of the respective mail files stored in the file data storage part 2 together with their extensions and lists the file names on the screen of a display part 3. Thus, only one file storage area is used to facilitate the operation and prevent wrong operation, and the files are easily selected.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は電子メール処理装置
及び記録媒体に関する。近年,パーソナルコンピュー
タ,ワードプロセッサ等の情報処理装置において,電子
メールの送受信が盛んに行われるようになった。電子メ
ールはファイルとして格納され,送信用または受信用の
複数のファイル名を表示して,それらの中から選択した
ファイルについて,必要な処理が行われる。
The present invention relates to an electronic mail processing device and a recording medium. 2. Description of the Related Art In recent years, in information processing apparatuses such as personal computers and word processors, transmission and reception of electronic mail have been actively performed. The e-mail is stored as a file, a plurality of file names for transmission or reception are displayed, and necessary processing is performed on a file selected from among them.

【0002】[0002]

【従来の技術】従来の電子メールソフト等の通信ソフト
ではメールファイルを次のように管理している。
2. Description of the Related Art Conventional communication software such as e-mail software manages mail files as follows.

【0003】送信メールのファイルは送信用に設けられ
たディレクトリに格納し,受信されたメールは受信ファ
イル用に設けられたディレクトリに格納している。ユー
ザの操作に応じて送信用のファイルに対して処理を行う
場合には,送信用のディレクトリにアクセスして送信用
のファイルを表示装置に一覧表示し,その中から一つの
ファイルが選択されると,そのファイルを開きファイル
が送信予約状態である場合には,送信の実行や,予約の
解除,更新等の処理を行うことができ,送信済のファイ
ルに対しても必要な処理を行うことができる。
[0003] Outgoing mail files are stored in a directory provided for transmission, and received mails are stored in a directory provided for received files. When processing a file for transmission in response to a user operation, a directory for transmission is accessed to list the files for transmission on a display device, and one file is selected from the list. If the file is opened and the file is in the transmission reservation state, the transmission can be executed, the reservation can be canceled or updated, and the necessary processing can be performed on the already transmitted file. Can be.

【0004】また,受信用のファイルに対して処理を行
う場合には,受信ファイル用のディレクトリにアクセス
して,格納された各メールのファイルを一覧表示する。
この中から,一つのファイルが選択されると,そのファ
イルを開き,ユーザの操作に応じて未読のファイルにつ
いては内容を表示したり,別の機器に複写する等の処理
を実行し,既読のファイルについては登録等の処理を行
ったり,返信や他の宛先への転送等の処理を行うことが
できる。
When a process is performed on a file for reception, a directory for the received file is accessed, and a list of files of each stored mail is displayed.
When one of these files is selected, the file is opened, and the contents of the unread file are displayed according to the user's operation, and processing such as copying to another device is performed. For such a file, processing such as registration, processing such as reply and transfer to another destination can be performed.

【0005】[0005]

【発明が解決しようとする課題】上記した従来のメール
のファイルについて選択をして処理を行う場合,送信用
のファイルと受信用のファイルは別のディレクトリ(格
納領域)に格納し,管理しているため,それぞれのファ
イルを切り換えて呼び出す必要があり,メールの送信用
及び受信用ファイルを全て一覧表示することができなか
った。また,一つ一つのファイルについて,その種類に
対応して実行可能機能が存在する。例えば,受信ファイ
ルに対しては,既読の状態の場合には返信や,他の宛先
への転送等を実行することがあるが,未読や既読などの
状態によらず全てのファイルについても同様な機能を実
行可能であるため,操作者により状態にそわない誤った
処理が選択され実行する可能性がある点で問題があっ
た。
When the above-mentioned conventional mail file is selected and processed, the file for transmission and the file for reception are stored in separate directories (storage areas) and managed. Therefore, each file must be switched and called, and all the files for sending and receiving mail cannot be displayed in a list. Also, for each file, there is an executable function corresponding to the type. For example, for received files, in the case of read status, reply or transfer to another destination may be executed, but for all files regardless of the status such as unread or read. Since a similar function can be executed, there is a problem in that an erroneous process that does not conform to the state may be selected and executed by the operator.

【0006】本発明はメールのファイルを選択する時の
操作を簡単化することができる電子メール処理装置及び
記憶媒体を提供することを目的とする。
SUMMARY OF THE INVENTION It is an object of the present invention to provide an electronic mail processing apparatus and a storage medium which can simplify an operation for selecting a mail file.

【0007】[0007]

【課題を解決するための手段】図1は本発明の原理構成
図である。図1において,1はメール処理部,10は一
覧表示部,11はファイル名チェック部,12はファイ
ルに対する各種の機能を実行するアプリケーション部,
2は複数のメールファイルを集約して格納する領域であ
るファイルデータ格納部,3は表示部,4は入力部であ
る。
FIG. 1 is a block diagram showing the principle of the present invention. In FIG. 1, 1 is a mail processing unit, 10 is a list display unit, 11 is a file name check unit, 12 is an application unit that executes various functions for files,
Reference numeral 2 denotes a file data storage unit which is an area for storing a plurality of mail files collectively, 3 denotes a display unit, and 4 denotes an input unit.

【0008】本発明ではメールの送信ファイル及び受信
ファイルを1つの格納領域に格納し,それぞれのファイ
ル名にメールの種別,状態等を表す拡張子を設定して保
存し,既存のメールファイルは一覧表示してファイルを
選択する場合,そのファイルに対して選択可能な機能を
表示して,表示された機能を指示して実行することがで
きる。
According to the present invention, an outgoing mail file and an incoming mail file are stored in one storage area, and an extension indicating the type, status, etc. of the mail is set and saved in each file name. When a file is displayed and selected, a function that can be selected for the file is displayed, and the displayed function can be instructed and executed.

【0009】ファイルデータ格納部2には送信メール
や,受信メールのファイルが格納されており,各ファイ
ルにはファイル名(タイトル)と共に送・受の種別や,
通信方法の種別,メールの状態(送信済,送信予約,未
読,既読等)を表す拡張子が付加されている。入力部4
からの指示によりメール処理部1が起動されると,一覧
表示部10によりファイルデータ格納部2に格納された
各メールファイルのファイル名がそれぞれの拡張子と共
に読み出されて表示部3の画面にファイル名が一覧表示
される。操作者がその中の一つのファイルを入力部4に
より指示すると,ファイル名チェック部11は,選択さ
れたファイル名(拡張子を含む)のチェックを行う。こ
のチェックにより,拡張子に含まれたメールの種別(送
・受信,ネットワークの種別等),メールの状態(送信
予約,送信済,未読,既読等)を検出して選択(実行)
可能な機能を識別し,そのファイル名と共に選択可能な
機能を表示部3に表示する。表示された機能の中から入
力部4により一つの機能を選択すると,アプリケーショ
ン部12に対して選択された機能に対応するアプリケー
ションを起動する。アプリケーション部12の実行によ
り操作されたファイルはファイルデータ格納部2に格納
される。
The file data storage unit 2 stores outgoing mail and received mail files. Each file together with the file name (title) and the type of sending / receiving,
Extensions indicating the type of communication method and the status of the mail (sent, reserved for transmission, unread, read, etc.) are added. Input unit 4
When the mail processing unit 1 is started in response to an instruction from the user, the file name of each mail file stored in the file data storage unit 2 is read out by the list display unit 10 together with its extension and displayed on the screen of the display unit 3. A list of file names is displayed. When the operator designates one of the files by the input unit 4, the file name check unit 11 checks the selected file name (including the extension). This check detects and selects (executes) the type of mail (sending / receiving, network type, etc.) and the state of the mail (sending reservation, sent, unread, read, etc.) included in the extension.
The possible functions are identified, and the selectable functions are displayed on the display unit 3 together with the file names. When one of the displayed functions is selected by the input unit 4, an application corresponding to the selected function is activated for the application unit 12. The file operated by the execution of the application unit 12 is stored in the file data storage unit 2.

【0010】上記のファイル名に拡張子を付加したメー
ルファイルを1つに集約して格納する領域を備え,上記
の一覧表示,ファイル名のチェックを行い,選択可能な
機能を表示して,選択された機能を起動するプログラム
をコンピュータが読み取り可能な記憶媒体に格納するこ
とができる。
A mail file having an extension added to the file name is provided with an area for storing the mail file in a single file. The list is displayed, the file name is checked, selectable functions are displayed, and selection is performed. The program for activating the function can be stored in a computer-readable storage medium.

【0011】[0011]

【発明の実施の形態】図2は本発明が実施されるハード
ウェア構成図の例である。図2において,20はプロセ
ッサ,21はメモリ,22はLANや,公衆回線と接続
されてメールの送受信を行う通信装置,23はマウスや
キーボードを含む入力装置,24はCRTや液晶パネル
等で構成する表示装置である。なお,図示省略されてい
るが,ハードディスクやフロッピーディスク等の補助記
憶装置も接続される。
FIG. 2 is an example of a hardware configuration diagram for implementing the present invention. In FIG. 2, reference numeral 20 denotes a processor, 21 denotes a memory, 22 denotes a communication device connected to a LAN or a public line for sending and receiving mail, 23 denotes an input device including a mouse and a keyboard, and 24 denotes a CRT and a liquid crystal panel. Display device. Although not shown, an auxiliary storage device such as a hard disk or a floppy disk is also connected.

【0012】入力装置23からの指示や入力に応じてプ
ロセッサ20は対応したプログラム制御の実行を行った
りデータの入力及び表示装置24への出力を行うと共
に,メールの送受信の動作を通信装置22を介して行
う。メモリ21には,メールファイル210や,編集,
メールの作成,更新,転送,参照等のアプリケーション
プログラム211が格納されており,メールファイル2
10は,各メールのファイル毎にファイル名,サイズ等
のデータが格納されている。また,メモリ21に格納さ
れているメールファイル210,アプリケーションプロ
グラム211はハードディスクやフロッピーディスクな
どの補助記憶装置に格納してもよい。
In response to an instruction or input from the input device 23, the processor 20 executes a corresponding program control, inputs data and outputs the data to the display device 24, and controls the communication device 22 to transmit and receive mail. Do through. The memory 21 has a mail file 210, an editing file,
An application program 211 for creating, updating, transferring, referencing, etc. of mail is stored.
Reference numeral 10 stores data such as a file name and size for each mail file. Further, the mail file 210 and the application program 211 stored in the memory 21 may be stored in an auxiliary storage device such as a hard disk or a floppy disk.

【0013】図3は本発明によるメールファイルのファ
イル名のデータ構造の例を示し,ファイルのデータは1
つの領域(例えば,ディレクトリ)に集約された格納域
に格納されている。各メールファイルは,ファイル名に
対して付加された拡張子を備える。この例では,拡張子
は3つの文字により構成され,1文字目〜3文字目を
X,Y,Zで表す。1文字目のXはメールの送信,受信
の区別を表し,Sが送信メール,Rが受信メールを表
す。次の2文字目のYはメールを伝送するネットワーク
の種別を表し,Nはパソコン通信,Iがインターネット
を表し,無し(この項目を使用しない)の場合は保留
(未決定)であることを表す。
FIG. 3 shows an example of the data structure of the file name of the mail file according to the present invention.
Stored in one storage area (for example, a directory). Each mail file has an extension added to the file name. In this example, the extension is composed of three characters, and the first to third characters are represented by X, Y, and Z. The first letter X represents the distinction between sending and receiving mail, S represents sent mail, and R represents received mail. The second letter Y represents the type of the network transmitting the mail, N represents the personal computer communication, I represents the Internet, and the absence of this item (not using this item) indicates that it is on hold (not determined). .

【0014】3文字目のZは状態を表し,0は未送信
(送信メールの場合)または未読(受信メールの場合)
を表し,2は送信済(送信メールの場合)または既読
(受信メールの場合)を表し,無しの時は保留を表す。
これらの拡張子は,送信ファイルについては,送信予約
を行った時,送信を実行した時の各段階でそれぞれの拡
張子がプログラム211により自動設定される(ネット
ワークの種別を含む)。また受信ファイルについても,
対応する拡張子が,メールを自動受信した時,メールを
読んだ時の操作により自動設定される。
Z in the third character indicates the status, and 0 indicates unsent (in the case of outgoing mail) or unread (in the case of received mail).
And 2 indicates sent (in the case of sent mail) or read (in the case of received mail), and when there is no mail, it indicates holding.
These extensions are automatically set by the program 211 (including the type of network) at each stage when a transmission reservation is made and when transmission is executed for a transmission file. Also for the received file,
The corresponding extension is automatically set by the operation when reading the mail when the mail is automatically received.

【0015】上記した拡張子の3つの文字は,本例の文
字に限定されず,重複しなければどのような文字を用い
てもよい。図4はメールファイル選択の処理フローであ
り,入力装置23を用いたユーザの操作に応じてプロセ
ッサ20により実行される処理を説明するものである。
The three characters having the above-mentioned extensions are not limited to the characters of this example, and any characters may be used as long as they do not overlap. FIG. 4 is a processing flow for selecting a mail file, and describes processing executed by the processor 20 in response to a user operation using the input device 23.

【0016】最初にユーザによる入力装置23の操作に
よりメールの処理が選択されると,メモリ21の所定領
域に格納されている各メールファイルを読み出し表示部
(図1の3)に一覧表示する(図4のS1)。表示形態
としては,各メールのファイル名と拡張子により表す送
信・受信の区別,ネットワークの種別,状態(未読,既
読,送信予約,送信済)等の情報と共に,ファイルのサ
イズ等の管理情報も表示する。この表示した中から,入
力装置23のマウスまたはキーボードにより一つのファ
イルが選択されると(同S2),ファイル名チェック部
が起動する(同S3)。
When mail processing is first selected by the user operating the input device 23, each mail file stored in a predetermined area of the memory 21 is read out and displayed in a list on the display unit (3 in FIG. 1) (FIG. 1). S1 in FIG. 4). The display format includes information such as transmission / reception distinction represented by the file name and extension of each mail, network type and status (unread, read, transmission reservation, transmitted), and management information such as file size. Is also displayed. When one file is selected from the displayed information by using the mouse or keyboard of the input device 23 (S2), the file name check unit is activated (S3).

【0017】このファイル名チェック部は,上記選択さ
れたファイル名の拡張子をチェックして,チェック結果
に対応して選択可能な機能と共に,ファイルの内容を表
示装置に表示する(同S4)。表示された機能の中か
ら,操作者により実行したい一つの機能が入力装置23
により選択されると,上記選択されたファイルについて
該当する機能を実行する。
The file name checking unit checks the extension of the selected file name, and displays the contents of the file on the display device together with the functions that can be selected according to the check result (S4). One of the displayed functions that the operator wants to execute is input device 23.
Then, the corresponding function is executed for the selected file.

【0018】上記図4のファイル名チェック部(ステッ
プS3)の処理内容を図5及び図6,図7により説明す
る。図5はファイル名チェックの処理フローであり,図
6,図7はファイルに対応した表示の例(その1),
(その2)である。
The processing contents of the file name check unit (step S3) in FIG. 4 will be described with reference to FIGS. 5, 6, and 7. FIG. 5 is a processing flow of a file name check, and FIGS. 6 and 7 show display examples (part 1) corresponding to files.
(Part 2).

【0019】ファイル名チェックが動作すると,選択さ
れたメールに対応するメールファイルが格納されている
か判別し(図5のS1),無い場合は「作成」の機能の
みが選択可能な機能として発生する(同S2)。この場
合,表示装置のファイルの画面に,図6のA.に示すよ
うに,選択可能な機能として「作成」だけを画面の最下
段に表示する。図6のA.の画面において,「作成」の
機能を入力装置により指示することによりメールの作成
が実行される。作成されるファイルのファイル名は日付
情報と作成順序情報から自動生成する。
When the file name check operates, it is determined whether or not a mail file corresponding to the selected mail is stored (S1 in FIG. 5). If there is no mail file, only the "create" function is generated as a selectable function. (S2). In this case, the screen of the file of the display device displays A.P. As shown in the figure, only "Create" is displayed at the bottom of the screen as a selectable function. FIG. In the screen of, the creation of the mail is executed by designating the function of "compose" by the input device. The file name of the created file is automatically generated from the date information and the creation order information.

【0020】メールファイルがある場合は,当該選択さ
れたファイルの拡張子の1文字目(X)を識別して送信
メールであるか(X=Sか)判別する(図5のS3)。
送信メールでない場合は,「作成」,「参照」,「返
信」及び「転送」の各機能を識別出力として発生する
(図5のS4)。すなわち,送信メールでないため,新
たなメールを作成したり,単にメールの内容を参照する
か,受信メールに対して返信メールを作成したり,受信
メールを他装置へ転送する等の機能を実行できる。
If there is a mail file, the first character (X) of the extension of the selected file is identified to determine whether the mail is a transmission mail (X = S) (S3 in FIG. 5).
If it is not an outgoing mail, the functions of "create", "reference", "reply" and "forward" are generated as identification outputs (S4 in FIG. 5). That is, since it is not an outgoing mail, functions such as creating a new mail, simply referring to the contents of the mail, creating a reply mail to the received mail, and transferring the received mail to another device can be executed. .

【0021】この場合,当該ファイルについて図6の
B.の例に示すように,これらの機能を選択可能として
表示装置のファイルの画面の最下段に表示する。この図
6のB.の例では,ファイル名の欄の拡張子は「RI
0」であり,上記図3に示す拡張子の定義によれば,
「受信メール,インターネット,既読の状態」を意味
し,表示された画面の「ファイルの内容」として,日
付,アドレス,種別(INTはインターネットを表
す),メールの題名が表示されている。操作者は,図6
のB.に表示された選択可能な機能の中から一つの機能
を入力装置により指示することにより対応する機能が実
行される。
In this case, the file concerned is referred to as B.B. As shown in the example, these functions can be selected and displayed at the bottom of the file screen of the display device. B. of FIG. In the example, the extension of the file name column is "RI
0 ", and according to the definition of the extension shown in FIG.
This means "received mail, Internet, read status", and the date, address, type (INT indicates the Internet), and the title of the mail are displayed as "contents of file" on the displayed screen. The operator is shown in FIG.
B. By instructing one of the selectable functions displayed in (1) by the input device, the corresponding function is executed.

【0022】メールファイルが送信メールである場合,
拡張子の3文字目(Z)を識別して送信済であるか(Z
=2か)判別する(図5のS5)。送信済でない場合
は,「作成」,「更新」の機能を識別出力として発生す
る(図5のS6)。
If the mail file is an outgoing mail,
Whether the third character (Z) of the extension has been identified and transmitted (Z
= 2) is determined (S5 in FIG. 5). If not transmitted, the functions of "create" and "update" are generated as identification outputs (S6 in FIG. 5).

【0023】この場合,このファイルについて図7の
A.に示すような画面が表示装置に表示される。この図
7のA.の例では,ファイル名の欄の拡張子は「SI
0」であり,「送信,インターネット,未送信」を表
す。この時,「作成」または「更新」の機能を選択する
ことができる。
In this case, this file is referred to as A.D. Is displayed on the display device. In FIG. In the example, the extension of the file name column is "SI
0 ", which means" transmit, internet, untransmitted ". At this time, the function of "create" or "update" can be selected.

【0024】送信済である場合には,「作成」,「参
照」及び「転送」の機能を識別出力として発生する(図
5のS7)。この場合,図7のB.に示すような画面が
表示装置に表示される。この図7のB.の例では,ファ
イル名の欄の拡張子は「SI2」であり,「送信,イン
ターネット,未送信」を表し,選択可能な機能として
「作成」,「参照」及び「転送」が表示される。
If the data has been transmitted, the functions of "create", "reference" and "transfer" are generated as identification outputs (S7 in FIG. 5). In this case, FIG. Is displayed on the display device. B. of FIG. In the example, the extension of the file name column is “SI2”, which indicates “send, Internet, unsent”, and “Create”, “Browse”, and “Transfer” are displayed as selectable functions.

【0025】図5の処理フローは,図6のB.に示すよ
うな3桁の拡張子をもつファイルが選択された場合につ
いて説明したものであるが,本例では,1桁または2桁
の拡張子をもつメールファイルも存在する。これらのメ
ールファイルが選択されたときにも,選択可能な機能を
特定するためには選択されたメールファイルの拡張子の
各桁の文字をチェックして種別,状態を識別すればよ
い。
The processing flow of FIG. In the above example, a file having a three-digit extension is selected. However, in this example, a mail file having a one- or two-digit extension also exists. Even when these mail files are selected, in order to specify a selectable function, it is sufficient to check the character of each digit of the extension of the selected mail file to identify the type and status.

【0026】このように,ファイルを選択してメールフ
ァイル名の拡張子を用いて,ファイルに対して実行可能
な機能を表示して,その中から希望する機能を選択する
ことができる。
As described above, by selecting a file and using the extension of the mail file name, functions executable for the file are displayed, and a desired function can be selected from the displayed functions.

【0027】選択可能な機能として,上記図5〜図7で
は,作成,更新,参照,返信,転送の各機能について説
明したが,この他に,送信済,未送信のメールファイル
について「ノートへの複写」の機能や,未送信のファイ
ルについて「予約解除」の機能を,受信した既読または
未読のメールファイルに対し「アドレス登録」や「ノー
トへの複写」の機能も選択可能にすることができる。
As the selectable functions, the functions of creation, update, reference, reply, and transfer have been described with reference to FIGS. 5 to 7. Function of "Copy" and "Release reservation" for unsent files, and "Address registration" and "Copy to note" for received read or unread mail files. Can be.

【0028】[0028]

【発明の効果】本発明によれば,ファイル格納領域を1
つにし,且つファイル名をチェックして選択できる機能
を切り替えることにより,操作を簡略化するとともに誤
った操作を防止し,ファイル選択を容易に行うことがで
きる。
According to the present invention, the file storage area is
In addition, by switching the functions that can be selected by checking the file name, the operation can be simplified, an erroneous operation can be prevented, and the file can be easily selected.

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

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明が実施されるハードウェア構成の例を示
す図である。
FIG. 2 is a diagram illustrating an example of a hardware configuration in which the present invention is implemented.

【図3】本発明によるメールファイルのファイル名のデ
ータ構造の例を示す図である。
FIG. 3 is a diagram showing an example of a data structure of a file name of a mail file according to the present invention.

【図4】メールファイル選択の処理フローを示す図であ
る。
FIG. 4 is a diagram showing a processing flow of mail file selection.

【図5】ファイル名チェックの処理フローを示す図であ
る。
FIG. 5 is a diagram showing a processing flow of a file name check.

【図6】ファイルに対応した表示の例(その1)を示す
図である。
FIG. 6 is a diagram showing a display example (part 1) corresponding to a file.

【図7】ファイルに対応した表示の例(その2)を示す
図である。
FIG. 7 is a diagram showing a display example (part 2) corresponding to a file.

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

1 メール処理部 10 一覧表示部 11 ファイル名チェック部 12 アプリケーション部 2 ファイルデータ格納部 3 表示部 4 入力部 Reference Signs List 1 mail processing unit 10 list display unit 11 file name check unit 12 application unit 2 file data storage unit 3 display unit 4 input unit

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 メールファイルを使用する電子メール処
理装置であって,各メールファイルのファイル名に種
別,状態を含む識別情報を付加し,ファイルデータ格納
部の1つの格納領域に集約して格納させる手段と,前記
格納領域から読み出される各メールファイルの識別情報
に基づき,各メールファイルに関する情報を表示部に表
示させる手段と,を備えることを特徴とする電子メール
処理装置。
1. An electronic mail processing apparatus using a mail file, wherein identification information including a type and a status is added to a file name of each mail file, and the information is collected and stored in one storage area of a file data storage unit. An e-mail processing device, comprising: means for causing the display unit to display information on each mail file based on the identification information of each mail file read from the storage area.
【請求項2】 前記表示されたメールファイルに関する
情報を選択する手段と,前記選択されたメールファイル
の識別情報に応じて,選択可能な機能を表示させる手段
と,を備えることを特徴とする前記請求項1記載の電子
メール処理装置。
2. The apparatus according to claim 1, further comprising: means for selecting information on the displayed mail file; and means for displaying a selectable function according to the identification information of the selected mail file. The electronic mail processing device according to claim 1.
【請求項3】 前記識別情報は,メールの送・受の種
別,ネットワークの種別,メールの処理状態の各情報を
含むことを特徴とする前記請求項1または2記載の電子
メール処理装置。
3. The electronic mail processing device according to claim 1, wherein the identification information includes information of a mail sending / receiving type, a network type, and a mail processing state.
【請求項4】 前記識別情報はファイルの拡張子である
ことを特徴とする前記請求項1乃至3のいずれかに記載
の電子メール処理装置。
4. The electronic mail processing device according to claim 1, wherein the identification information is an extension of a file.
【請求項5】 コンピュータを,各メールファイルのフ
ァイル名に種別,状態を含む識別情報を付加し,ファイ
ルデータ格納部の1つの格納領域に集約して格納させる
手順と,前記格納領域から読み出される各メールファイ
ルの識別情報に基づき,各メールファイルに関する情報
を表示部に表示させる手順と,前記表示させたメールフ
ァイルに関する情報を選択させるための手順と,前記選
択されたメールファイルの識別情報に応じて,選択可能
な機能を表示させる手順と,を実行させるためのプログ
ラムを記録したコンピュータ読み取り可能な記録媒体。
5. A procedure for causing a computer to add identification information including a type and a state to a file name of each mail file, collectively store the mail file in one storage area of a file data storage unit, and read out from the storage area. A procedure for displaying information about each mail file on the display unit based on the identification information of each mail file, a procedure for selecting the information about the displayed mail file, and a procedure for responding to the identification information of the selected mail file. And a computer-readable recording medium for recording a procedure for displaying selectable functions and a program for executing the procedure.
JP9118997A 1997-05-09 1997-05-09 Electronic mail processor and record medium Pending JPH10307771A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9118997A JPH10307771A (en) 1997-05-09 1997-05-09 Electronic mail processor and record medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9118997A JPH10307771A (en) 1997-05-09 1997-05-09 Electronic mail processor and record medium

Publications (1)

Publication Number Publication Date
JPH10307771A true JPH10307771A (en) 1998-11-17

Family

ID=14750454

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9118997A Pending JPH10307771A (en) 1997-05-09 1997-05-09 Electronic mail processor and record medium

Country Status (1)

Country Link
JP (1) JPH10307771A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003023465A (en) * 2001-07-06 2003-01-24 Nec Corp System and method for storing electronic mail
US7274476B2 (en) 2001-12-20 2007-09-25 Murata Kikai Kabushiki Kaisha Facsimile apparatus having a function of archiving an image data into an external device through a network
JP2011197664A (en) * 2010-02-25 2011-10-06 Yamaha Corp Music file reproduction device and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003023465A (en) * 2001-07-06 2003-01-24 Nec Corp System and method for storing electronic mail
US7274476B2 (en) 2001-12-20 2007-09-25 Murata Kikai Kabushiki Kaisha Facsimile apparatus having a function of archiving an image data into an external device through a network
JP2011197664A (en) * 2010-02-25 2011-10-06 Yamaha Corp Music file reproduction device and system

Similar Documents

Publication Publication Date Title
AU2005202716B2 (en) Method and computer-readable medium for previewing and performing actions on attachments to electronic mail messages
US5734901A (en) Electronic mail information associated with native application data
US5867281A (en) Electronic mail system and method
JP2002073304A (en) Data processing device, print setting method and storage medium
JPH05103008A (en) Work station equipment having electronic mail function
JP2001306207A (en) Recording medium with program for supporting drag and drop processing recorded
JP4034451B2 (en) Document input system and document input method
JPH11249777A (en) Document management system and its method
JP4196536B2 (en) File management apparatus, file management method, and computer-readable recording medium recording file management program
US7590769B2 (en) Data communication apparatus and transmission reservation managing method
JP5175163B2 (en) File transfer method, file transfer system, terminal device, and file transfer program
JP2000020421A (en) Method for automatically selecting template in electronic mail system
JPH10307771A (en) Electronic mail processor and record medium
JP2000020465A (en) Data processor and storage medium
JPH10187561A (en) Communication equipment
JP2000276418A (en) Electronic mail system and recording medium recording electronic mail processing program
JPH10222573A (en) Information processor
JP2000250829A (en) Device and method for displaying electronic mail and medium stored with electronic mail display program
JP2002351922A (en) Image viewing program
JP2002109166A (en) Document approval system
JP2000200225A (en) Electronic mail device and recording medium where program for electronic mail process is recorded
JPH10289207A (en) Data input system
JP2005216197A (en) Destination attribute display method in electronic mail system
JP2001109675A (en) Device and method for transmitting/receiving electronic mail with attached file
JP2001134470A (en) State managing device and program recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040302

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061220

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070109

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070309

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070807