ainsleyclark / go-mail

📧 A cross platform mail driver for GoLang. Featuring Mailgun, Postal, Postmark, SendGrid, SparkPost & SMTP.
MIT License
181 stars 16 forks source link

Added mime type detection #15

Closed ainsleyclark closed 2 years ago

ainsleyclark commented 2 years ago

Description

Removed MME type detection and created new package.

Type of change

codecov[bot] commented 2 years ago

Codecov Report

Merging #15 (413e401) into main (acbed73) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #15   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        15    +1     
  Lines          714       724   +10     
=========================================
+ Hits           714       724   +10     
Impacted Files Coverage Δ
internal/client/client.go 100.00% <ø> (ø)
internal/mime/mime.go 100.00% <100.00%> (ø)
mail/attachments.go 100.00% <100.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 acbed73...413e401. Read the comment docs.