mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
This more strongly types the ubiquitous message id type by no longer making it an integer. It keeps the actual ID opaque. Only for the generic job API the number keeps being used. Some locations also need to create it from an integer and call MsgId::new().