https://github.com/takuya/ruby-smtp-proxy
ruby smtp proxy for mine
https://github.com/takuya/ruby-smtp-proxy
Last synced: about 1 month ago
JSON representation
ruby smtp proxy for mine
- Host: GitHub
- URL: https://github.com/takuya/ruby-smtp-proxy
- Owner: takuya
- Created: 2024-11-25T14:58:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-09T02:38:41.000Z (over 1 year ago)
- Last Synced: 2025-01-25T20:11:21.128Z (over 1 year ago)
- Language: Ruby
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## FAX転送用SMTPプロキシ
- GmailForwardingする
- Forwarding前に画像を処理する
- 画像の向きを治す
- 画像の分割を行う。
- docker で起動する。
- テスト
- 添付ファイル送信
- 送信される。
- 削除できる。
- 通常メールを送信
- 送信される
- 削除できる。
## 依存モジュール
gmail 関連と、STMP-PRPOXY関連を分けて作り直した。
```ruby
# gem "rails"
gem 'takuya-xoauth2', git: 'https://github.com/takuya/ruby-google-xoauth2.git'
gem 'takuya-gmail-forwarder', git: 'https://github.com/takuya/ruby-gmail-forwarder.git'
gem 'takuya-ruby-mail-attachment-tiff', git: 'https://github.com/takuya/ruby-mail-attachment-tiff.git'
gem 'takuya-ruby-encryption', git: 'https://github.com/takuya/ruby-encryption.git'
```
## 暗号化
ファイルは暗号化している。
プライバシーなファイルは暗号化して保存する。
```ruby
bundle exec ruby spec/encrypt-privary.rb
```