Log
ID Flags Age Author Message
1d306f0 2 weeks ago Kevin Schoon add basic ayllu build script
f60977b 2 weeks ago Kevin Schoon apply cargo fmt
fb689fc 1.6 years ago Kevin Schoon re-implement auth header writer again as a feature
bcf583c 1.6 years ago Kevin Schoon drop quick-xml dependency by disabling report feature in mail-auth
9f4f541 1.6 years ago Kevin Schoon rm unused code, bump mail-auth
577b5cc 1.7 years ago Kevin Schoon bump mail-auth package
fdcc907 1.7 years ago Kevin Schoon add header to rewrite module
c6d92b4
[E]
1.7 years ago Kevin Schoon simplify delivery architecture considerably
faa5982 1.7 years ago Kevin Schoon improve rewrite module
124e5aa 1.7 years ago Kevin Schoon wrap up first relay implementation
f28739c 1.7 years ago Kevin Schoon add an async test using the lettre client on a free port
17eff57 1.7 years ago Kevin Schoon ensure session is thread safe, hack together partial client
3050ab8 1.7 years ago Kevin Schoon trim rewritten header values and append newline
bdd533a 1.7 years ago Kevin Schoon remove mail-auth git dependency
87fff6c 1.9 years ago Kevin Schoon fix mail-auth dependency
24db6a6 1.9 years ago Kevin Schoon replace instead of patch mail-auth for now
22b5f04 1.9 years ago Kevin Schoon fixup cargo features, patch mail-auth
1a9867c 1.9 years ago Kevin Schoon bump dependencies
01de4f3 1.9 years ago Kevin Schoon move spf validation out of session
63932a6 1.9 years ago Kevin Schoon fix spf validation failure
bbe4fc6 1.9 years ago Kevin Schoon add tls no-auth test
56cb09d 1.9 years ago Kevin Schoon add transport test
51dd4c6 1.9 years ago Kevin Schoon expose log level in maitred-debug config
3c52c3a 1.9 years ago Kevin Schoon fix regression in session
eabb064 1.9 years ago Kevin Schoon clean up session test
a307595 1.9 years ago Kevin Schoon make maitred-debug a top level package
c985e3c 1.9 years ago Kevin Schoon clean up imports
fb6280d
[E]
1.9 years ago Kevin Schoon re-write session to work like a state machine, lots of other refactoring
9bc0609 1.9 years ago Kevin Schoon clean up docs
e6b4d52 1.9 years ago Kevin Schoon clean up exports
74f7a22 1.9 years ago Kevin Schoon log spf and dkim failures
35c8c19 2.0 years ago Kevin Schoon Reduce duplicated code for STARTTLS connections
786f59a 2.0 years ago Kevin Schoon rm TLS readme section
a52140f 2.0 years ago Kevin Schoon add support for HAProxy's PROXY Protocol
97e327c 2.0 years ago Kevin Schoon wire remote ip address into session
593bcf8 2.0 years ago Kevin Schoon add placeholder for REQUIRETLS
c6cb076 2.0 years ago Kevin Schoon restore main server test, appease clippy
85b27e3 2.0 years ago Kevin Schoon update readme
e785195
[E]
2.0 years ago Kevin Schoon working STARTTLS implementation
8887a87 2.0 years ago Kevin Schoon add a basic containerfile for maitred-debug
c3bc6f5 2.0 years ago Kevin Schoon expand config options
ccd72d3 2.0 years ago Kevin Schoon add neomutt demo accounts, improve maitred-debug
8801d76 2.0 years ago Kevin Schoon add simple maildir support
4ecd3c0 2.0 years ago Kevin Schoon handle rejection fatal errors by closing connection
331d7e8 2.0 years ago Kevin Schoon wire in spf verification, config options, refactor
a67b8dc 2.0 years ago Kevin Schoon wire up spf validation; refactor
c2d1bdd 2.0 years ago Kevin Schoon implement dkim sender verification
637b239 2.0 years ago Kevin Schoon add simple rewrite module
64e32fe 2.0 years ago Kevin Schoon clarify more supported specs, misc cleanup
29e749e 2.0 years ago Kevin Schoon fix host parsing for lhlo too
93848f7 2.0 years ago Kevin Schoon fix host parsing per rfc
e538dbe 2.0 years ago Kevin Schoon add some more rfcs
7cdf752 2.0 years ago Kevin Schoon add support for AUTH PLAIN
8bae5ab 2.0 years ago Kevin Schoon fixup transport error handling
aa7b016 2.0 years ago Kevin Schoon refactor all configurable closures as traits again
883093f 2.0 years ago Kevin Schoon add a few more error codes, add non-pipeline test
ae1a8e2 2.0 years ago Kevin Schoon rm unused code
dbf889c 2.0 years ago Kevin Schoon rewrite transport to handle pipelining on it's own
09a902e 2.1 years ago Kevin Schoon drop traits in favor of hkts for milter and delivery
22773df 2.1 years ago Kevin Schoon rm double arc
a01b06d 2.1 years ago Kevin Schoon do not block on doc test
8a63944 2.1 years ago Kevin Schoon wire up delivery
5d9ab94 2.1 years ago Kevin Schoon reduce allocations and copying
0e0fdf5 2.1 years ago Kevin Schoon finish milter with asynchronous background worker
f3cd75b 2.1 years ago Kevin Schoon implement basic milter support without queue or delivery
e947a76 2.1 years ago Kevin Schoon fix func signatures to actually be async
9bfcd33 2.1 years ago Kevin Schoon make session async
259ac2f 2.1 years ago Kevin Schoon clean up api and export various components
796a850 2.1 years ago Kevin Schoon clean up documentation and improve crate structure
b375baa 2.1 years ago Kevin Schoon finish implementing VRFY and EXPN
3a444a0 2.1 years ago Kevin Schoon make session return command chunks
c790543 2.1 years ago Kevin Schoon rm melib for the moment
976e385 2.1 years ago Kevin Schoon partially implement EXPN and VRFY commands
5ef63f8 2.1 years ago Kevin Schoon implement 8BITMIME
09fdb13 2.1 years ago Kevin Schoon refactor to not use explicit config structs
aa9046a 2.1 years ago Kevin Schoon initialize EHLO correctly
ccda01b 2.1 years ago Kevin Schoon ensure client initializes session before processing commands
ce0e254 2.1 years ago Kevin Schoon refactor pipeline and implement it in the server
ba4ff05 2.1 years ago Kevin Schoon change request payload to be a ref
2e243f9 2.1 years ago Kevin Schoon remove history from session
c15bd7e 2.1 years ago Kevin Schoon implement pipeline module
4d9e837 2.1 years ago Kevin Schoon fixup markdown tables
76f184f 2.1 years ago Kevin Schoon various cleanup, add a few useful macros
3c2c848 2.1 years ago Kevin Schoon update documentation and add more rfcs
e3a3eb9 2.1 years ago Kevin Schoon add global timeout when waiting for client data
ab39281 2.1 years ago Kevin Schoon factor tcp stream out for better testing
8acf1fe 2.1 years ago Kevin Schoon write several tests, various refactoring
a3bb44b 2.1 years ago Kevin Schoon add license
5fbd4ca 2.1 years ago Kevin Schoon make message parsing work, support more commands, refactor
1ca5b4d 2.1 years ago Kevin Schoon flesh out modules for the maitred crate, implement a very broken smtp server
03e0d1f 2.1 years ago Kevin Schoon init