
Taz Landragon - 2009-08-26 10:11:36
hi,
my current situation here is that I've to read mails from gmail via pop then parse the messages.
The problem is that my server doesn't have OpenSSL which is required for gmail.
So I had to use fetchmail to get new mails from gmail.
Basically, fetchmail just sends all emails to /var/spool/mail/myname
That's the file i wish to parse.
Tried mimeparser, but somehow it only parses the first message.
the $decoded array is always size 1.
Is there something that needs to be done to enable it to parse all messages?
Thanks.