This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-02 05:46:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8073c615afec908f34e5873e596d8f9444d0d9e7
ladybird
/
Userland
/
Applications
/
Mail
History
Karol Kosek
86ad896f35
Mail: Fetch mailbox contents with BODY.PEEK[] type instead of BODY[]
...
We don't want to mark the entire mailbox as read when checking emails, don't we? :^)
2023-08-02 11:21:03 +01:00
..
AccountHolder.cpp
Everywhere: Stop using NonnullRefPtrVector
2023-03-06 23:46:35 +01:00
AccountHolder.h
Everywhere: Remove NonnullRefPtr.h includes
2023-03-06 23:46:35 +01:00
CMakeLists.txt
…
InboxModel.cpp
LibGUI+Userland: Propagate errors in Model::column_name()
2023-06-14 17:53:59 +02:00
InboxModel.h
LibGUI+Userland: Propagate errors in Model::column_name()
2023-06-14 17:53:59 +02:00
MailboxTreeModel.cpp
Mail: Fix crash caused by migration from NonnullRefPtrVector
2023-07-05 11:39:27 +02:00
MailboxTreeModel.h
…
MailWidget.cpp
Mail: Fetch mailbox contents with BODY.PEEK[] type instead of BODY[]
2023-08-02 11:21:03 +01:00
MailWidget.h
Everywhere: Remove NonnullOwnPtr.h includes
2023-03-06 23:46:35 +01:00
MailWindow.gml
…
main.cpp
LibGUI: Make
Application
's construction fallible
2023-05-05 16:41:21 +01:00