Damian Poddebniak
Damian Poddebniak
Yes, let's close it!
I... 'm not too keen to do this right now. It adds quite a bit of boilerplate for theoretical usage. In fact, it's only really useful for `Authenticate` (due to...
> It appears that `cargo fmt` and most commands should be run with the nightly toolchain. It should generally only be `cargo +nightly fmt` (due to some options in `rustfmt.toml`)...
Hm... I think differently about it. I intended imap-types to be a "pure" collection of IMAP "knowledge" (w/o syntax). These types don't say how they are parsed or serialized but...
Changing my mind for the 1337th time: I think we should keep the `imap_types` re-export. Not `types` (because confusing), but `imap_types` should be fine. Closing :-)
Blocked by #199.
> is it allowed for IMAP servers to reply just +\r\n? https://github.com/duesee/imap-codec/blob/f00098a4ae6b0d4ee7e5ac5295b2909efa97e9e0/imap-codec/src/response.rs#L261 No, it's not. But I was surprised there is no quirk yet. I implemented a quirk for this...
https://github.com/modern-email/defects/issues/7
Can you say what would be necessary to switch PyO3 to the stable Python ABI?