用語集 — 技術Glossary — Technology

SMTP/IMAPとはWhat is SMTP/IMAP?

SMTP(Simple Mail Transfer Protocol)はメールを送信するプロトコル、IMAP(Internet Message Access Protocol)はメールを受信・閲覧するプロトコルです。Captio式シンプルメモは、これらのプロトコルを直接使用せず、Cloudflare Workers + Resend APIによるリレー方式でメモを送信するため、SMTP設定は一切不要です。 SMTP (Simple Mail Transfer Protocol) sends email; IMAP (Internet Message Access Protocol) receives and reads email. Simple Memo bypasses these protocols entirely, using Cloudflare Workers + Resend API relay to send memos — no SMTP configuration required.

定義

SMTP(Simple Mail Transfer Protocol)は、1982年にRFC 821で標準化されたメール送信プロトコルです。メールクライアントからメールサーバーへ、またはメールサーバー間でメッセージを転送します。IMAP(Internet Message Access Protocol)は、メールサーバー上のメールを閲覧・管理するプロトコルで、メールをサーバーに残したまま複数デバイスからアクセスできます。旧式のPOP3とは異なり、IMAPはフォルダ管理や部分ダウンロードをサポートします。

Definition

SMTP (Simple Mail Transfer Protocol), standardized in RFC 821 (1982), is the protocol for sending email — transferring messages from clients to servers and between servers. IMAP (Internet Message Access Protocol) is the protocol for reading and managing email on a server, enabling multi-device access while keeping messages on the server. Unlike the older POP3, IMAP supports folder management and partial downloads.

SMTP vs IMAP vs POP3SMTP vs IMAP vs POP3

SMTP(送信)SMTP (Sending)
メールを送信する専用プロトコル。メールクライアント→送信サーバー→受信サーバーへとメッセージをリレーします。ポート587(STARTTLS)または465(SSL/TLS)を使用。認証にはユーザー名とパスワードが必要です。The protocol dedicated to sending email. Relays messages from client to outgoing server to receiving server. Uses port 587 (STARTTLS) or 465 (SSL/TLS). Requires username and password authentication.
IMAP(受信・同期)IMAP (Receiving/Sync)
メールをサーバーに残したまま閲覧するプロトコル。iPhone、PC、タブレットなど複数デバイスで同じメールを見られます。フォルダ管理、検索、フラグ付けをサポート。現在のメール閲覧の主流です。Protocol for reading email while keeping it on the server. View the same email on iPhone, PC, tablet — all synced. Supports folder management, search, and flagging. The modern standard for email access.
POP3(ダウンロード型)POP3 (Download)
メールをサーバーからデバイスにダウンロードするプロトコル。ダウンロード後はサーバーから削除されるため、他のデバイスでは見られません。現在はIMAPに取って代わられつつあります。Protocol that downloads email from server to device. After download, messages are typically deleted from the server, so other devices cannot access them. Largely replaced by IMAP today.

シンプルメモがSMTP設定不要な理由Why Simple Memo Needs No SMTP

従来のメール送信アプリ(旧Captioなど)は、ユーザーのメールアカウントのSMTP サーバーに直接接続してメールを送信していました。そのためSMTPサーバー名(例:smtp.gmail.com)、ポート番号(587)、アプリパスワードの設定が必要でした。Captio式シンプルメモは、この方式を根本的に変えました。メモはCloudflare Workersに送信され、Resend APIを経由してメールとして配信されます。ユーザーが設定するのはメールアドレスだけ。6桁の確認コードで認証すれば設定完了です。 Traditional email-to-self apps (like the original Captio) connected directly to the user's SMTP server, requiring server names (e.g., smtp.gmail.com), port numbers (587), and app passwords. Simple Memo fundamentally changed this approach. Memos are sent to Cloudflare Workers, which relay them as email via the Resend API. Users only need to enter their email address and verify with a 6-digit code — setup done.

よくある質問(SMTP/IMAP)FAQ: SMTP/IMAP

SMTPとは何ですか?

メールを送信するためのインターネット標準プロトコルです。メールクライアントからメールサーバーへ、サーバー間でメールを転送します。

SMTPとIMAPの違いは?

SMTPは「送信」、IMAPは「受信・閲覧」のプロトコルです。IMAPはメールをサーバーに残したまま複数デバイスで閲覧できます。

シンプルメモはなぜSMTP設定が不要?

Cloudflare Workers + Resend APIを使ったリレー方式を採用しているため、ユーザーのSMTPサーバーに直接接続しません。メールアドレスの入力と6桁コード認証だけで設定完了です。

What is SMTP?

The internet standard protocol for sending email. It transfers messages from clients to servers and between servers.

What is the difference between SMTP and IMAP?

SMTP sends email; IMAP receives and reads email. IMAP keeps messages on the server for multi-device access.

Why doesn't Simple Memo require SMTP setup?

Simple Memo uses Cloudflare Workers + Resend API relay instead of connecting to the user's SMTP server. Just enter your email and verify with a 6-digit code.

参考文献・外部リンク

References

SMTP設定ゼロのメモ送信Zero SMTP Configuration Memo Sending
メールアドレスを入力するだけで設定完了。SMTP、ポート番号、アプリパスワードは一切不要。7日間の無料トライアル付き。Just enter your email address — that is the entire setup. No SMTP servers, port numbers, or app passwords. 7-day free trial included.
App Store からダウンロード Download on the App Store

関連ページRelated Pages