Bu kodu vardır. Bu Zend Reading Mail örnek bulunuyor.
$message = $mail->getMessage(1);
// output first text/plain part
$foundPart = null;
foreach (new RecursiveIteratorIterator($mail->getMessage(1)) as $part) {
try {
if (strtok($part->contentType, ';') == 'text/plain') {
$foundPart = $part;
break;
}
} catch (Zend_Mail_Exception $e) {
// ignore
}
}
if (!$foundPart) {
echo 'no plain text part found';
} else {
echo $foundPart->getContent();
}
Ne alabilirim çalışıyor mesajıdır. Ama okunabilir bir şey içine mesajı çözmek için çalışıyor çalışmıyor. Ben hayır şans ile Zend_Mime, imap_mime ve iconv denedim.
Bu benim $foundPart->getContent();
ile ne olsun bir örnek
Hall = F3 heim = FAR
Bu "Halló heimúr" demeliyim
Ne isteyeyim ben olabilir sadece bazı kütüphane olduğunu pratikte "düğmesine basın, pastırma alıyorsunuz". Ne demek ben sadece bir POP3 e-posta kutusuna kitaplık gelin ve (herhangi bir kodlama sorunları olmadan) okunabilir biçimde e-posta ve ekleri almak istiyorum, bir.
imap_mime_header_decode()
Gives me an array with the same data.
iconv_ mime_ decode()
Does the same
Herkes bu neden oluyor herhangi bir fikir ya da olabilir sadece soyut Bu uzakta (PHP / Python veya Perl), bazı kütüphane var mı