-
Notifications
You must be signed in to change notification settings - Fork 5
Issues: Ekleog/kannader
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Make the readme non-awful to look at
a:doc
Area: documentation
c:easy
Complexity: easy
n:doc
Needs: documentation work
p:critical
Prio: critical
t:bug
Type: bug
Explain why to deprecate legacy interfaces in the Security part of the book
a:doc
Area: documentation
c:easy
Complexity: easy
n:doc
Needs: documentation work
p:medium
Prio: medium
t:improvement
Type: existing feature's improvement
Expand on the simplicity part of the book
a:doc
Area: documentation
c:easy
Complexity: easy
n:doc
Needs: documentation work
p:low
Prio: low
t:improvement
Type: existing feature's improvement
Refactor smtp-message so that there's less code duplication
a:smtp-message
Area: in the smtp-message crate
c:medium
Complexity: medium
n:dev
Needs: development work
p:medium
Prio: medium
t:cleanup
Type: cleanup
Make EscapingDataWriter faster by using a search function and/or regex_automata::DFA instead of manually handling a state machine
a:smtp-message
Area: in the smtp-message crate
c:easy
Complexity: easy
n:dev
Needs: development work
p:low
Prio: low
t:optimization
Type: optimization
#30
opened May 9, 2020 by
Ekleog
Factor the implementations of EHLO, HELO, NOOP, VRFY, etc.
a:smtp-message
Area: in the smtp-message crate
c:easy
Complexity: easy
n:dev
Needs: development work
p:low
Prio: low
t:cleanup
Type: cleanup
#34
opened May 9, 2020 by
Ekleog
Add quickcheck tests that parse is the opposite of generate for all commands
a:smtp-message
Area: in the smtp-message crate
c:easy
Complexity: easy
n:dev
Needs: development work
p:medium
Prio: medium
t:cleanup
Type: cleanup
Investigate how to get better errors with nom when parsing
a:smtp-message
Area: in the smtp-message crate
c:hard
Complexity: hard
n:dev
Needs: development work
p:low
Prio: low
t:improvement
Type: existing feature's improvement
#38
opened May 9, 2020 by
Ekleog
Actually put interesting stuff in the readme
a:doc
Area: documentation
c:easy
Complexity: easy
n:doc
Needs: documentation work
p:high
Prio: medium
t:improvement
Type: existing feature's improvement
Add tests to smtp-queue
a:smtp-queue
Area: in the smtp-queue crate
c:medium
Complexity: medium
n:dev
Needs: development work
p:high
Prio: medium
t:cleanup
Type: cleanup
Make fuzz_interact take a list of commands, instead of raw bytes
a:fuzz
Area: fuzzing code
c:easy
Complexity: easy
n:dev
Needs: development work
p:medium
Prio: medium
t:improvement
Type: existing feature's improvement
#46
opened May 9, 2020 by
Ekleog
Refactor our async blocks into async closures
a:smtp-server
Area: in the smtp-server crate
c:easy
Complexity: easy
n:blocked
Needs: resolution of another issue
p:medium
Prio: medium
t:cleanup
Type: cleanup
#57
opened May 9, 2020 by
Ekleog
smtp_server should error when receiving unknown parameters… maybe? check RFC5321
a:smtp-server
Area: in the smtp-server crate
c:easy
Complexity: easy
n:design
Needs: further design work
p:medium
Prio: medium
t:bug
Type: bug
Make smtp_server::MailMetadata / ConnectionMetadata non-exhaustive
a:smtp-server
Area: in the smtp-server crate
c:easy
Complexity: easy
n:dev
Needs: development work
p:medium
Prio: medium
t:improvement
Type: existing feature's improvement
#66
opened May 9, 2020 by
Ekleog
Automatically run fuzzers on CI for [some duration]
a:ci
Area: CI configuration
c:medium
Complexity: medium
n:dev
Needs: development work
p:medium
Prio: medium
t:improvement
Type: existing feature's improvement
#68
opened May 9, 2020 by
Ekleog
Investigate whether we want to rescan the queue if an IO error happens during the first scan
a:smtp-queue
Area: in the smtp-queue crate
c:medium
Complexity: medium
n:design
Needs: further design work
p:low
Prio: low
t:bug
Type: bug
#70
opened May 10, 2020 by
Ekleog
Split the queue data directory into 256 sub-folders based on first characters
a:smtp-queue-fs
Area: in the smtp-queue-fs crate
c:medium
Complexity: medium
n:dev
Needs: development work
p:medium
Prio: medium
t:optimization
Type: optimization
#74
opened May 13, 2020 by
Ekleog
Bounces: Even if the bounce is a permfail, do not bounce before eg. 1hr
a:kannader
Area: in the kannader-* crates
c:medium
Complexity: medium
n:dev
Needs: development work
p:high
Prio: medium
t:feature
Type: new feature
#177
opened Jul 17, 2021 by
Ekleog
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.