<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="content-type" charset="utf-8">
<title>koeki MAILのemail操作</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../jdmain.css">
<script type="text/javascript" src="../jdinit.js"></script>
<style>
kbd{
color: blue;
}
p{
font-size: 1.1rem;
margin-bottom: 10px;
}
.program{color: White; background-color: black; font-size:20px; margin-bottom: 1em; }
th{
text-align: center;
font-weight: bold;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 40px;
padding-right: 40px;
}
td{
text-align: left;
padding: 20px;
}
.red{
color: rgb(255, 70, 70);
font-size: 1.6rem;
}
.mail-command{
color: blue;
}
.orengi{
position: relative;
background: linear-gradient(transparent 40%, #ffd5af 40%);
}
.explain{
font-size: 1.3rem;
padding-top: 10px;
padding-bottom: 30px;
margin: 0 auto;
line-height: 1.7;
font-size: 1.2rem;
}
h3{
font-size: 1.4rem;
color: orange;
margin-bottom: 30px;
margin-top: 30px;
}
.icon{
margin-left: 40px;
margin-top: 30px;
margin-bottom: 30px;
}
.black{
background-color: black;
color: white;
}
.csv-inner-li{
padding: 5px;
font-size: 1.2rem;
list-style: none;
text-align: center;
}
.csv-li{
list-style: decimal;
text-align: left;
font-size: 1.2rem;
}
.explain-list{
color: #000;
}
.explain-list:hover{
color: blue;
}
.comment{
color: greenyellow;
}
.blue{
color: rgb(0, 255, 255);
}
.program{color: White; background-color: black; font-size:20px; margin-bottom: 1em; }
.mail-list{
text-align: start;
list-style: decimal;
margin-left: 40px;
font-weight: bold;
}
@media screen and (max-width: 746px){
p{
font-size: 0.8rem;
}
.red{
font-size: 1.1rem;
}
.explain{
font-size: 1.0rem;
padding-bottom: 30px;
}
h3{
font-size: 1.2rem;
margin-bottom: 20px;
margin-top: 20px;
}
.icon{
margin-top: 20px;
margin-bottom: 20px;
}
li{
padding: 4px;
font-size: 1.0rem;
}
.mail-list{
font-size: 1.0rem;
}
th{
padding-top: 15px;
padding-bottom: 15px;
padding-left: 35px;
padding-right: 35px;
font-size: 0.8rem;
}
td{
padding: 15px;
font-size: 0.8rem;
}
.program{font-size: 1.0rem; margin-bottom: 1em; }
.section-title::before{
background-image: none;
vertical-align: baseline;
content: '';
position: absolute;
bottom: -20px;
display: inline-block;
width: 60px;
height: 5px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: rgb(255, 153, 0);
}
.section-title::after{
display: none;
}
.csv-li{
font-size: 0.8rem;
}
}
</style>
</head>
<body>
<header id="header">この部分は header.html に置き換わる</header>
<div class="wrapper">
<h1 class="section-title">koeki MAILの使い方</h1>
<section class="csv-list">
<ol class="csv-ol">
<a href="#first-setting" class="explain-list">
<li class="csv-li">koeki MAILへの入り方</li>
</a>
<a href="#receive-operation" class="explain-list">
<li class="csv-li">メイルの受信操作</li>
</a>
<a href="#create-send" class="explain-list">
<li class="csv-li">メイルの本文作成とメイルの送信操作</li>
</a>
<a href="#refile" class="explain-list">
<li class="csv-li">メイルの分類操作(リファイル)</li>
</a>
</ol>
</section>
<section id="first-setting">
<h2 class="section-title">koeki MAILへの入り方</h2>
<!--<h3>emailパスワード設定[<a href="../info/koeki-mail-file/mailpasswd.m4v">解説動画</a>]</h3>
<p class="explain"><span class="orengi">最初に利用するときにemail専用のパスワードを付け、同時にメイルボックスを 開設する必要がある。</span>情報教室端末にログイン後、<span class="red">C-2</span>を押し<span class="red">kterm</span>に切り替えて以下のようにコマンド起動する。</p>
<pre class="program">% mailpasswd</pre>
<p class="explain">これに対し、「システムログインパスワード」を入れたあとで emailのパスワードを2回入力する。過去にMew(別のemailリーダ) を利用していた場合は以下のメッセージが出る。</p>
<pre class="program">Mewと併用し独立使用できるWebMail専用箱を作りますか?(y/N):</pre>
<p class="explain">引続きMewも利用したい場合のみ y を入力する(<kbd>そうでない場合あるいは初めての方はそのまま[Enter]</kbd>)。</p>-->
<p class="explain"><span class="orengi">ブラウザで<a href="https://www.koeki-prj.org/mail/">koeki MAIL のURL</a>(←をクリック!)にアクセスし、自分のemailアドレスと<span class="red">ガイダンスで配られた自分のパスワード</span>を入れる。</span></p>
<img src="../info/koeki-mail-file/rainloop-login.jpg" alt="ログイン画面">
</section>
<section id="receive-operation">
<h2 class="section-title">メイルの受信操作</h2>
<p class="explain"><span class="orengi">ログインすると新着メイルが(もしあれば)中央部分に表示される。操作中に新たに届いたかの確認は指輪型の「リスト更新」ボタンでできる。</span> </p>
<img src="../info/koeki-mail-file/rainloop-mainmenu.jpg" alt="メインメニュー">
<p class="explain">ショートカットキーとして以下が使える。</p>
<blockquote>
<table border="4">
<tr class="">
<th class="mail-command">上下矢印↓↑</th>
<th>上下移動</th>
</tr>
<tr>
<th class="mail-command">a</th>
<td>全員に返信する(返事はなるべくこちらを選ぶ)</td>
</tr>
<tr>
<th class="mail-command">r</th>
<td>送信者のみに返事</td>
</tr>
<tr>
<th class="mail-command">[Enter]</th>
<td>ウィンドウ全体にする/戻す</td>
</tr>
<tr>
<th class="mail-command">f</th>
<td>転送する</td>
</tr>
<tr>
<th class="mail-command">b</th>
<td>隠し表示部分を出す/戻す</td>
</tr>
<tr>
<th class="mail-command">[Delete]</th>
<td>現在のメイルをごみ箱フォルダに移す</td>
</tr>
<tr>
<th class="mail-command">Shift-[Delete]</th>
<td>現在のメイルを削除する</td>
</tr>
<tr>
<th class="mail-command">c, w</th>
<td>新規送信メイル作成</td>
</tr>
<tr>
<th class="mail-command">i</th>
<td>スターのON/OFF</td>
</tr>
<tr>
<th class="mail-command">m</th>
<td>現在のメイルのフォルダ移動</td>
</tr>
<tr>
<th class="mail-command">q</th>
<td>現在のメイルを既読に</td>
</tr>
<tr>
<th class="mail-command">u</th>
<td>現在のメイルを未読に</td>
</tr>
<tr>
<th class="mail-command">z</th>
<td>現在のメイルをアーカイブに移動</td>
</tr>
</table>
</blockquote>
<p class="explain"><span class="orengi">読み終わって用が済んだものは<kbd> z </kbd>を押してどんどん <span class="red"> アーカイブ </span>フォルダに移して行くのがコツである。</span></p>
<p class="home-class_content-btn"><a href="../info/koekimail-reception.html">くわしいメイルの受信操作</a></p>
</section>
<section id="create-send">
<h2 class="section-title">メイルの本文作成とメイルの送信操作</h2>
<p class="explain"><span class="orengi">メッセージ一覧で、「新規作成」あるいは「返信」により本文を作成する 画面に移る。</span></p>
<h3>新規作成時の注意</h3>
<p class="explain">新たにメッセージを作成する場合は<span class="red">ヘッダを適切に設定する</span> よう気をつける。</p>
<blockquote>
<table border="4">
<tr>
<th>宛先(To)</th>
<td>内容を伝えたい直接的な相手のみ書く。</td>
</tr>
<tr>
<th>Cc</th>
<td>(<kbd>編集画面右上の「CC」リンクを押して出す</kbd>)<br>宛先の人への連絡を共有しておいたほうがよい相手のみ書く。</td>
</tr>
<tr>
<th>Bcc</th>
<td><span class="orengi">ToやCcの人にはその人に送信したことがわからないように同時送信する。</span> 複数の人に送信する場合で携帯電話の宛先など他社には隠しておいたほうが よい場合の宛先列挙や、根回し的に同じ情報を送っておきたい人を 他者に知られずに送信する場合に用いる。</td>
</tr>
<tr>
<th>件名(Subject)</th>
<td><span class="orengi">ここで名乗ったり文を書き始めてはいけない。文は本文領域に書く。 </span>emailはあとあと返信が重なるもので、後日読み返すときはSubjectを頼りに 探すのでその助けとなるよう<span class="orengi">どのような話題かを表す</span> 短い句を他と区別がつきやすくなるよう入れる(例: ○○について)。 また、【緊急】などを入れるのは何が緊急なのか分からずそれは相手が決める ことで、そればかりだと慣れてしまってオオカミ少年化するので避ける。</td>
</tr>
<tr>
<th>Reply-to:(返信先)</th>
<td>別のアドレスに返信を送って欲しい場合に指定する。(相手の返信方法でそうならない場合もある)</td>
</tr>
</table>
</blockquote>
<h3>返信時の注意</h3>
<p class="explain">できるだけ<span class="red">「全員に返信」</span>する。<span class="orengi">最初に自分に送ってきた人が 自分以外にもCcしているのなら、その人にも返す。話題を共有するために 送ってきているので、返信で送信者だけに返すと送信者はわざわざ また全員に送り直す手間が出る。</span></p>
<p class="explain">また、Subjectを毎回変えたりするとあとで話題を追いづらくなるので これは避ける(付け方のまずいものを直したり、 話題ががらっと変わったときなどはよい)。</p>
<h3>本文記述と送信操作</h3>
<p class="explain">emailでは<span class="red">必ず自分の名が相手に分かるよう</span>にする。 <span class="red">同じ相手に2,3通連続で送る場合でも記名を省略しない。 </span><span class="orengi">自分は1人だけに書いているかもしれないが、相手は何人も同時に対応している ことが多いため、名乗らないメッセージは本当に誰か分からず相手を困らせる。 </span>スマートフォンで返信する場合などSNS感覚で名乗らず送る者が多いが 必ず誰か分かるように注意する。</p>
<p class="explain"><span class="orengi">HTMLモードに切り替えると色や文字サイズを変えられるが、 必ずしも相手に伝わるとは限らないので、互いに読めると確認した相手、 かつ必要な場合に限り利用する。</span>TEXTでないと読めない相手もいる。</p>
<p class="explain">本文を書き終えたら送信する。ボタンを押しても良いが 送信ボタンの他以下の<span class="red">ショートカット</span>が利用できる。</p>
<blockquote>
<table border="4">
<tr>
<th class="mail-command">Ctrl-[Enter]</th>
<td>送信する</td>
</tr>
<tr>
<th class="mail-command">[ESC]</th>
<td>下書きフォルダに移動して閉じる</td>
</tr>
<tr>
<th class="mail-command">Shift-[ESC]</th>
<td>保存せず閉じる</td>
</tr>
</table>
</blockquote>
<h3>ファイル添付</h3>
<p class="explain">テキスト本文でないもの、たとえば画像やワープロや表計算のファイルを 同時に送る場合は右側の<img src="../info/koeki-mail-file/rainloop-clip.png" alt="メインメニュー">「ファイルを添付」ボタンを押し、添付したいファイルを選ぶ。 </p>
<p class="explain">ファイルを複数選ぶときは <kbd>Ctrl</kbd> を押しながらクリックし、 OKを押す。戻ったときに添付一覧画面になり本文が見えなくなるが、 <img src="../info/koeki-mail-file/rainloop-bodyatt.jpg" alt="メインメニュー">本文切り替えボタンを押すと戻る。</p>
<h3>添付ファイル保存</h3>
<p class="explain">相手から添付されて来たファイルで保存して利用する場合は、 ファイル名部分をクリックする。画像などの添付は目玉マークが現れ、 そこをクリックするとブラウザ内で見られる。</p>
<p class="home-class_content-btn"><a href="../info/koekimail-send.html">くわしいメールの送信操作</a></p>
</section>
<section id="refile">
<h2 class="section-title">メイルの分類操作(リファイル)</h2>
<p class="explain"><span class="orengi">メイルはどんどん溜る。読み終わったものは<span class="red">フォルダ</span> 分けして整理するのがよい。標準では以下のフォルダが用意されている。</span></p>
<blockquote>
<table border="4">
<tr class="">
<th>フォルダ</th>
<th>主な用途</th>
</tr>
<tr>
<th>受信トレイ</th>
<td> 新着メイルはまずここに入る</td>
</tr>
<tr>
<th>送信済み</th>
<td> 送信したものが入る
(受信トレイに入れる設定もある)</td>
</tr>
<tr>
<th>迷惑メール</th>
<td>迷惑メールアイコンを押したものが分類される</td>
</tr>
<tr>
<th>ゴミ箱</th>
<td>削除したものがいったん格納される</td>
</tr>
<tr>
<th>アーカイブ</th>
<td>アーカイブアイコンまたは z キーを押したものが格納される</td>
</tr>
</table>
</blockquote>
<p class="explain"><span class="orengi">「あとで読むかもしれない」程度のものはアーカイブフォルダに入れる。 </span>用途が決まっていたりあとでまとめて参照する頻度が高そうなものは それ専用のフォルダを作って格納する。</p>
<h3>フォルダ作成</h3>
<img src="../info/koeki-mail-file/rainloop-folder.png" alt="フォルダー作成画像">
<p class="explain">設定メニューを開き、左メニューの「フォルダー」を選び 「フォルダを作成」ボタンをクリックする。
「フォルダ名」を決めて作成ボタンを押すと作成できる。 「親フォルダ」を追加指定するとフォルダを階層化できる。
</p>
<h3>フォルダ分類</h3>
<img src="../info/koeki-mail-file/rainloop-check.jpg" alt="フォルダー作成画像">
<p class="explain"><span class="orengi">メッセージ一覧画面で、選んだメッセージを作成したフォルダに分類格納できる。</span> メッセージの見出し部分をドラッグして左にあるフォルダに移動してもよいが、 ドラッグ中のボタンを離すタイミングで隣のフォルダに入るミスが起きやすいので チェックボタンを付けてから <span class="red">m</span> をタイプし、移動モードに入ってから移動先フォルダを選ぶ方がミスが少ない。</p>
</section>
<section id="other">
<h3>その他進んだ使い方</h3>
<ul>
<li class="mail-list"><span class="orengi">「検索」によって大量のメイルから指定したキーワードを含むものを 探し出せる。</span>とにかく「アーカイブ」フォルダに放りこむ、 といった利用法でもなんとかなる。</li>
<li class="mail-list"><span class="orengi">スターマークを付けておくと「検索」機能の「スターつき」で絞り込み 表示できる。</span></li>
</ul>
</section>
</div>
<footer id="footer">この部分は footer.html に置き換わる</footer>
</body>
</html>