Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.058.489 Times

Mail::IMAPTalk 1.03

  Date Added: November 03, 2010  |  Visits: 825

Mail::IMAPTalk

Report Broken Link
Printer Friendly Version


Product Homepage
Download (91 downloads)



Mail::IMAPTalk is an IMAP client interface with lots of features. SYNOPSIS use Mail::IMAPTalk; $IMAP = Mail::IMAPTalk->new( Server => $IMAPServer, Username => foo, Password => bar, Uid => 1 ) || die "Failed to connect/login to IMAP server"; # Append message to folder open(my $F, rfc822msg.txt); $IMAP->append($FolderName, $F) || dir $@; close($F); # Select folder and get first unseen message $IMAP->select($FolderName) || die $@; $MsgId = $IMAP->search(not, seen)->[0]; # Get message envelope and print some details $MsgEV = $IMAP->fetch($MsgId, envelope)->{$MsgId}->{envelope}; print "From: " . $MsgEv->{From}; print "To: " . $MsgEv->{To}; print "Subject: " . $MsgEv->{Subject}; # Get message body structure $MsgBS = $IMAP->fetch($MsgId, bodystructure)->{$MsgId}->{bodystructure}; # Find imap part number of text part of message $MsgTxtHash = Mail::IMAPTalk::find_message($MsgBS); $MsgPart = $MsgTxtHash->{plain}->{IMAP-Partnum}; # Retrieve message text body $MsgTxt = $IMAP->fetch($MsgId, "body[$MsgPart]")->{$MsgId}->{body}; $IMAP->logout(); This module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object. Although other IMAP modules exist on CPAN, this has several advantages over other modules. It parses the more complex IMAP structures like envelopes and body structures into nice Perl data structures. It correctly supports atoms, quoted strings and literals at any point. Some parsers in other modules arent fully IMAP compatiable and may break at odd times with certain messages on some servers. It allows large return values (eg. attachments on a message) to be read directly into a file, rather than into memory. It includes some helper functions to find the actual text/plain or text/html part of a message out of a complex MIME structure. It also can find a list of attachements, and CID links for HTML messages with attached images. It supports decoding of MIME headers to Perl utf-8 strings automatically, so you dont have to deal with MIME encoded headers (enabled optionally). While the IMAP protocol does allow for asynchronous running of commands, this module is designed to be used in a synchronous manner. That is, you issue a command by calling a method, and the command will block until the appropriate response is returned. The method will then return the parsed results from the given command..

Requirements: No special requirements
Platforms: Linux
Keyword: Body Imap Client Imaptalk Interface Libraries Lots Mailimaptalk Message Mime Msgev Msgid Print Programming Server
Users rating: 0/10

License: Freeware Size: 30.72 KB
USER REVIEWS
More Reviews or Write Review


MAIL::IMAPTALK RELATED
E-Mail Tools  -  RoundCube Webmail 0.1 RC1
RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface. RoundCube Webmail provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation and...
235.52 KB  
Libraries  -  Chilkat IMAP ActiveX 3.2.10
Chilkat IMAP ActiveX is an IMAP client component that can help you read and manage folders or emails on an IMAP server.
 
Mail Clients  -  Liamail 2002-08-07
Liamail is a graphical email client written with libraries QT. Liamail is like Outlook express. This email client supports attachment now with library mimepp.Protocol supported are pop3 and smtp. We think about to implement imap.
327.68 KB  
Email  -  RoundCube Webmail for Email Systems Utilities 0.1.1
RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface.It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and...
1.35 MB  
Email  -  RoundCube Webmail for Scripts 0.1.1
RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface.It provides full functionality you expect from an e-mail client, including MIME support, address book, folder manipulation, message searching and...
1.35 MB  
Email  -  Hastymail 1.5
Hastymail is an IMAP/SMTP webmail client written in PHP that focuses on compliance, usability, security and speed. Here are some key features of "Hastymail": ?*A* Compatible with PDAs, phones, text browsers, and with all...
 
Libraries  -  Chilkat IMAP C++ Library 9.2.1
IMAP client is a component designed for reading and managing email and folders on an IMAP server.
 
Utilities  -  Python/Tk Empire Interface 1.18.1
The Python/Tk Empire Interface is a graphical front end to the Wolfpack Empire server. Ptkei (the client's nickname) provides a powerful graphics based interface to what would otherwise be a purely terminal based game.
235.52 KB  
Libraries  -  HTTunnel::Client 0.08
HTTunnel::Client is a client class for Apache::HTTunnel. SYNOPSIS my $hc = new HTTunnel::Client("http://localhost/httunnel") ; $hc->connect(tcp, $some_host, $some_port) ; $hc->print(some request) ; my $some_response = $hc->read(1024) ;...
20.48 KB  
Business  -  IMAP Management via PHP 1.0
An IMAP-Management web interface for use with courier imap , procmail and any mta that delivers mail through procmail.
6.36 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB