php-imap icon indicating copy to clipboard operation
php-imap copied to clipboard

Incomplete subject

Open Stenfrank opened this issue 3 years ago • 0 comments

Describe the bug It does not return the full subject, subject:

  • 800160124;TRANSPORTES ORO S.A.S;SETP990002156;01;TRANSPORTES ORO S.A.S

Used config Default

Code to Reproduce The troubling code section which produces the reported bug.

dump($message->getSubject());

// Return:
Webklex\PHPIMAP\Attribute^ {#2254
  #name: "subject"
  #values: array:1 [
    0 => "800160124"
  ]
}

Expected behavior The whole thing, with the all() function is the same

Screenshots If applicable, add screenshots to help explain your problem.

Desktop / Server (please complete the following information):

  • OS: [e.g. Fedora 25]
  • PHP: [e.g. 8.1.1]
  • Version [e.g. v2.7.2]
  • Provider [e.g. Dovecot 2.2.36.4]

Additional context At the moment I get it in the following way:

imap_utf8(imap_rfc822_parse_headers($message->getHeader()->raw)->subject)

I just upgraded from version 1.4.5 to version 2.7.2, thank you very much

Stenfrank avatar Jan 06 '22 00:01 Stenfrank