• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jstedfast / gmime / 354 / 1
70%
master: 70%

Build:
DEFAULT BRANCH: master
Ran 08 Nov 2017 08:31PM UTC
Files 145
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 Nov 2017 08:29PM UTC coverage: 57.202% (+0.06%) from 57.14%
354.1

push

travis-ci

jstedfast
Implement basic error reporting for the GMime parser (#26)

Add an error reporting facility for the GMime parser.  Basically, it extends GMimeParserOptions
by a callback which is called whenever the parser detects a “fishy” construct.  The callback
receives the offset within the message, an error code and (if applicable) an additional string,
plus a user-defined data pointer.

The errors reported are at the moment:
- conflicting Content-* headers (i.e. different Content-* headers for the same part)
- conflicting header parameters (ditto)
- non-conflicting Content-* headers (i.e. exactly the same header is repeated)
- non-conflicting header parameters (ditto)
- unencoded 8-bit characters in headers
- invalid content-type headers and completely broken headers
- malformed multipart/* and malformed messages
- truncated messages
- multipart without boundary

7823 of 13676 relevant lines covered (57.2%)

1943.11 hits per line

Source Files on job 354.1
  • Tree
  • List 0
  • Changed 17
  • Source Changed 8
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 354
  • Travis Job 354.1
  • edf84ba6 on github
  • Prev Job for on master (#352.1)
  • Next Job for on master (#358.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc