Kitura / Swift-SMTP

Swift SMTP client
Apache License 2.0
259 stars 60 forks source link

Retrieve hostname for message-id as private var from 'from' address (… #49

Closed quanvo87 closed 7 years ago

quanvo87 commented 7 years ago

…#45)

Description

Motivation and Context

How Has This Been Tested?

Checklist:

codecov-io commented 7 years ago

Codecov Report

Merging #49 into master will decrease coverage by 0.26%. The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   88.31%   88.05%   -0.27%     
==========================================
  Files          22       22              
  Lines        1249     1272      +23     
==========================================
+ Hits         1103     1120      +17     
- Misses        146      152       +6
Impacted Files Coverage Δ
Sources/SMTP.swift 87.5% <ø> (-2.16%) :arrow_down:
Tests/SwiftSMTPTests/TestSender.swift 97.43% <100%> (ø) :arrow_up:
Tests/SwiftSMTPTests/TestDataSender.swift 96.82% <100%> (ø) :arrow_up:
Sources/Mail.swift 98.24% <100%> (+0.2%) :arrow_up:
Tests/SwiftSMTPTests/TestMiscellaneous.swift 91.66% <78.57%> (-8.34%) :arrow_down:

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 205c746...7e14994. Read the comment docs.