Hello,
I've made a script that parses emails with attachments.
I tested the code using input from a file and everything was parsed
correctly.
However when I used "php://stdin" and piped emails to the script,
it seems to just quit half way thru. There are no errors....but also no
output.
Is there a size limit for emails being piped to a script? Even with an
attachment
of 3k, it doesn't work. Can it not handle multi part MIME emails?
thanks,
David
I've made a script that parses emails with attachments.
I tested the code using input from a file and everything was parsed
correctly.
However when I used "php://stdin" and piped emails to the script,
it seems to just quit half way thru. There are no errors....but also no
output.
Is there a size limit for emails being piped to a script? Even with an
attachment
of 3k, it doesn't work. Can it not handle multi part MIME emails?
thanks,
David
Comment