NAME
Labyrinth::Inbox - Inbox Handler for Labyrinth
SYNOPSIS
use Labyrinth::Inbox;
MessageSend(%hash);
MessageApproval($status,$messageid);
DESCRIPTION
The Inbox package contains generic functions used for Inbox and Message handling.
Currently the full functionality of this package is unused. It was originally developed to store updates for articles, news, events, etc that were submitted as part of the workflow process.
At some point this will be reviewed and either deleted or reworked to better fit the workflow process.
EXPORT
MessageSend
MessageApproval
FUNCTIONS
- MessageSend(%hash)
-
Hash table entries should contain:
my %hash = ( folder => $folder, area => $area, item => $item, title => $title, body => $body url => $url );
- MessageApproval($status,$messageid)
-
Record informational messages to Inbox Log.
SEE ALSO
Labyrinth
AUTHOR
Barbie, <barbie@missbarbell.co.uk> for Miss Barbell Productions, http://www.missbarbell.co.uk/
COPYRIGHT & LICENSE
Copyright (C) 2002-2014 Barbie for Miss Barbell Productions
All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.