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::Imap - IMAP handler

Description

       The IM::Imap module handles IMAP.

       This modules is provided by IM (Internet Message).

Examples

         my($rc, $HANDLE) = imap_open($auth, $host, $user, $pass);
         if ($rc < 0) {
             exit 1;
         }
         imap_close($HANDLE);

Name

       IM::Imap - IMAP handler

Synopsis

        use IM::Imap;

        imap_open(auth, host, user, pass)
            return value:
                 0: success
                -1: failure

       Other subroutines: imap_select imap_head imap_get imap_put imap_delete imap_get_msg imap_spec
       imap_range2set imap_folder_regname imap_scan_folder imap_open_folders imap_close_folders imap_get_handle
       imap_get_message imap_put_message imap_put_file imap_refile imap_delete_message

See Also