symmetryinvestments / imap-d

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

add IMAP enable and raw commands; fix to IMAP idle #82

Closed Laeeth closed 3 years ago

Laeeth commented 3 years ago

closes #75 and #76

codecov[bot] commented 3 years ago

Codecov Report

Merging #82 (859cf6b) into master (b2923ef) will decrease coverage by 3.00%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #82      +/-   ##
==========================================
- Coverage   17.38%   14.38%   -3.01%     
==========================================
  Files          10       10              
  Lines        1225     1307      +82     
==========================================
- Hits          213      188      -25     
- Misses       1012     1119     +107     
Impacted Files Coverage Δ
source/imap/request.d 0.00% <0.00%> (ø)
source/imap/response.d 0.00% <0.00%> (-6.95%) :arrow_down:
source/imap/socket.d 0.00% <0.00%> (ø)
source/imap/session.d 0.00% <0.00%> (ø)
source/imap/searchquery.d 93.51% <0.00%> (ø)

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 b2923ef...cee3f5d. Read the comment docs.

Laeeth commented 3 years ago

@otrho not sure I am doing right thing for IDLE. I didn't have much time. But it does work for running my email rules although I don't do anything clever with info - just rerun all rules on a wake-up.