IMAP: work in progress of downloading the mail body

Operating Systems / Haiku - Axel Dörfler [pinc-software.de] - 6 January 2015 08:26 UTC

- Most things are in place now, we just try to download the body to the wrong file, as the final location is currently unknown.
- Added local only kPartialMessage flag for mails, but it's not being used yet.

1052525 IMAP: work in progress of downloading the mail body.
.../imap/IMAPConnectionWorker.cpp | 101 ++++++++++++--
.../inbound_protocols/imap/IMAPFolder.cpp | 138 +++++++++++++++-----
.../inbound_protocols/imap/IMAPFolder.h | 26 +++-
.../inbound_protocols/imap/IMAPMailbox.cpp | 30 +++++
.../inbound_protocols/imap/IMAPMailbox.h | 19 +++
.../inbound_protocols/imap/IMAPProtocol.cpp | 3 +-
.../inbound_protocols/imap/IMAPProtocol.h | 3 +-
.../inbound_protocols/imap/imap_lib/Commands.h | 12 +-
8 files changed, 282 insertions(+), 50 deletions(-)

Upstream: cgit.haiku-os.org


  • Share