diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2010-02-18 02:26:35 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2010-02-18 02:31:34 +0000 |
commit | 9d1321cca685d4a25cdb615199ef464da3ba4d5d (patch) | |
tree | ec0cefe7fbe5ce4f8f747b4ce2fe2e6c13f4a6b8 /vendor/ruby-ole/lib/ole/storage.rb | |
parent | 095548ee5509980a6930c4bb0d160f34ffb1952f (diff) |
Implement decoding of Outlook msg/oft files
Diffstat (limited to 'vendor/ruby-ole/lib/ole/storage.rb')
-rw-r--r-- | vendor/ruby-ole/lib/ole/storage.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/ruby-ole/lib/ole/storage.rb b/vendor/ruby-ole/lib/ole/storage.rb new file mode 100644 index 000000000..02e851df7 --- /dev/null +++ b/vendor/ruby-ole/lib/ole/storage.rb @@ -0,0 +1,3 @@ +require 'ole/storage/base' +require 'ole/storage/file_system' +require 'ole/storage/meta_data' |