=head1 NAME Mail::Box::Locker::Mutt - lock a folder using mutt_dotlock =head1 INHERITANCE Mail::Box::Locker::Mutt is a Mail::Box::Locker is a Mail::Reporter =head1 SYNOPSIS See Mail::Box::Locker =head1 DESCRIPTION The C mail reader includes an separate program which is specialized in locking folders. This locker class uses this external program. Mutt is not automatically installed. =head1 METHODS $obj-EB =over 4 Returns the name of the external binary. =back =head2 Constructors Mail::Box::Locker::Mutt-EB(OPTIONS) =over 4 Option --Defined in --Default exe mutt_dotlock expires Mail::Box::Locker 1 hour file Mail::Box::Locker undef folder Mail::Box::Locker log Mail::Reporter 'WARNINGS' method Mail::Box::Locker 'DOTLOCK' timeout Mail::Box::Locker 10 seconds trace Mail::Reporter 'WARNINGS' . exe => PATH =over 4 The name of the program. May be a relative or absolute path. =back . expires => SECONDS . file => FILENAME . folder => FOLDER . log => LEVEL . method => STRING|CLASS|ARRAY . timeout => SECONDS|'NOTIMEOUT' . trace => LEVEL =back =head2 The Locker $obj-EB([FILENAME]) =over 4 See L =back $obj-EB([FOLDER]) =over 4 See L =back $obj-EB =over 4 See L =back =head2 Locking $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 =back $obj-EB =over 4 =back =head2 Error handling $obj-EB =over 4 See L =back $obj-EB(OBJECT) =over 4 See L =back $obj-EB([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) Mail::Box::Locker::Mutt-EB([LEVEL]|[LOGLEVEL, TRACELEVEL]|[LEVEL, CALLBACK]) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB([LEVEL [,STRINGS]]) Mail::Box::Locker::Mutt-EB([LEVEL [,STRINGS]]) =over 4 See L =back $obj-EB(LEVEL) Mail::Box::Locker::Mutt-EB(LEVEL) =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back $obj-EB([LEVEL]) =over 4 See L =back $obj-EB([LEVEL]) =over 4 See L =back $obj-EB([LEVEL]) =over 4 See L =back $obj-EB =over 4 See L =back =head2 Cleanup $obj-EB =over 4 See L =back $obj-EB =over 4 See L =back =head1 DIAGNOSTICS Warning: Couldn't remove mutt-unlock $folder: $! =over 4 =back Error: Failed to remove expired mutt-lock $lockfile: $! =over 4 =back Warning: Folder $folder already mutt-locked =over 4 =back Error: Package $package does not implement $method. =over 4 Fatal error: the specific package (or one of its superclasses) does not implement this method where it should. This message means that some other related classes do implement this method however the class at hand does not. Probably you should investigate this and probably inform the author of the package. =back Warning: Removed expired mutt-lock $lockfile =over 4 =back =head1 SEE ALSO This module is part of Mail-Box distribution version 2.090, built on June 02, 2009. Website: F =head1 LICENSE Copyrights 2001-2009 by Mark Overmeer. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See F