Slide 11
Slide 11 text
受信メールインポート処理をローカルで確認し
やすくする
Docker
でPOP3
サーバーを立てる
https://github.com/inbucket/inbucket
後に長谷川さんによってIMAP
もサポートしている
greenmail/standalone
に差し替えられた
inbucket
コンテナに簡単にメールをセット出来るようにする
https://github.com/jetmore/swaks
swaks --server localhost --port 2500 -t TO@example.com -f
FROM@example.com --data /path/to/test.eml
11