FV_API
[ class tree: FV_API ] [ index: FV_API ] [ all elements ]

Class: EnableAutoresponderCommand

Source Location: /commands/mail/EnableAutoresponderCommand.php

Class Overview


Enables the UniteMail autoresponder for the specified mailbox.


Implements interfaces:

Methods



Class Details

[line 9]
Enables the UniteMail autoresponder for the specified mailbox.

The UniteMail autoresponder offers an `out-of-office` facility, where you can configure the mailbox to automatically reply to every incoming message with a custom response (commonly used to implement `vacation` messages).




[ Top ]


Class Methods


constructor __construct [line 20]

EnableAutoresponderCommand __construct( $mailbox, $subject, $message)



Tags:

access:  public


Parameters:

   $mailbox  
   $subject  
   $message  

[ Top ]

method commandName [line 27]

void commandName( )



Tags:

access:  public



Implementation of:
Command::commandName()
Name of the command
[ Top ]

method getMailbox [line 49]

void getMailbox( )



Tags:

access:  public


[ Top ]

method parseRequest [line 37]

void parseRequest( RequestGenerator $req)



Tags:

access:  public



Implementation of:
Command::parseRequest()
Used to convert the command into a request we can issue to the FastVision API reseller servers.

Parameters:

RequestGenerator   $req  

[ Top ]

method parseResponse [line 44]

void parseResponse( $xml)



Tags:

access:  public



Implementation of:
Command::parseResponse()
Used to convert the response command into a request we can issue to the FastVision API reseller servers.

Parameters:

SimpleXMLElement   $xml  

[ Top ]

method requiresAuthentication [line 32]

void requiresAuthentication( )



Tags:

access:  public



Implementation of:
Command::requiresAuthentication()
Does the connection need to be authenticated prior to issuing this command? (Boolean)
[ Top ]


Documentation generated on Mon, 30 Mar 2009 16:34:35 +0100 by phpDocumentor 1.4.1