Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Mail::Message::Field::Full 2.073

    Download button

    No screenshots available
    Downloads: 292  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mark Overmeer | More programs
    Perl Artistic License / FREE
    August 3rd, 2007, 06:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Mail::Message::Field::Full description

    Mail::Message::Field::Full is a Perl module that can construct one smart line in a message header.

    Mail::Message::Field::Full is a Perl module that can construct one smart line in a message header.

    INHERITANCE

    Mail::Message::Field::Full
    is a Mail::Message::Field
    is a Mail::Reporter

    Mail::Message::Field::Full is extended by
    Mail::Message::Field::Structured
    Mail::Message::Field::Unstructured

    SYNOPSIS

    !! UNDER CONSTRUCTION
    !! The details of this module are NOT FINISHED yet
    !! Most parts are already usable, however. With care!

    # Getting to understand the complexity of a header field ...

    my $fast = $msg->head->get('subject');
    my $full = Mail::Message::Field::Full->from($fast);

    my $full = $msg->head->get('subject')->study; # same
    my $full = $msg->head->study('subject'); # same
    my $full = $msg->get('subject'); # same

    # ... or build a complex header field yourself

    my $f = Mail::Message::Field::Full->new('To');
    my $f = Mail::Message::Field::Full->new('Subject: hi!');
    my $f = Mail::Message::Field::Full->new(Subject => 'hi!');

    This is the full implementation of a header field: it has full understanding of all predefined header fields. These objects will be quite slow, because header fields can be very complex. Of course, this class delivers the optimal result, but for a quite large penalty in performance and memory consumption. Are you willing to accept?

    This class supports the common header description from RFC2822 (formerly RFC822), the extensions with respect to character set encodings as specified in RFC2047, and the extensions on language specification and long parameter wrapping from RFC2231. If you do not need the latter two, then the Mail::Message::Field::Fast and Mail::Message::Field::Flex are enough for your application.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    construct smart line | mail header | Perl module | Mail::Message::Field | mail | message

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM