logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IM::LocalMbox - local mailbox managing

Description

       The IM::LocalMbox module handles local mailbox.  MH folder, MMDF file, mbox, and Maildir are supported.

       This modules is provided by IM (Internet Message).

Examples

        $mbox = 'local:/var/mail/motonori';
        $folder = '+inbox'
        $num_msgs = &local_get_msg($mbox, $folder, 'get');

Name

       IM::LocalMbox - local mailbox managing

Synopsis

        use IM::LocalMbox;

        $num_msgs = &local_get_msg(source_mailbox, destination_folder, access_mode);

See Also