--- trunk/Nos.pm 2005/08/26 05:38:00 80 +++ trunk/Nos.pm 2005/08/26 06:13:44 81 @@ -739,6 +739,9 @@ =back +Date ranges are inclusive, so results will include messages sent on +particular date specified with C or C. + Each element in returned array will have following structure: my $row = { @@ -777,7 +780,7 @@ join users on users.id = user_id }; - my $order = qq{ order by date desc }; + my $order = qq{ order by date asc }; my $where; @@ -1227,23 +1230,6 @@ ### -=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 ); - - - - =head1 NOTE ON ARRAYS IN SOAP Returning arrays from SOAP calls is somewhat fuzzy (at least to me). It