https://github.com/duesee/imap-sec
https://github.com/duesee/imap-sec
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/duesee/imap-sec
- Owner: duesee
- License: mit
- Created: 2024-01-25T17:50:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-20T18:12:34.000Z (10 months ago)
- Last Synced: 2024-07-20T19:28:31.516Z (10 months ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imap-sec
```sh
$ cargo run -- --help
Usage: imap-sec []imap-sec.
Options:
--help display usage informationCommands:
max_tag Learn max tag length (through NOOP command)
max_literal Learn max literal length (through user astring in LOGIN
command)
allowed_tag Learn allowed tag characters (through NOOP command)
oom Try to bring server OOM via SEARCH command. WARNING: Don't
use in production.
```