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::History - mail/news history database handler

Description

       The IM::History module handles mail/news database.

       This modules is provided by IM (Internet Message).

Name

       IM::History - mail/news history database handler

Synopsis

        use IM::History;

        history_open($with_lock);
        history_dump();
        history_store($msgid, $folder);
        history_lookup($msgid, LookUpAll);
        history_lookup($msgid, LookUpMsg);
        history_delete($msgid, $folder);
        history_rename($id, $m1, $m2);
        history_link($id, $m1, $m2);
        history_close();

See Also