Revision history for Perl distribution Mail-Outlook.
0.18 0.017_004 is a developer release so nothing happened. Try again.
0.17.4 2013-08-31
0.17.1-4 are attempts to get the distribution on to CPAN and to
get it passed by CPAN Testers. No new functionality.
Copyright character changed to E<copy> to all three .pm files.
20folders.t changed to skip if Outlook not installed.
Use version numbering as in
http://www.dagolden.com/index.php/369/version-numbers-should-be-boring/
so this one is 0.017_004.
Version changed in various json and yml files.
0.17 2013-08-24
- Fixed RT#73880 which was a scoping problem in 20folders.t
- Fixed RT#35856 used suggestion from davidmcb which exception that
it should not rely on $@ which was not being set properly.
0.16 2013-07-29
- removal of Artistic file.
- License updated to Artistic License v2.0.
- remove DSLIP info, as its no longer used.
- change file dates changed to meet W3CDTF standards.
- added META.json.
- test file updates.
- reworked Makefile.PL for clarity.
0.15 2009-02-10
- patch from Alceu Rodrigues de Freitas Junior to add save() method to
Mail::Outlook::Message, to save a new message in the Drafts folder.
0.14 2008-09-18
- add all_folders patch (RT#27531). Thanks to Jerome Quelin.
- fixed 30failures.t to skip properly if Test::MockObject is not
installed (RT#34193).
- Apologies to all for taking so long to get this version released :(
0.13 2007-05-09
- Updated POD for attachments and new features.
- Added Sent & Received methods to Outlook::Message, that correspond to
the date/time a sent mail was sent and received.
- Fixed a long standing bug of why readonly mail wasn't returning any
values for the accessors.
- Added tests for read functionality. Note that as all read tests will
read messages in your Inbox, to protect your privacy, you must set
the environment variable PRIVATE_TESTS for them to run.
- Devel::Cover - 84.7%
0.12 2007-05-04
- Forgot to put back strict after testing! Ooops :(
- Missed Cwd from the prequisities too, although it's only required
for testing.
0.11 2007-05-03
- Handwritten META.yml to conform to current specs.
- Changed all instances of LICENCE to LICENSE.
- Added META.yml test script.
- Added LICENSE and Artistic files.
- POD/README updates
- upped the versions required for POD testing
- Added 'Win32::OLE->FreeUnusedLibraries()' to the DESTROY method. Some
people were finding that multiple instances of Outlook were being
left open. Suggested by Fritz Zaucker
- Hidden Attachment fix implemented thanks to a patch by Fritz Zaucker
- Message.pm now requires File::Basename to pass the filename of the
attachment.
- Finally got the failure tests to work with scary magic!
- More tests for attachments, displaying messages and sending messages
- Devel::Cover - 82.6%
0.10 2006-09-29
- Added handling for attachments (basic patch by Steven Johnson)
- Added move message and move folder functionality
- Added delete message and delete folder functionality
- Added more tests.
- Devel::Cover - 63.9%
0.09 2005-08-09
- Some items in a mail folder may actually be a MeetingItem or a
AppointmentItem, which don't contain the same fields as a MailItem.
A quick fix to return undef has been used, but this is not the
preferred solution. (Manjunath S.)
0.08 2005-03-29
- Added better checking for Outlook in typelib list
0.07 2005-03-27
- Reinstated strictures
- Added better checking for Outlook being installed
- Added POD coverage testing
- Added DSLIP information
0.06 2005-01-26
- POD and comment clean up
0.05 2004-01-19T13:30:16
- Removed all Exporter references.
0.04 2003-10-14T15:48:31
- Rewrote main module and extended it to include
- Mail::Outlook::Folder
- Mail::Outlook::Message
- Now handles reading messages from
- Inbox
- Outbox
- Sent Items
- and sub-folders of the above
0.03 2003-10-08T13:04:18
- Patch added to cpan-testing directory
- POD updates
0.02 2003-10-01T13:03:43
- POD fixed and updated, thanks to djberg96
- Finished the From() function
- Fixed the send() to send and not just display ... D'oh!
0.01 2003-09-29T14:13:56
- Original version;