NAME
    CPAN::YACSmoke::Plugin::Outlook - Outlook plugin for CPAN::YACSmoke

SYNOPSIS
      my $plugin = CPAN::YACSmoke::Plugin::Outlook->new(%config);
      my @list = $plugin->download_list();

REQUIREMENTS
    This package requires the following modules (most of which are not
    included with Perl):

      CPAN::YACSmoke
      Win32::OLE
      Win32::OLE::Const
      File::Basename
      Carp

Installation
    Installation can be done using the traditional Makefile.PL method.

      perl Makefile.PL
      make
      make test
      make install

    (On Windows platforms you should use nmake instead.)

DESCRIPTION
    This module is intended to be used as a plugin extension with
	CPAN::YACSmoke. Its use standalone, is not terribly useful, as such
	see CPAN::YACSmoke for more useful information.

CAVEATS
    This is a proto-type release. Use with caution and supervision.

    The current version has a very primitive interface and limited
    functionality. Future versions may have a lot of options.

BUGS, PATCHES & FIXES

    There are no known bugs at the time of this release. However, if you spot
    a bug or are experiencing difficulties, that is not explained within the 
    POD documentation, please send an email to barbie@cpan.org or submit a bug
    to the RT system (http://rt.cpan.org/). However, it would help greatly if
    you are able to pinpoint problems or even supply a patch. 

    Fixes are dependant upon their severity and my availablity. Should a fix 
    not be forthcoming, please feel free to (politely) remind me.

AUTHOR

    Barbie, <barbie@cpan.org>
    for Miss Barbell Productions <http://www.missbarbell.co.uk>.

COPYRIGHT AND LICENSE

    Copyright (C) 2005 Barbie for Miss Barbell Productions.
    All Rights Reserved.

    This library is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself, either Perl version 5.8.3 or, at
    your option, any later version of Perl 5 you may have available.

