I have set up a simple email script to enable all users of my site to have there own emails sent to there inbox as normal messages ....
it works well apart from on some emails are coming through as base64 encrypted
my question is .... how can i tell which messages to use: imap_base64() and which ones not to?
im guessing on exploding the string by " " (space) and then counting the chars used ..... this is ok apart from if it a very small email like: eWVz
it works well apart from on some emails are coming through as base64 encrypted
my question is .... how can i tell which messages to use: imap_base64() and which ones not to?
im guessing on exploding the string by " " (space) and then counting the chars used ..... this is ok apart from if it a very small email like: eWVz
Comment