koodaamo / tnefparse

a TNEF decoding library written in python, without external dependencies
GNU Lesser General Public License v3.0
49 stars 37 forks source link

Fix attachement types #101

Closed jrideout closed 3 years ago

jrideout commented 3 years ago

This will fix #74 and adds experimental support for recursively parsing embedded tnef (message) attachments. I'd like suggestions on how we can expose the API for this.

jugmac00 commented 3 years ago

Currently, CI fails because of a linting issue, not because of the intended failure. (ok, github actions fails because of a linting issue, Travis shows the intended failure).

jrideout commented 3 years ago

Fixed the lint issue, now it is failing with the expected test failure ;)

codecov[bot] commented 3 years ago

Codecov Report

Merging #101 (aca4308) into master (884f129) will increase coverage by 0.03%. The diff coverage is 84.61%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   95.33%   95.36%   +0.03%     
==========================================
  Files           7        7              
  Lines        1285     1295      +10     
  Branches      116      120       +4     
==========================================
+ Hits         1225     1235      +10     
  Misses         41       41              
  Partials       19       19              
Impacted Files Coverage Δ
tnefparse/tnef.py 93.02% <80.00%> (+0.19%) :arrow_up:
tnefparse/mapi.py 81.21% <100.00%> (+0.23%) :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 884f129...aca4308. Read the comment docs.