|
Posted by arkascha on July 17, 2008, 2:21 am
Please log in for more thread options
nintesa wrote:
> Hello, I'm reading the messages of a newsgroup via imap_open. (aioe.org)
So you found a news server yourself :-)
> It'working for messages posted on 07/03/2008 but not for ones posted
> after.
> I.e. the header_info returns are:
>
> 07-01-2008 12:23 - PAESTUM EMERGENZA RIFUTI?
>
> stdClass Object ( [date] => Sun, 29 Jun 2008 12:31:23 +0200 [Date] =>
> Sun, 29 Jun 2008 12:31:23 +0200 [subject] => PAESTUM EMERGENZA RIFUTI?
> [Subject] => PAESTUM EMERGENZA RIFUTI? [message_id] =>
> it.hobby.viaggi [fromaddress] => Francesco Martinelli [from] => Array (
> [0] => stdClass Object ( [personal] => Francesco Martinelli [mailbox] =>
> Francesco.Martinelli [host] => FrancescoMartinelli.com ) )
> [reply_toaddress] => Francesco Martinelli [reply_to] => Array ( [0] =>
> stdClass Object ( [personal] => Francesco Martinelli [mailbox] =>
> Francesco.Martinelli [host] => FrancescoMartinelli.com ) )
> [senderaddress] => Francesco Martinelli [sender] => Array ( [0] =>
> stdClass Object ( [personal] => Francesco Martinelli [mailbox] =>
> Francesco.Martinelli [host] => FrancescoMartinelli.com ) ) [Recent] => N
> [Unseen] => [Flagged] => [Answered] => [Deleted] => [Draft] => [Msgno]
> => 912 [MailDate] => 29-Jun-2008 12:31:23 +0200 [Size] => 962 [udate] =>
> 1214735483 )
>
>
> 07-06-2008 14:21 -
>
> stdClass Object ( [Recent] => N [Unseen] => [Flagged] => [Answered] =>
> [Deleted] => D [Draft] => [Msgno] => 916 [MailDate] => 29-Jun-2008
> 14:22:21 +0200 [Size] => 0 [udate] => 1214742141 )
>
Well, you dont really provide any valuable information about WHAT you are
doing, HOW you process the messages... How are people supposed to help ?
But mayby a wiild guess:
The 'empty' object at the bottom might suggest that you are trying to read a
message that does not exist. Check the message ids you are trying to
retrieve.
arkascha
|