mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 21:54:40 +03:00
8d81b08f6d
`BODY[HEADER.FIELDS (...)]` gives us a part of a message that we have to parse ourselves. Looking at the FIXME, we didn't do much good job doing it, so let's better replace it with much simpler and probably preferred way (FETCH command has ALL and FULL macro types that also include it.) The tradeoff is that we get more data than we use currently (CC, BCC, unparsed date format, message id, etc.). Additionally this commit will try to decode 'encoded-words' in sender names, because they are here more common. |
||
---|---|---|
.. | ||
AccountHolder.cpp | ||
AccountHolder.h | ||
CMakeLists.txt | ||
InboxModel.cpp | ||
InboxModel.h | ||
MailboxTreeModel.cpp | ||
MailboxTreeModel.h | ||
MailWidget.cpp | ||
MailWidget.h | ||
MailWindow.gml | ||
main.cpp |