Query: im::imap
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IM::Imap(3pm) Internet Message Perl modules IM::Imap(3pm)NAMEIM::Imap - IMAP handlerSYNOPSISuse 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_messageDESCRIPTIONThe IM::Imap module handles IMAP. This modules is provided by IM (Internet Message).EXAMPLESmy($rc, $HANDLE) = imap_open($auth, $host, $user, $pass); if ($rc < 0) { exit 1; } imap_close($HANDLE);COPYRIGHTIM (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. IM151 2011-05-25 IM::Imap(3pm)