Files
chatmail-core/mmime
B. Petersen 477af413c6 if in doubt, prefer unwrap_or_default()
if the past we had lots of crashes because of unexpected unwrap failures,
mostly related to string.
this commit avoids them eg. for string-conversions that may panic
eg. when encountering a null-byte or by logical programming errors
where an object is assumed to be set but is not under unexpected circumstances.
2019-10-04 23:07:33 +02:00
..
2019-09-23 13:20:30 +02:00
2019-09-23 13:20:30 +02:00
2019-09-23 13:20:30 +02:00
2019-09-23 13:20:30 +02:00
2019-09-23 13:20:30 +02:00
2019-09-23 13:20:30 +02:00

mmime

CircleCI build status Appveyor build status License

mmmmmmime parsing

Base code was compiled using c2rust from libetpan.