2023-07-12 13:03:58 +01:00
|
|
|
# TODO
|
|
|
|
|
|
|
|
[ ] recognise starttls required
|
|
|
|
[ ] logging
|
|
|
|
[ ] documentation
|
|
|
|
[ ] error handling
|
|
|
|
[ ] remove unwraps
|
|
|
|
[ ] proper error types
|
|
|
|
[ ] stream error type
|
2023-07-12 21:11:20 +01:00
|
|
|
[ ] change stanzas from owned to borrowed types with lifetimes
|
|
|
|
[ ] Into<Element> trait with event() and content() functions
|