Skip to content

Commit db79cf2

Browse files
authored
Update README.md
1 parent 4e571e8 commit db79cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ At the forefront, there is a desktop frontend written in the WinForms toolkit wi
1616

1717
There's also a mobile frontend written in Xamarin.Forms / .NET MAUI (at the time of this writing the upgrade is still in progress; both builds run on .NET 8 though). This frontend currently only comes with the email related funcionality.
1818

19-
Rest of the code base is shared between the desktop and mobile versions. There's 150+ projects covering different areas, such as data storage, data synchronization, various protocols (ranging from TCP-based SMTP, IMAP and POP3 to JSON/XML-over-HTTP based ones), and also many file format parsers (EML, PST, iCalendar, dozen of other proprietary formats for import).
19+
Rest of the code base is shared between the desktop and mobile versions. There're 150+ projects covering different areas, such as data storage, data synchronization, various protocols (ranging from TCP-based SMTP, IMAP and POP3 to JSON/XML-over-HTTP based ones), and also many file format parsers (EML, PST, iCalendar, dozen of other proprietary formats for import).
2020

2121
The code base also depends on many 3rd-party SDKs, such as those for [Microsoft Graph](https://github.com/microsoftgraph/msgraph-sdk-dotnet), [Google Workspace](https://github.com/googleapis/google-api-dotnet-client), and others.
2222

@@ -121,4 +121,4 @@ Let's talk about [ILC CPU and memory usage](https://github.com/filipnavara/nativ
121121
Interested in reducing the size of the compiled app? Check out [Sizoscope](https://github.com/MichalStrehovsky/sizoscope).
122122

123123
TODO: Size overall, 700+MB -> 250-270MB
124-
TODO: Size variation between macOS/Windows - libs, but also prolog+epilog on ARM leaf functions
124+
TODO: Size variation between macOS/Windows - libs, but also prolog+epilog on ARM leaf functions

0 commit comments

Comments
 (0)