VMS::Mail

VMS callable mail interface
Download

VMS::Mail Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Craig A. Berry
  • Publisher web site:
  • http://search.cpan.org/~cberry/

VMS::Mail Tags


VMS::Mail Description

VMS callable mail interface VMS::Mail is a Perl module that supplies a complete interface to callable the VMSMail routines for client-side access.This is the first CPAN release. This module is brand new and certainly has bugs. I will be testing it further and will release updates as I repair problems. The purpose of this release is to provide external access to it for peer review. I am very new to the module development process and would welcome any constructive criticism.SYNOPSIS use VMS::Mail;Routine to initiate a new untyped object instance: $object = new VMS::Mail();Routines to interact with mailfile contexts: $mailfile = new VMS::Mail(); $href = $mailfile->mailfile_begin(); $href = $mailfile->open(); $href = $mailfile->close(); $href = $mailfile->info_file(); $href = $mailfile->compress(); $href = $mailfile->purge_waste(); $href = $mailfile->end();Routines to interact with message contexts: $message = new VMS::Mail(); $href = $message->message_begin(); $href = $message->modify(); $href = $message->info(); $href = $message->get(); $href = $message->select(); $href = $message->delete(); $href = $message->copy(); $href = $message->end();Routines to interact with send contexts: $send = new VMS::Mail(); $href = $send->send_begin(); $href = $send->abort(); $href = $send->add_address(); $href = $send->add_attribute(); $href = $send->add_bodypart(); $href = $send->message(); $href = $send->end();Routines to interact with user contexts: $user = new VMS::Mail(); $href = $user->user_begin(); $href = $user->delete_info(); $href = $user->set_info(); $href = $user->get_info(); $href = $user->end();One oddball routine that is here temporarily: $returned_string = VMS::Mail::smg_read($prompt ]) Requirements: · Perl


VMS::Mail Related Software