symmetryinvestments / imap-d

D library for IMAP (JMAP is a work-in-progress but the basics work)
14 stars 10 forks source link

Utf7 and mailboxes #69

Closed otrho closed 3 years ago

otrho commented 3 years ago

Addressing some of the stuff in #12 in particular fixing UTF-7 and managing the delimiter problem with Mailbox.

codecov[bot] commented 3 years ago

Codecov Report

Merging #69 (cbf35f2) into master (5f76d0f) will increase coverage by 8.02%. The diff coverage is 77.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage    7.85%   15.87%   +8.02%     
==========================================
  Files          10       10              
  Lines        1286     1184     -102     
==========================================
+ Hits          101      188      +87     
+ Misses       1185      996     -189     
Impacted Files Coverage Δ
source/imap/request.d 0.00% <0.00%> (ø)
source/imap/response.d 0.00% <0.00%> (ø)
source/imap/session.d 0.00% <0.00%> (ø)
source/imap/namespace.d 93.54% <93.54%> (+93.54%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5f76d0f...cbf35f2. Read the comment docs.