-
Updated
Feb 22, 2022 - C#
mime
Here are 248 public repositories matching this topic...
-
Updated
Feb 19, 2022 - PHP
-
Updated
Feb 20, 2022 - C
-
Updated
Feb 5, 2022 - Go
-
Updated
Jan 18, 2022 - Python
-
Updated
Nov 9, 2021 - JavaScript
What I did:
Parsing a message which has text/html part but it contains also "boundary" marker. I know, this is an strange case but we have the messages with it.
IMO, https://github.com/jhillyerd/enmime/blob/1f2f4b04f3877165dda8357742c6d00ae09a1652/part.go#L404 we could check if the content type with "detectTextHeader", wdyt?
Or reporting it with error and providing content to the part. I
-
Updated
Jan 25, 2022 - C++
-
Updated
Feb 7, 2022 - Julia
-
Updated
Jan 13, 2022 - C++
-
Updated
Jan 27, 2022 - Swift
-
Updated
Feb 20, 2022 - Rust
-
Updated
Feb 4, 2022 - C#
In https://mimesniff.spec.whatwg.org/#parsing-a-mime-type the following step might be clearer if it explicitly said the trailing sequence after " was to be discarded. Might also be better if the example contains a ';' since the step mentions ';'
Current:
Collect a sequence of code points that are not U+003B (;) from input, given position.
Example: Given text/html;charset="shift_jis"iso-20
-
Updated
Dec 13, 2021 - Go
Improve this page
Add a description, image, and links to the mime topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mime topic, visit your repo's landing page and select "manage topics."
Add more checks for Shapefile headers. Currently what is described in Table 1 of the specification is not checked.
https://www.esri.com/content/dam/esrisites/sitecore-archive/Files/Pdfs/library/whitepapers/pdfs/shapefile.pdf
https://github.com/gabriel-vasile/mimetype/blob/222d00f101284dcaaf19a485e02665d27fcc9728/internal/magic/geo.go#L8-L38