Skip to content

Releases: wravery/mapi-rs

outlook-mapi-sys-v0.5.1

08 May 23:54
009d016
Compare
Choose a tag to compare

Other

  • Pick up latest HRESULT definitions

outlook-mapi-v0.13.2

13 Apr 00:30
Compare
Choose a tag to compare

Other

  • Update windows-rs to 0.56

outlook-mapi-sys-v0.5.0

13 Apr 00:03
eda7aeb
Compare
Choose a tag to compare

Other

  • Update windows-rs to 0.56

outlook-mapi-v0.13.1

05 Apr 19:49
0931768
Compare
Choose a tag to compare

Fixed

  • Drop Logon::session before Logon::_initialized for proper MAPI shutdown

outlook-mapi-v0.13.0

21 Mar 22:42
e59a5da
Compare
Choose a tag to compare

Fixed

  • split_off is less useful and more error prone than iter
  • Cleanup extra lifetime constraint on chain(&'a self)

outlook-mapi-v0.12.1

21 Mar 20:33
894b4c3
Compare
Choose a tag to compare

Added

  • Implement MAPIUninit::iter()

outlook-mapi-v0.12.0

21 Mar 00:28
6d053b6
Compare
Choose a tag to compare

Added

  • Separate uninit and init states into MAPIUninit and MAPIBuffer for usability

outlook-mapi-v0.11.3

20 Mar 02:09
ad0b5e7
Compare
Choose a tag to compare

Added

  • Add MAPIBuffer::get accessor to index into slice offsets without unwrapping

Other

outlook-mapi-v0.11.2

19 Mar 18:53
c7ddc37
Compare
Choose a tag to compare

Added

  • Allow casting uninitialized MAPIBuffer to another type with into<P>()
  • Just hide impl macros in rustdoc instead of separate outlook-mapi-macros crate

Fixed

  • Prevent double free in into<P>(self) and add mapi_ptr unit tests

outlook-mapi-v0.11.1

11 Mar 03:34
1e52708
Compare
Choose a tag to compare

Fixed

  • Simplify MAPIBuffer implementation