[Rt-commit] [svn] r1034 - rt/trunk/lib/RT/Interface

alexmv at pallas.eruditorum.org alexmv at pallas.eruditorum.org
Tue Jun 8 14:34:35 EDT 2004


Author: alexmv
Date: Tue Jun  8 14:34:35 2004
New Revision: 1034

Modified:
   rt/trunk/lib/RT/Interface/Email.pm
Log:
RT-Ticket: 5709
RT-Action: correspond
RT-Status: resolved

 * Update =head1 NAME to be correct

 * Document the optional 'ticket' option to Gateway


Modified: rt/trunk/lib/RT/Interface/Email.pm
==============================================================================
--- rt/trunk/lib/RT/Interface/Email.pm	(original)
+++ rt/trunk/lib/RT/Interface/Email.pm	Tue Jun  8 14:34:35 2004
@@ -57,7 +57,7 @@
 
 =head1 NAME
 
-  RT::Interface::CLI - helper functions for creating a commandline RT interface
+  RT::Interface::Email - helper functions for parsing email sent to RT
 
 =head1 SYNOPSIS
 
@@ -375,6 +375,9 @@
 designed to be called from the web interface with a message, user
 object, and so on.
 
+Can also take an optional 'ticket' parameter; this ticket id overrides
+any ticket id found in the subject.
+
 Returns:
 
     An array of:


More information about the Rt-commit mailing list