Browse Source

rework IMAP list parsing

replace the "DOM-like" model with a "streaming" model, i.e., the tokens
are now immediately processed by stateful callbacks as they are found.
this avoids plenty of allocations and copies (though not of the message
contents, yet).
wip/maildir-path-under-inbox
Oswald Buddenhagen 2 years ago
parent
commit
3aead33008
  1. 839
      src/drv_imap.c

839
src/drv_imap.c

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save