Hi All,

  I posted this question before but didn't get proper response may be I didn't explain 
it properly.

  This is what is our clients requirement.  Guide me through this as to how to 
accomplish this in PHP.

The first part that will need to have a direct interaction with SYSTEM
must be represented as a stand-alone PHP4 script. The task of this script
is upon external HTTP requests to grant access to contents and attributes of
mail messages within SYSTEM.

Input data for this script are:

Mandatory Temporal message ID in hashed form.

Code of command.
Optional Command specific argument.

Script must provide at least the following interface functions for every
message that is pointed at:

Code of command Description of command Command specific argument

1) Send a number of parts that multipart message comprises of (solid
   i.e. pure text message should be considered as formed by single part). 
   Not used.

2) Send value of message's specific property, for instance, sender
   address, credits of recipients, date and time of message's dispatch,
   subject of message, size of message etc. Number, encodes index for
   specific property of message.

3) Send value of specific property of specific part of multipart
   message, for example, recommended content's name, part's size, 
   part's description. Number, encodes index for specific property 
   of message's part.

4) Send contents of specific message's part. Number, defines an offset
   from which transfer should be started. 

5) Send value of specific property of «bearer» (full description for
   «bearer» is provided in the third part of this document). Number, 
   encodes index for specific property of «bearer».

6) Send «bearer»'s binary code. Number, defines an offset from which
   transfer should be started.

7) Send text of standard terms and conditions to be agreed by user.
   Number, defines an offset from which transfer should be started.



  Any help regarding this would be greatly appreciated.

karthikeyan.



Reply via email to