Recently I developed a goodworking ticket-system in PHP. Works like charm, even with attachments.
Now yesterday some tickets arrived with e-mails attached to it, as message/rfc822 files. Now the point is: can this files be read by PHP? Can they be read by the imap functions in PHP?
Thanks in advance.