modoboa / modoboa-webmail

The webmail of Modoboa
MIT License
73 stars 48 forks source link

Fixed email with attachments forwarding. #180

Closed tonioo closed 5 years ago

tonioo commented 5 years ago

see #110

codecov[bot] commented 5 years ago

Codecov Report

Merging #180 into master will increase coverage by 3.35%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
+ Coverage   74.25%   77.61%   +3.35%     
==========================================
  Files          23       23              
  Lines        2078     2104      +26     
==========================================
+ Hits         1543     1633      +90     
+ Misses        535      471      -64
Impacted Files Coverage Δ
modoboa_webmail/tests/data.py 100% <100%> (ø) :arrow_up:
modoboa_webmail/lib/attachments.py 85.71% <100%> (+23.02%) :arrow_up:
modoboa_webmail/views.py 70.31% <100%> (+3.64%) :arrow_up:
modoboa_webmail/tests/test_views.py 98.68% <100%> (+0.1%) :arrow_up:
modoboa_webmail/lib/imaputils.py 63.31% <0%> (+1.96%) :arrow_up:
modoboa_webmail/forms.py 81.28% <0%> (+4.67%) :arrow_up:
modoboa_webmail/lib/imapemail.py 73.79% <0%> (+8.29%) :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 01bea17...1c34bcd. Read the comment docs.