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

jstedfast / gmime / 354
70%

Build:
DEFAULT BRANCH: master
Ran 08 Nov 2017 08:31PM UTC
Jobs 1
Files 145
Run time 8s
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

pending completion
354

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

Jobs
ID Job ID Ran Files Coverage
1 354.1 08 Nov 2017 08:31PM UTC 0
57.2
Travis Job 354.1
Source Files on build 354
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #354
  • edf84ba6 on github
  • Prev Build on master (#352)
  • Next Build on master (#358)
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