Email decoding doesn't work in zend mail
问题 I have a script that access the specified email and fetches mail. $temp->getContent() echos the following.. ----boundary_2710_edfb8b44-71c8-49ff-a8cb-88c83382c4ee Content-Type: multipart/alternative; boundary=--boundary_2709_dde0dd0e-ba35-4469-949d-5392aec65750 --boundary_2709_dde0dd0e-ba35-4469-949d-5392aec65750 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: base64 PGZvcm0gbWV0aG9k.........this part is base64 encoded and it works fine if i copy and decode it separately....