Saving a Base64 string to disk as a binary using PHP

前端 未结 8 1536
无人及你
无人及你 2020-12-24 15:01

As a \"look under the covers\" tutorial for myself I am building a PHP script to gather emails from a POP3 mailbox. While attempting to make use of binary attachments I am

8条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-24 15:44

    While reinventing the wheel has some entertainment and educational value, I would try to resist the temptation: Mailparse, Mail_mimeDecode

提交回复
热议问题