php-imap2
php-imap2 copied to clipboard
邮件正文会被当成附件,导致textHTML为空
$attachmentId = $partStructure->ifid ? trim($partStructure->id, " <>") : (isset($params['filename']) || isset($params['name']) ? mt_rand() . mt_rand() : null); // ignore contentId on body when mail isn't multipart (https://github.com/barbushin/php-imap/issues/71) if (!$partNum && TYPETEXT === $partStructure->type) { $attachmentId = null; }