Skip to content

Releases: aquasync/ruby-msg

v1.5.3.1

28 Mar 10:42
Compare
Choose a tag to compare
  • Duplicate homepage in gemspec metadata to fix rubygems (fixes github #18).

v1.5.3

28 Mar 06:15
Compare
Choose a tag to compare
  • Remove OrderedHash (github #12, mvz).
  • Change project homepage to github and add .rdoc extension to README.
  • Update wiki links in README to point to github not googlecode.
  • Fix broken Attachment#save (github #14).

v1.5.2

04 Jun 11:23
Compare
Choose a tag to compare
  • Move mime.rb file to avoid conflicts with mime_types gem (github #7,
    blerins).
  • Minor fix to mapitool for ruby >= 1.9.
  • Alway require mapi/convert (indirect fix for missed step in README,
    github #6).
  • Various minor cleanups.

v1.5.1

04 Jun 11:27
Compare
Choose a tag to compare
  • 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.
  • Move classes from RTF into Mapi::RTF (github #4).

v1.5.0

04 Jun 11:30
Compare
Choose a tag to compare
  • Fixes for ruby 1.9.
  • Move Mime into the Mapi module namespace (crowbot).
  • Use ascii regex flag to avoid unicode probs (crowbot).

v1.4.0

04 Jun 11:34
Compare
Choose a tag to compare
  • 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

04 Jun 11:33
Compare
Choose a tag to compare
  • Add fix for issue #2, and #4.
  • Move ole code to ruby-ole project, and depend on it.

v1.2.17

04 Jun 11:33
Compare
Choose a tag to compare

(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.

v1.2.13

04 Jun 11:32
Compare
Choose a tag to compare
  • Nested msg support