Releases: aquasync/ruby-msg
Releases · aquasync/ruby-msg
v1.5.3.1
v1.5.3
v1.5.2
v1.5.1
v1.5.0
v1.4.0
- Initial simple msg test case.
- Update TODO, stripping out all the redundant ole stuff.
- Fix property set guids to use the new Ole::Types::Clsid type.
- Add block form of Msg.open
- Fix file requires for running tests individually.
- Update pst RangesIO subclasses for changes in ruby-ole.
- Merge initial pst reading code (converted from libpst).
- Pretty big pst refactoring, adding initial outlook 2003 pst support.
- Flesh out move to mapi to clean up the way pst hijacks the msg
classes currently. - Add a ChangeLog :).
- Update README, by converting Home.wiki with wiki2rdoc converter.
- Separate out generic mapi object code from msg code, and separate out
conversion code. - Add decent set of Mapi and Msg unit tests, approaching ~55% code coverage,
not including pst. - Add TMail note conversion alternative, to eventually allow removal of
custom Mime class. - Expose experimental pst support through renamed mapitool program.
v1.3.1
v1.2.17
(This was last release before splitting out ruby-ole. subsequent bug fix
point releases 1-3 were made directly on the gem, not reflected in the
repository, though the fixes were also forward-ported.)
- Update Ole::Storage backend, finalising api for split to separate
library.