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 1176422 commit 239a38eCopy full SHA for 239a38e
src/Support/Str.php
@@ -133,11 +133,6 @@ public static function escape(string $string): string
133
134
/**
135
* Decode a modified UTF-7 string (IMAP specific) to UTF-8.
136
- *
137
- * This is used for decoding IMAP folder names that contain non-ASCII characters.
138
139
- * @param string $string The UTF-7 encoded string
140
- * @return string The decoded UTF-8 string
141
*/
142
public static function decodeUtf7Imap(string $string): string
143
{
0 commit comments