mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
A new context is now created by calling Context::new and therefore you always have a valid context. This is much more in Rust style and will allow a lot of furture simplifications on the context itself. The FFI layer has not yet been adjusted in this commit and thus will fail.