Cnutt::Feed::Mailbox - Take a feed and populate a mailbox


cnutt-feed documentation  | view source Contained in the cnutt-feed distribution.

Index


NAME

Top

Cnutt::Feed::Mailbox - Take a feed and populate a mailbox

VERSION

Top

Version 1.0

DESCRIPTION

Top

This file is part of cnutt-feed. You should read its documentation.

fetch

  Cnutt::Feed::Mailbox->fetch($url, $mb, $dohtml, $delete, $verbose,
  $name)

will fetch the feed given by the url in $url and put the entries in the mailbox $mb (See Email::LocalDelivery for the supported formats).

If not undef it uses $name for dislaying errors.

If $dohtml is true, an html part will be enclosed in the built messages.

If $delete is true, old messages will be deleted. NOT IMPLEMENTED.

If $verbose is true, informations will be printed on STDOUT.


cnutt-feed documentation  | view source Contained in the cnutt-feed distribution.