IM::LocalMbox(3pm) | Internet Message Perl modules | IM::LocalMbox(3pm) |
IM::LocalMbox - local mailbox managing
use IM::LocalMbox; $num_msgs = &local_get_msg(source_mailbox, destination_folder, access_mode);
The IM::LocalMbox module handles local mailbox. MH folder, MMDF file, mbox, and Maildir are supported.
This modules is provided by IM (Internet Message).
$mbox = 'local:/var/mail/motonori'; $folder = '+inbox' $num_msgs = &local_get_msg($mbox, $folder, 'get');
IM (Internet Message) is copyrighted by IM developing team. You can redistribute it and/or modify it under the modified BSD license. See the copyright file for more details.
2016-10-10 | IM153 |