Posted by s_boucher on 09/26/34 11:27
Hi,
I'm trying to fetch the body of a specific usenet message using the
imap_body function with the FT_UID option (The msg_number is a UID).
My understanding is that the UID is the string that looks like this:
<1126793330.520771.201070@g49g2000cwa.googlegroups.com>
So after I have a successful connection ($nntp), I try:
$msg_body = imap_body($nntp,
'<1126793330.520771.201070@g49g2000cwa.googlegroups.com>', FT_UID);
And I get:
Warning: imap_body(): Bad message number in ...
Any idea what I am doing wrong?
Thanks!
[Back to original message]
|