Commit 66deb5e
Tarek Mahmoud Sayed
Fix misleading comment on Base64 prefix case sensitivity
The comment incorrectly stated the case-insensitive prefix check was
per the SEP. The spec defines lowercase '=?base64?' only; the SDK
intentionally matches case-insensitively for robustness against
non-conforming senders.1 parent 5f4735b commit 66deb5e
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments