mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 03:52:34 +00:00
We now return an error where `parse_atom()` would have previously returned an empty StringView. This is consistent with RFC3501, which says that an atom consists of one or more characters. This prevents a few cases where parsing an invalid atom could lead to an infinite loop. |
||
|---|---|---|
| .. | ||
| Client.cpp | ||
| Client.h | ||
| CMakeLists.txt | ||
| MessageHeaderEncoding.cpp | ||
| MessageHeaderEncoding.h | ||
| Objects.cpp | ||
| Objects.h | ||
| Parser.cpp | ||
| Parser.h | ||
| QuotedPrintable.cpp | ||
| QuotedPrintable.h | ||