-
- Downloads
Explicit prudence for badly behaved clients
parent
4f78576a
No related branches found
No related tags found
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- .gitlab-ci.yml 20 additions, 2 deletions.gitlab-ci.yml
- Cargo.lock 23 additions, 172 deletionsCargo.lock
- samotop-core/Cargo.toml 7 additions, 4 deletionssamotop-core/Cargo.toml
- samotop-core/src/io/dummy.rs 1 addition, 4 deletionssamotop-core/src/io/dummy.rs
- samotop-core/src/io/mod.rs 2 additions, 2 deletionssamotop-core/src/io/mod.rs
- samotop-core/src/io/smtp.rs 0 additions, 90 deletionssamotop-core/src/io/smtp.rs
- samotop-core/src/io/tls/mod.rs 51 additions, 0 deletionssamotop-core/src/io/tls/mod.rs
- samotop-core/src/io/tls/notls.rs 1 addition, 10 deletionssamotop-core/src/io/tls/notls.rs
- samotop-core/src/io/tls/stream.rs 10 additions, 0 deletionssamotop-core/src/io/tls/stream.rs
- samotop-core/src/io/tls/traits.rs 5 additions, 0 deletionssamotop-core/src/io/tls/traits.rs
- samotop-core/src/lib.rs 15 additions, 0 deletionssamotop-core/src/lib.rs
- samotop-core/src/mail/builder.rs 20 additions, 129 deletionssamotop-core/src/mail/builder.rs
- samotop-core/src/mail/debug.rs 14 additions, 2 deletionssamotop-core/src/mail/debug.rs
- samotop-core/src/mail/driver.rs 25 additions, 0 deletionssamotop-core/src/mail/driver.rs
- samotop-core/src/mail/esmtp.rs 44 additions, 16 deletionssamotop-core/src/mail/esmtp.rs
- samotop-core/src/mail/guard.rs 5 additions, 5 deletionssamotop-core/src/mail/guard.rs
- samotop-core/src/mail/mailservice.rs 3 additions, 3 deletionssamotop-core/src/mail/mailservice.rs
- samotop-core/src/mail/mod.rs 4 additions, 2 deletionssamotop-core/src/mail/mod.rs
- samotop-core/src/mail/name.rs 19 additions, 3 deletionssamotop-core/src/mail/name.rs
samotop-core/src/io/smtp.rs
deleted
100644 → 0
samotop-core/src/mail/driver.rs
0 → 100644
Please register or sign in to comment