You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix handling of different body types (issue #14). Was breaking on
files without RTF content since 8933c26, and also failing on files
where PR_BODY_HTML was a string rather than a stream.
(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.