Kitura / Swift-SMTP

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

Specify TLS #63

Closed quanvo87 closed 6 years ago

quanvo87 commented 6 years ago

Description

Motivation and Context

How Has This Been Tested?

Checklist:

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

codecov-io commented 6 years ago

Codecov Report

Merging #63 into master will decrease coverage by 2.69%. The diff coverage is 67.52%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #63     +/-   ##
=========================================
- Coverage   89.86%   87.16%   -2.7%     
=========================================
  Files          14       14             
  Lines         651      639     -12     
=========================================
- Hits          585      557     -28     
- Misses         66       82     +16
Flag Coverage Δ
#SwiftSMTP 87.16% <67.52%> (-2.7%) :arrow_down:
Impacted Files Coverage Δ
Sources/SwiftSMTP/User.swift 100% <ø> (ø) :arrow_up:
Sources/SwiftSMTP/Command.swift 88.23% <ø> (-0.66%) :arrow_down:
Sources/SwiftSMTP/Common.swift 80% <ø> (-1.82%) :arrow_down:
Sources/SwiftSMTP/DataSender.swift 94.44% <0%> (ø) :arrow_up:
Sources/SwiftSMTP/SMTPError.swift 20% <0%> (-13.34%) :arrow_down:
Sources/SwiftSMTP/Mail.swift 98.18% <100%> (-0.21%) :arrow_down:
Sources/SwiftSMTP/AuthEncoder.swift 80% <42.85%> (-2.61%) :arrow_down:
Sources/SwiftSMTP/TLSConfiguration.swift 50% <48.38%> (ø)
Sources/SwiftSMTP/SMTPSocket.swift 85.24% <57.14%> (ø) :arrow_up:
Sources/SwiftSMTP/LoginManager.swift 75.9% <77.14%> (ø)
... and 3 more

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 780246c...b9b235d. Read the comment docs.