We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 619d1d1 commit cc2768eCopy full SHA for cc2768e
src/MessageQuery.php
@@ -75,7 +75,7 @@ public function get(): MessageCollection
75
public function append(string $message, mixed $flags = null): int
76
{
77
$response = $this->connection()->append(
78
- $this->folder->path(), $message, Str::enums($flags),
+ $this->folder->path(), $message, (array) Str::enums($flags),
79
);
80
81
return (int) $response // TAG4 OK [APPENDUID <uidvalidity> <uid>] APPEND completed.
0 commit comments