Lines Matching refs:message

62  my @m = $obj->message;
192 $nntp->_STAT(@_) && $nntp->message =~ /(<[^>]+>)/o
211 && $nntp->message =~ /(\d+)\s+(\d+)\s+(\d+)\s+(\S+)/;
252 $nntp->_LAST && $nntp->message =~ /(<[^>]+>)/o
308 $nntp->_NEXT && $nntp->message =~ /(<[^>]+>)/o
498 my $m; ($m = $nntp->message) =~ s/^\d+\s+//o;
520 $nntp->_DATE && $nntp->message =~ /(\d{4})(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)/
537 carp "Depriciated passing of two message numbers, "
760 will change the current article pointer. C<MSGID> is the message id of
764 message-id provided in the response to some other commands.
789 text is returned. When selecting by message number within a group,
794 select by message-id is valid but of questionable value, since a
795 selection by message-id does B<not> alter the "current article pointer".
797 Returns the message-id of the "current article".
819 If C<MESSAGE> is not specified then the message must be sent using the
829 Returns the message-id of the article.
864 Returns a reference to a list which contains the message-ids of all news posted
873 Returns the message-id of the article.
878 is allowed then the message will be sent.
880 If C<MESSAGE> is not specified then the message must be sent using the
885 The message, either sent via C<datasend> or as the C<MESSAGE>
896 whether the message was successfully posted.
958 to a hash where the keys are the message numbers and each value contains
959 the text of the requested header for that message.
964 to a hash where the keys are the message numbers and each value contains
966 message.
973 message.
985 Returns a reference to a HASH where the keys are the message numbers and the
1024 C<MESSAGE-SPEC> is either a single message-id, a single message number, or
1025 a reference to a list of two message numbers.
1027 If C<MESSAGE-SPEC> is a reference to a list of two message numbers and the
1029 represents all messages in the group after the first message number.
1032 a message spec can be passed as a list of two numbers, this is deprecated