Message->setBody: Clear headers when adding multi-part body#268
Message->setBody: Clear headers when adding multi-part body#268vlk-charles wants to merge 1 commit intolaminas:2.26.xfrom
Conversation
It is undesirable for these headers to remain from a previous single-part call. Solves laminas#265 Signed-off-by: Karel Vlk <vlk.charles@gmail.com>
|
This library is discontinued. |
See below the status of all packages and libraries |
|
@Slamdunk |
|
Sorry about breaking the one Psalm test. I did some non-essential refactoring for (my) readability. I can fix it if necessary for acceptance of the pull request. But no point in committing new code if it won't be accepted for EOL reasons anyway. |
It is undesirable for the
Content-TypeandContent-Transfer-Encodingheaders to remain from a previous single-part call. Solves #265