mime
Here are 194 public repositories matching this topic...
The Help Browser is a new feature to bring online help to NeoMutt.
The code is in the devel/help branch.It adds a new config variable:
$help_doc_dirwhich should point to a copy of thetest-docrepo.
Help can be activated by pressing Alt-H
Part 1
Add a new config var
in elif ACL_WINDOWS
lib_acl/src/net/acl_vstream_net.c
line 117
@@ -114,7 +114,7 @@ ACL_VSTREAM *acl_vstream_accept_ex(ACL_VSTREAM *sstream,
connfd = acl_accept(servfd, buf, sizeof(buf), NULL);
} else if (sstream->iocp_sock == ACL_SOCKET_INVALID) {
return NULL;
- else {
+ } else {
int ret;
co
-
Updated
Jun 15, 2020 - PHP
I am trying to detect the MIME type of a .doc file, and the result I get is of type
File type: xls. MIME: application/vnd.ms-excel
or
ile type: ppt. MIME: application/vnd.ms-powerpoint
-
Updated
Jun 2, 2020 - Python
-
Updated
Apr 24, 2020 - JavaScript
Apparently text/javascript is the new hotness now...? https://datatracker.ietf.org/doc/draft-ietf-dispatch-javascript-mjs/
I first noticed this on MDN's Common MIME Types page, which now shows text/javascript.
@mathiasbynens, @domenic: Can you provide insight into what's going on at the stan
Currently there are several matching functions not implemented, ex: doc, xls, flac, [wav](https://github.com/gabriel-vasile/mimetype/blob/master/matcher
What I did: json.Marshal(envelope)
What I expected: convert an Envelope object into Json
What I got: a stack overflow when envelope contains at least one part
Release or branch I am using: master
Please find attached a file to reproduce. As I understand the problem, there is an infinite loop while walking the Envelope object as we can go to Envelope.Root.FirstChild.Parent.FirstChild.Pa
-
Updated
Jun 16, 2020 - C++
Stabilise API
Release 1.0.7 broke the specialised matchers that are still documented here https://h2non.github.io/filetype.py/v1.0.0/match.m.html
One could make the argument that these functions are internal API since they're not officially documented in the examples, so it's ok to break them without even a minor version bump.
However, given the usefulness of these functions (e.g. for scenarios in which o
-
Updated
May 20, 2020 - C++
-
Updated
Aug 23, 2019 - Swift
-
Updated
Nov 15, 2019 - 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, 2018 - Go
-
Updated
May 22, 2019 - JavaScript
-
Updated
Mar 10, 2020 - Rust
-
Updated
Jun 3, 2019 - PHP
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."
Ideally, the ImapClientDemo sample would also demo IDLE support and restoring the connection if/when it gets dropped.