| cnutt-feed documentation | view source | Contained in the cnutt-feed distribution. |
Cnutt::Feed::Mailbox - Take a feed and populate a mailbox
Version 1.0
This file is part of cnutt-feed. You should read its documentation.
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. |