ZConf::Mail::GUI::Curses - The Curses backend for ZConf::Mail::GUI.


ZConf-Mail documentation  | view source Contained in the ZConf-Mail distribution.

Index


NAME

Top

ZConf::Mail::GUI::Curses - The Curses backend for ZConf::Mail::GUI.

VERSION

Top

Version 0.1.1

SYNOPSIS

Top

This provides the Curses backend for ZConf::Mail::GUI.

    use ZConf::Mail::GUI::Curses;

    my $zcmail=ZConf::Mail::GUI::Curses->new();

METHODES

Top

new

This initializes it.

One arguement is taken and that is a hash value.

hash values

useX

This is if it should try to use X or not. If it is not defined, ZConf::GUI->useX is used.

zcgui

This is the ZConf::GUI object. A new one will be created if it is

zcmail

This is a ZConf::Mail object to use. If it is not specified, a new one will be created.

zconf

This is the ZConf object to use. If it is not specified the one in the object for zcrunner will be used. If neither zconf or zcrunner is specified, a new one is created.

manageAccounts

Please see the documentation for 'ZConf::MailGUI' for 'manageAccounts'.

compose

Please see compose for 'ZConf::Mail::GUI'.

dialogs

This returns the available dailogs.

windows

This returns a list of available windows.

errorblank

This blanks the error storage and is only meant for internal usage.

It does the following.

    $self->{error}=undef;
    $self->{errorString}="";

dialogs

Top

At this time, no windows are supported.

windows

Top

manageAccounts

compose

HOTKEYS

Top

Please see Curses::UI::TextEditor for the support hot keys.

Additional ones are listed below.

CTRL+a

Attach a file.

CTRL+f

Call the formatter.

CTRL+l

Send.

CTRL+n

Changes to the next tab.

CTRL+p

Changes to the previous tab.

CTRL+q

Exit.

ERROR CODES

Top

1

Coult no initiate ZConf.

2

Missing arguements.

3

Backend script failed.

useX

Top

If useX is true, ther enviromental variable 'TERMINAL' is used for finding what terminal should be used executing the backend script.

AUTHOR

Top

Zane C. Bowers, <vvelox at vvelox.net>

BUGS

Top

Please report any bugs or feature requests to bug-zconf-runner at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ZConf-Mail. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc ZConf::Mail::GUI::Curses




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=ZConf-Mail

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/ZConf-Mail

* CPAN Ratings

http://cpanratings.perl.org/d/ZConf-Mail

* Search CPAN

http://search.cpan.org/dist/ZConf-Mail

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


ZConf-Mail documentation  | view source Contained in the ZConf-Mail distribution.