/[notice-sender]/trunk/Nos.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Nos.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 80 by dpavlin, Fri Aug 26 05:38:00 2005 UTC revision 81 by dpavlin, Fri Aug 26 06:13:44 2005 UTC
# Line 739  array very large. Use with care. Line 739  array very large. Use with care.
739    
740  =back  =back
741    
742    Date ranges are inclusive, so results will include messages sent on
743    particular date specified with C<date_from> or C<date_to>.
744    
745  Each element in returned array will have following structure:  Each element in returned array will have following structure:
746    
747   my $row = {   my $row = {
# Line 777  sub received_messages { Line 780  sub received_messages {
780                          join users on users.id = user_id                          join users on users.id = user_id
781          };          };
782    
783          my $order = qq{ order by date desc };          my $order = qq{ order by date asc };
784    
785          my $where;          my $where;
786    
# Line 1227  sub MessagesReceived { Line 1230  sub MessagesReceived {
1230    
1231  ###  ###
1232    
 =head1 UNIMPLEMENTED SOAP FUNCTIONS  
   
 This is a stub for documentation of unimplemented functions.  
   
 =head2 MessagesReceivedByDate  
   
 =head2 MessagesReceivedByDateWithContent  
   
 =head2 ReceivedMessageContent  
   
 Return content of received message.  
   
  my $mail_body = ReceivedMessageContent( id => 42 );  
   
   
   
   
1233  =head1 NOTE ON ARRAYS IN SOAP  =head1 NOTE ON ARRAYS IN SOAP
1234    
1235  Returning arrays from SOAP calls is somewhat fuzzy (at least to me). It  Returning arrays from SOAP calls is somewhat fuzzy (at least to me). It

Legend:
Removed from v.80  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.26