mini_mime 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.travis.yml +5 -0
- data/CHANGELOG +4 -0
- data/CODE_OF_CONDUCT.md +74 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +38 -0
- data/Rakefile +80 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/db/content_type_mime.db +857 -0
- data/lib/db/ext_mime.db +1161 -0
- data/lib/mini_mime.rb +173 -0
- data/lib/mini_mime/version.rb +3 -0
- data/mini_mime.gemspec +29 -0
- metadata +115 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: a17e3917b461405b2d2cbbc1b2d334c91cfce23c
|
|
4
|
+
data.tar.gz: a3739e8603675783ea2bc00f76bbd06a35f91b6e
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 619ecef721791234a856cda1d310361b001c148f2a7f8d470fb922e591af6b2a8296ec6a630472965dfec537dc97ca20b056a2af93fb03a0a718b80c97b9450d
|
|
7
|
+
data.tar.gz: b690f059fee37bcef80e4fa3e21151c8bf88080f60b93ed7a41f6ea8ede9174d370bfde2fff74725619cf75191c7aea60d629d4e257184ba107f35c30b7376b1
|
data/.gitignore
ADDED
data/.travis.yml
ADDED
data/CHANGELOG
ADDED
data/CODE_OF_CONDUCT.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
# Contributor Covenant Code of Conduct
|
|
2
|
+
|
|
3
|
+
## Our Pledge
|
|
4
|
+
|
|
5
|
+
In the interest of fostering an open and welcoming environment, we as
|
|
6
|
+
contributors and maintainers pledge to making participation in our project and
|
|
7
|
+
our community a harassment-free experience for everyone, regardless of age, body
|
|
8
|
+
size, disability, ethnicity, gender identity and expression, level of experience,
|
|
9
|
+
nationality, personal appearance, race, religion, or sexual identity and
|
|
10
|
+
orientation.
|
|
11
|
+
|
|
12
|
+
## Our Standards
|
|
13
|
+
|
|
14
|
+
Examples of behavior that contributes to creating a positive environment
|
|
15
|
+
include:
|
|
16
|
+
|
|
17
|
+
* Using welcoming and inclusive language
|
|
18
|
+
* Being respectful of differing viewpoints and experiences
|
|
19
|
+
* Gracefully accepting constructive criticism
|
|
20
|
+
* Focusing on what is best for the community
|
|
21
|
+
* Showing empathy towards other community members
|
|
22
|
+
|
|
23
|
+
Examples of unacceptable behavior by participants include:
|
|
24
|
+
|
|
25
|
+
* The use of sexualized language or imagery and unwelcome sexual attention or
|
|
26
|
+
advances
|
|
27
|
+
* Trolling, insulting/derogatory comments, and personal or political attacks
|
|
28
|
+
* Public or private harassment
|
|
29
|
+
* Publishing others' private information, such as a physical or electronic
|
|
30
|
+
address, without explicit permission
|
|
31
|
+
* Other conduct which could reasonably be considered inappropriate in a
|
|
32
|
+
professional setting
|
|
33
|
+
|
|
34
|
+
## Our Responsibilities
|
|
35
|
+
|
|
36
|
+
Project maintainers are responsible for clarifying the standards of acceptable
|
|
37
|
+
behavior and are expected to take appropriate and fair corrective action in
|
|
38
|
+
response to any instances of unacceptable behavior.
|
|
39
|
+
|
|
40
|
+
Project maintainers have the right and responsibility to remove, edit, or
|
|
41
|
+
reject comments, commits, code, wiki edits, issues, and other contributions
|
|
42
|
+
that are not aligned to this Code of Conduct, or to ban temporarily or
|
|
43
|
+
permanently any contributor for other behaviors that they deem inappropriate,
|
|
44
|
+
threatening, offensive, or harmful.
|
|
45
|
+
|
|
46
|
+
## Scope
|
|
47
|
+
|
|
48
|
+
This Code of Conduct applies both within project spaces and in public spaces
|
|
49
|
+
when an individual is representing the project or its community. Examples of
|
|
50
|
+
representing a project or community include using an official project e-mail
|
|
51
|
+
address, posting via an official social media account, or acting as an appointed
|
|
52
|
+
representative at an online or offline event. Representation of a project may be
|
|
53
|
+
further defined and clarified by project maintainers.
|
|
54
|
+
|
|
55
|
+
## Enforcement
|
|
56
|
+
|
|
57
|
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
58
|
+
reported by contacting the project team at sam.saffron@gmail.com. All
|
|
59
|
+
complaints will be reviewed and investigated and will result in a response that
|
|
60
|
+
is deemed necessary and appropriate to the circumstances. The project team is
|
|
61
|
+
obligated to maintain confidentiality with regard to the reporter of an incident.
|
|
62
|
+
Further details of specific enforcement policies may be posted separately.
|
|
63
|
+
|
|
64
|
+
Project maintainers who do not follow or enforce the Code of Conduct in good
|
|
65
|
+
faith may face temporary or permanent repercussions as determined by other
|
|
66
|
+
members of the project's leadership.
|
|
67
|
+
|
|
68
|
+
## Attribution
|
|
69
|
+
|
|
70
|
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
|
71
|
+
available at [http://contributor-covenant.org/version/1/4][version]
|
|
72
|
+
|
|
73
|
+
[homepage]: http://contributor-covenant.org
|
|
74
|
+
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile
ADDED
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2016 TODO: Write your name
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# MiniMime
|
|
2
|
+
|
|
3
|
+
Minimal mime type implementation for use with the mail and rest-client gem
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
Add this line to your application's Gemfile:
|
|
8
|
+
|
|
9
|
+
```ruby
|
|
10
|
+
gem 'mini_mime'
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
And then execute:
|
|
14
|
+
|
|
15
|
+
$ bundle
|
|
16
|
+
|
|
17
|
+
Or install it yourself as:
|
|
18
|
+
|
|
19
|
+
$ gem install mini_mime
|
|
20
|
+
|
|
21
|
+
## Usage
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## Development
|
|
25
|
+
|
|
26
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
27
|
+
|
|
28
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
29
|
+
|
|
30
|
+
## Contributing
|
|
31
|
+
|
|
32
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/mini_mime. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## License
|
|
36
|
+
|
|
37
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
|
38
|
+
|
data/Rakefile
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
require "bundler/gem_tasks"
|
|
2
|
+
require "rake/testtask"
|
|
3
|
+
|
|
4
|
+
Rake::TestTask.new(:test) do |t|
|
|
5
|
+
t.libs << "test"
|
|
6
|
+
t.libs << "lib"
|
|
7
|
+
t.test_files = FileList['test/**/*_test.rb']
|
|
8
|
+
end
|
|
9
|
+
|
|
10
|
+
task :default => :test
|
|
11
|
+
|
|
12
|
+
def pad(array)
|
|
13
|
+
max = []
|
|
14
|
+
array.each do |row|
|
|
15
|
+
i = 0
|
|
16
|
+
row.each do |col|
|
|
17
|
+
max[i] = [max[i] || 0, col.length].max
|
|
18
|
+
i += 1
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
array.each do |row|
|
|
23
|
+
i = 0
|
|
24
|
+
row.each do |col|
|
|
25
|
+
col << " " * (max[i] - col.length)
|
|
26
|
+
i += 1
|
|
27
|
+
end
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
desc "generate mime type database"
|
|
33
|
+
task :rebuild_db do
|
|
34
|
+
puts "Generating mime type DB"
|
|
35
|
+
require 'mime/types'
|
|
36
|
+
index = {}
|
|
37
|
+
|
|
38
|
+
MIME::Types.each do |type|
|
|
39
|
+
type.extensions.each {|ext| (index[ext.downcase] ||= []) << type}
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
index.each do |k,list|
|
|
43
|
+
list.sort!{|a,b| a.priority_compare(b)}
|
|
44
|
+
end
|
|
45
|
+
|
|
46
|
+
buffer = []
|
|
47
|
+
|
|
48
|
+
index.each do |ext, list|
|
|
49
|
+
first = list.first
|
|
50
|
+
buffer << [ext.dup, first.content_type.dup, first.encoding.dup]
|
|
51
|
+
end
|
|
52
|
+
|
|
53
|
+
pad(buffer)
|
|
54
|
+
|
|
55
|
+
buffer.sort!{|a,b| a[0] <=> b[0]}
|
|
56
|
+
|
|
57
|
+
File.open("lib/db/ext_mime.db", File::CREAT|File::TRUNC|File::RDWR) do |f|
|
|
58
|
+
buffer.each do |row|
|
|
59
|
+
f.write "#{row[0]} #{row[1]} #{row[2]}\n"
|
|
60
|
+
end
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
puts "#{buffer.count} rows written to lib/db/ext_mime.db"
|
|
64
|
+
|
|
65
|
+
buffer.sort!{|a,b| a[1] <=> b[1]}
|
|
66
|
+
|
|
67
|
+
File.open("lib/db/content_type_mime.db", File::CREAT|File::TRUNC|File::RDWR) do |f|
|
|
68
|
+
last = nil
|
|
69
|
+
count = 0
|
|
70
|
+
buffer.each do |row|
|
|
71
|
+
unless last == row[1]
|
|
72
|
+
f.write "#{row[0]} #{row[1]} #{row[2]}\n"
|
|
73
|
+
count += 1
|
|
74
|
+
end
|
|
75
|
+
last = row[1]
|
|
76
|
+
end
|
|
77
|
+
puts "#{count} rows written to lib/db/content_type_mime.db"
|
|
78
|
+
end
|
|
79
|
+
|
|
80
|
+
end
|
data/bin/console
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#!/usr/bin/env ruby
|
|
2
|
+
|
|
3
|
+
require "bundler/setup"
|
|
4
|
+
require "mini_mime"
|
|
5
|
+
|
|
6
|
+
# You can add fixtures and/or initialization code here to make experimenting
|
|
7
|
+
# with your gem easier. You can also use a different console, if you like.
|
|
8
|
+
|
|
9
|
+
# (If you use this, don't forget to add pry to your Gemfile!)
|
|
10
|
+
# require "pry"
|
|
11
|
+
# Pry.start
|
|
12
|
+
|
|
13
|
+
require "irb"
|
|
14
|
+
IRB.start
|
data/bin/setup
ADDED
|
@@ -0,0 +1,857 @@
|
|
|
1
|
+
bck application/VMSBACKUP base64
|
|
2
|
+
mda application/access base64
|
|
3
|
+
ez application/andrew-inset base64
|
|
4
|
+
aw application/applixware base64
|
|
5
|
+
atom application/atom+xml 8bit
|
|
6
|
+
atomcat application/atomcat+xml 8bit
|
|
7
|
+
atomsvc application/atomsvc+xml 8bit
|
|
8
|
+
bleep application/bleeper base64
|
|
9
|
+
ccxml application/ccxml+xml base64
|
|
10
|
+
cdmia application/cdmi-capability base64
|
|
11
|
+
cdmic application/cdmi-container base64
|
|
12
|
+
cdmid application/cdmi-domain base64
|
|
13
|
+
cdmio application/cdmi-object base64
|
|
14
|
+
cdmiq application/cdmi-queue base64
|
|
15
|
+
cu application/cu-seeme base64
|
|
16
|
+
davmount application/davmount+xml base64
|
|
17
|
+
dcm application/dicom base64
|
|
18
|
+
dbk application/docbook+xml base64
|
|
19
|
+
dssc application/dssc+der base64
|
|
20
|
+
xdssc application/dssc+xml base64
|
|
21
|
+
ecma application/ecmascript base64
|
|
22
|
+
emma application/emma+xml base64
|
|
23
|
+
epub application/epub+zip base64
|
|
24
|
+
xls application/excel base64
|
|
25
|
+
exi application/exi base64
|
|
26
|
+
otf application/font-sfnt base64
|
|
27
|
+
pfr application/font-tdpfr base64
|
|
28
|
+
woff application/font-woff base64
|
|
29
|
+
spl application/futuresplash base64
|
|
30
|
+
gml application/gml+xml base64
|
|
31
|
+
gpx application/gpx+xml base64
|
|
32
|
+
gxf application/gxf base64
|
|
33
|
+
gz application/gzip base64
|
|
34
|
+
hep application/hep base64
|
|
35
|
+
stk application/hyperstudio base64
|
|
36
|
+
imagemap application/imagemap 8bit
|
|
37
|
+
ink application/inkml+xml base64
|
|
38
|
+
ipfix application/ipfix base64
|
|
39
|
+
jar application/java-archive base64
|
|
40
|
+
ser application/java-serialized-object base64
|
|
41
|
+
class application/java-vm base64
|
|
42
|
+
js application/javascript 8bit
|
|
43
|
+
json application/json 8bit
|
|
44
|
+
jsonml application/jsonml+json base64
|
|
45
|
+
lostxml application/lost+xml base64
|
|
46
|
+
wks application/lotus-123 base64
|
|
47
|
+
hqx application/mac-binhex40 8bit
|
|
48
|
+
cpt application/mac-compactpro base64
|
|
49
|
+
mads application/mads+xml base64
|
|
50
|
+
mrc application/marc base64
|
|
51
|
+
mrcx application/marcxml+xml base64
|
|
52
|
+
mcd application/mathcad base64
|
|
53
|
+
ma application/mathematica base64
|
|
54
|
+
mathml application/mathml+xml base64
|
|
55
|
+
mbox application/mbox base64
|
|
56
|
+
mscml application/mediaservercontrol+xml base64
|
|
57
|
+
metalink application/metalink+xml base64
|
|
58
|
+
meta4 application/metalink4+xml base64
|
|
59
|
+
mets application/mets+xml base64
|
|
60
|
+
mods application/mods+xml base64
|
|
61
|
+
m21 application/mp21 base64
|
|
62
|
+
mp4 application/mp4 base64
|
|
63
|
+
doc application/msword base64
|
|
64
|
+
mxf application/mxf base64
|
|
65
|
+
cdf application/netcdf base64
|
|
66
|
+
ani application/octet-stream base64
|
|
67
|
+
oda application/oda base64
|
|
68
|
+
opf application/oebps-package+xml base64
|
|
69
|
+
ogx application/ogg base64
|
|
70
|
+
omdoc application/omdoc+xml base64
|
|
71
|
+
onepkg application/onenote base64
|
|
72
|
+
oxps application/oxps base64
|
|
73
|
+
xer application/patch-ops-error+xml base64
|
|
74
|
+
pdf application/pdf base64
|
|
75
|
+
asc application/pgp-signature base64
|
|
76
|
+
prf application/pics-rules base64
|
|
77
|
+
p10 application/pkcs10 base64
|
|
78
|
+
p7c application/pkcs7-mime base64
|
|
79
|
+
p7s application/pkcs7-signature base64
|
|
80
|
+
p8 application/pkcs8 base64
|
|
81
|
+
ac application/pkix-attr-cert base64
|
|
82
|
+
cer application/pkix-cert base64
|
|
83
|
+
crl application/pkix-crl base64
|
|
84
|
+
pkipath application/pkix-pkipath base64
|
|
85
|
+
pki application/pkixcmp base64
|
|
86
|
+
pls application/pls+xml base64
|
|
87
|
+
ai application/postscript 8bit
|
|
88
|
+
pot application/powerpoint base64
|
|
89
|
+
cw application/prs.cww base64
|
|
90
|
+
rct application/prs.nprend base64
|
|
91
|
+
pskcxml application/pskc+xml base64
|
|
92
|
+
qtl application/quicktimeplayer base64
|
|
93
|
+
rdf application/rdf+xml 8bit
|
|
94
|
+
rif application/reginfo+xml base64
|
|
95
|
+
rnc application/relax-ng-compact-syntax base64
|
|
96
|
+
rl application/resource-lists+xml base64
|
|
97
|
+
rld application/resource-lists-diff+xml base64
|
|
98
|
+
rs application/rls-services+xml base64
|
|
99
|
+
gbr application/rpki-ghostbusters base64
|
|
100
|
+
mft application/rpki-manifest base64
|
|
101
|
+
roa application/rpki-roa base64
|
|
102
|
+
rsd application/rsd+xml base64
|
|
103
|
+
rss application/rss+xml base64
|
|
104
|
+
rtf application/rtf base64
|
|
105
|
+
sbml application/sbml+xml base64
|
|
106
|
+
scq application/scvp-cv-request base64
|
|
107
|
+
scs application/scvp-cv-response base64
|
|
108
|
+
spq application/scvp-vp-request base64
|
|
109
|
+
spp application/scvp-vp-response base64
|
|
110
|
+
sdp application/sdp base64
|
|
111
|
+
setpay application/set-payment-initiation base64
|
|
112
|
+
setreg application/set-registration-initiation base64
|
|
113
|
+
sgml application/sgml base64
|
|
114
|
+
soc application/sgml-open-catalog base64
|
|
115
|
+
shf application/shf+xml base64
|
|
116
|
+
siv application/sieve base64
|
|
117
|
+
smi application/smil 8bit
|
|
118
|
+
rq application/sparql-query base64
|
|
119
|
+
srx application/sparql-results+xml base64
|
|
120
|
+
gram application/srgs base64
|
|
121
|
+
grxml application/srgs+xml base64
|
|
122
|
+
sru application/sru+xml base64
|
|
123
|
+
ssdl application/ssdl+xml base64
|
|
124
|
+
ssml application/ssml+xml base64
|
|
125
|
+
tei application/tei+xml base64
|
|
126
|
+
tfi application/thraud+xml base64
|
|
127
|
+
tsd application/timestamped-data base64
|
|
128
|
+
tbk application/toolbook base64
|
|
129
|
+
pwn application/vnd.3M.Post-it-Notes base64
|
|
130
|
+
plb application/vnd.3gpp.pic-bw-large base64
|
|
131
|
+
psb application/vnd.3gpp.pic-bw-small base64
|
|
132
|
+
pvb application/vnd.3gpp.pic-bw-var base64
|
|
133
|
+
sms application/vnd.3gpp.sms base64
|
|
134
|
+
tcap application/vnd.3gpp2.tcap base64
|
|
135
|
+
gph application/vnd.FloGraphIt base64
|
|
136
|
+
zmm application/vnd.HandHeld-Entertainment+xml base64
|
|
137
|
+
kne application/vnd.Kinar base64
|
|
138
|
+
mwf application/vnd.MFER base64
|
|
139
|
+
daf application/vnd.Mobius.DAF base64
|
|
140
|
+
dis application/vnd.Mobius.DIS base64
|
|
141
|
+
mbk application/vnd.Mobius.MBK base64
|
|
142
|
+
mqy application/vnd.Mobius.MQY base64
|
|
143
|
+
msl application/vnd.Mobius.MSL base64
|
|
144
|
+
plc application/vnd.Mobius.PLC base64
|
|
145
|
+
txf application/vnd.Mobius.TXF base64
|
|
146
|
+
qwd application/vnd.Quark.QuarkXPress 8bit
|
|
147
|
+
twd application/vnd.SimTech-MindMapper base64
|
|
148
|
+
aso application/vnd.accpac.simply.aso base64
|
|
149
|
+
imp application/vnd.accpac.simply.imp base64
|
|
150
|
+
acu application/vnd.acucobol base64
|
|
151
|
+
acutc application/vnd.acucorp 7bit
|
|
152
|
+
air application/vnd.adobe.air-application-installer-package+zip base64
|
|
153
|
+
fcdt application/vnd.adobe.formscentral.fcdt base64
|
|
154
|
+
fxp application/vnd.adobe.fxp base64
|
|
155
|
+
xdp application/vnd.adobe.xdp+xml base64
|
|
156
|
+
xfdf application/vnd.adobe.xfdf base64
|
|
157
|
+
ahead application/vnd.ahead.space base64
|
|
158
|
+
azf application/vnd.airzip.filesecure.azf base64
|
|
159
|
+
azs application/vnd.airzip.filesecure.azs base64
|
|
160
|
+
azw application/vnd.amazon.ebook base64
|
|
161
|
+
acc application/vnd.americandynamics.acc base64
|
|
162
|
+
ami application/vnd.amiga.ami base64
|
|
163
|
+
apk application/vnd.android.package-archive base64
|
|
164
|
+
cii application/vnd.anser-web-certificate-issue-initiation base64
|
|
165
|
+
fti application/vnd.anser-web-funds-transfer-initiation base64
|
|
166
|
+
atx application/vnd.antix.game-component base64
|
|
167
|
+
mpkg application/vnd.apple.installer+xml base64
|
|
168
|
+
m3u8 application/vnd.apple.mpegurl base64
|
|
169
|
+
pkpass application/vnd.apple.pkpass base64
|
|
170
|
+
swi application/vnd.aristanetworks.swi base64
|
|
171
|
+
iota application/vnd.astraea-software.iota base64
|
|
172
|
+
aep application/vnd.audiograph base64
|
|
173
|
+
mpm application/vnd.blueice.multipass base64
|
|
174
|
+
bmi application/vnd.bmi base64
|
|
175
|
+
rep application/vnd.businessobjects base64
|
|
176
|
+
cdxml application/vnd.chemdraw+xml base64
|
|
177
|
+
mmd application/vnd.chipnuts.karaoke-mmd base64
|
|
178
|
+
cdy application/vnd.cinderella base64
|
|
179
|
+
cla application/vnd.claymore base64
|
|
180
|
+
rp9 application/vnd.cloanto.rp9 base64
|
|
181
|
+
c4d application/vnd.clonk.c4group base64
|
|
182
|
+
c11amc application/vnd.cluetrust.cartomobile-config base64
|
|
183
|
+
c11amz application/vnd.cluetrust.cartomobile-config-pkg base64
|
|
184
|
+
csp application/vnd.commonspace base64
|
|
185
|
+
cdbcmsg application/vnd.contact.cmsg base64
|
|
186
|
+
cmc application/vnd.cosmocaller base64
|
|
187
|
+
clkx application/vnd.crick.clicker base64
|
|
188
|
+
clkk application/vnd.crick.clicker.keyboard base64
|
|
189
|
+
clkp application/vnd.crick.clicker.palette base64
|
|
190
|
+
clkt application/vnd.crick.clicker.template base64
|
|
191
|
+
clkw application/vnd.crick.clicker.wordbank base64
|
|
192
|
+
wbs application/vnd.criticaltools.wbs+xml base64
|
|
193
|
+
pml application/vnd.ctc-posml base64
|
|
194
|
+
ppd application/vnd.cups-ppd base64
|
|
195
|
+
curl application/vnd.curl base64
|
|
196
|
+
car application/vnd.curl.car base64
|
|
197
|
+
pcurl application/vnd.curl.pcurl base64
|
|
198
|
+
dart application/vnd.dart base64
|
|
199
|
+
rdz application/vnd.data-vision.rdz base64
|
|
200
|
+
uvd application/vnd.dece.data base64
|
|
201
|
+
uvt application/vnd.dece.ttml+xml base64
|
|
202
|
+
uvvx application/vnd.dece.unspecified base64
|
|
203
|
+
uvvz application/vnd.dece.zip base64
|
|
204
|
+
fe_launch application/vnd.denovo.fcselayout-link base64
|
|
205
|
+
dna application/vnd.dna base64
|
|
206
|
+
mlp application/vnd.dolby.mlp base64
|
|
207
|
+
dpg application/vnd.dpgraph base64
|
|
208
|
+
dfac application/vnd.dreamfactory base64
|
|
209
|
+
kpxx application/vnd.ds-keypoint base64
|
|
210
|
+
ait application/vnd.dvb.ait base64
|
|
211
|
+
svc application/vnd.dvb.service base64
|
|
212
|
+
geo application/vnd.dynageo base64
|
|
213
|
+
mag application/vnd.ecowin.chart base64
|
|
214
|
+
nml application/vnd.enliven base64
|
|
215
|
+
esf application/vnd.epson.esf base64
|
|
216
|
+
msf application/vnd.epson.msf base64
|
|
217
|
+
qam application/vnd.epson.quickanime base64
|
|
218
|
+
slt application/vnd.epson.salt base64
|
|
219
|
+
ssf application/vnd.epson.ssf base64
|
|
220
|
+
es3 application/vnd.eszigno3+xml base64
|
|
221
|
+
ez2 application/vnd.ezpix-album base64
|
|
222
|
+
ez3 application/vnd.ezpix-package base64
|
|
223
|
+
fdf application/vnd.fdf base64
|
|
224
|
+
mseed application/vnd.fdsn.mseed base64
|
|
225
|
+
dataless application/vnd.fdsn.seed base64
|
|
226
|
+
ftc application/vnd.fluxtime.clip base64
|
|
227
|
+
book application/vnd.framemaker base64
|
|
228
|
+
fnc application/vnd.frogans.fnc base64
|
|
229
|
+
ltf application/vnd.frogans.ltf base64
|
|
230
|
+
fsc application/vnd.fsc.weblaunch 7bit
|
|
231
|
+
oas application/vnd.fujitsu.oasys base64
|
|
232
|
+
oa2 application/vnd.fujitsu.oasys2 base64
|
|
233
|
+
oa3 application/vnd.fujitsu.oasys3 base64
|
|
234
|
+
fg5 application/vnd.fujitsu.oasysgp base64
|
|
235
|
+
bh2 application/vnd.fujitsu.oasysprs base64
|
|
236
|
+
ddd application/vnd.fujixerox.ddd base64
|
|
237
|
+
xdw application/vnd.fujixerox.docuworks base64
|
|
238
|
+
xbd application/vnd.fujixerox.docuworks.binder base64
|
|
239
|
+
fzs application/vnd.fuzzysheet base64
|
|
240
|
+
txd application/vnd.genomatix.tuxedo base64
|
|
241
|
+
ggb application/vnd.geogebra.file base64
|
|
242
|
+
ggt application/vnd.geogebra.tool base64
|
|
243
|
+
gex application/vnd.geometry-explorer base64
|
|
244
|
+
gxt application/vnd.geonext base64
|
|
245
|
+
g2w application/vnd.geoplan base64
|
|
246
|
+
g3w application/vnd.geospace base64
|
|
247
|
+
gmx application/vnd.gmx base64
|
|
248
|
+
kml application/vnd.google-earth.kml+xml 8bit
|
|
249
|
+
kmz application/vnd.google-earth.kmz 8bit
|
|
250
|
+
gqf application/vnd.grafeq base64
|
|
251
|
+
gac application/vnd.groove-account base64
|
|
252
|
+
ghf application/vnd.groove-help base64
|
|
253
|
+
gim application/vnd.groove-identity-message base64
|
|
254
|
+
grv application/vnd.groove-injector base64
|
|
255
|
+
gtm application/vnd.groove-tool-message base64
|
|
256
|
+
tpl application/vnd.groove-tool-template base64
|
|
257
|
+
vcg application/vnd.groove-vcard base64
|
|
258
|
+
hal application/vnd.hal+xml base64
|
|
259
|
+
bpd application/vnd.hbci base64
|
|
260
|
+
les application/vnd.hhe.lesson-player base64
|
|
261
|
+
hpgl application/vnd.hp-HPGL base64
|
|
262
|
+
pcl application/vnd.hp-PCL base64
|
|
263
|
+
pclxl application/vnd.hp-PCLXL base64
|
|
264
|
+
hpid application/vnd.hp-hpid base64
|
|
265
|
+
hps application/vnd.hp-hps base64
|
|
266
|
+
jlt application/vnd.hp-jlyt base64
|
|
267
|
+
sfd-hdstx application/vnd.hydrostatix.sof-data base64
|
|
268
|
+
mpy application/vnd.ibm.MiniPay base64
|
|
269
|
+
emm application/vnd.ibm.electronic-media base64
|
|
270
|
+
afp application/vnd.ibm.modcap base64
|
|
271
|
+
irm application/vnd.ibm.rights-management base64
|
|
272
|
+
sc application/vnd.ibm.secure-container base64
|
|
273
|
+
icc application/vnd.iccprofile base64
|
|
274
|
+
igl application/vnd.igloader base64
|
|
275
|
+
ivp application/vnd.immervision-ivp base64
|
|
276
|
+
ivu application/vnd.immervision-ivu base64
|
|
277
|
+
igm application/vnd.insors.igm base64
|
|
278
|
+
xpw application/vnd.intercon.formnet base64
|
|
279
|
+
i2g application/vnd.intergeo base64
|
|
280
|
+
qbo application/vnd.intu.qbo base64
|
|
281
|
+
qfx application/vnd.intu.qfx base64
|
|
282
|
+
rcprofile application/vnd.ipunplugged.rcprofile base64
|
|
283
|
+
irp application/vnd.irepository.package+xml base64
|
|
284
|
+
xpr application/vnd.is-xpr base64
|
|
285
|
+
fcs application/vnd.isac.fcs base64
|
|
286
|
+
jam application/vnd.jam base64
|
|
287
|
+
rms application/vnd.jcp.javame.midlet-rms base64
|
|
288
|
+
jisp application/vnd.jisp base64
|
|
289
|
+
joda application/vnd.joost.joda-archive base64
|
|
290
|
+
ktr application/vnd.kahootz base64
|
|
291
|
+
karbon application/vnd.kde.karbon base64
|
|
292
|
+
chrt application/vnd.kde.kchart base64
|
|
293
|
+
kfo application/vnd.kde.kformula base64
|
|
294
|
+
flw application/vnd.kde.kivio base64
|
|
295
|
+
kon application/vnd.kde.kontour base64
|
|
296
|
+
kpr application/vnd.kde.kpresenter base64
|
|
297
|
+
ksp application/vnd.kde.kspread base64
|
|
298
|
+
kwd application/vnd.kde.kword base64
|
|
299
|
+
htke application/vnd.kenameaapp base64
|
|
300
|
+
kia application/vnd.kidspiration base64
|
|
301
|
+
skd application/vnd.koan base64
|
|
302
|
+
sse application/vnd.kodak-descriptor base64
|
|
303
|
+
lasxml application/vnd.las.las+xml base64
|
|
304
|
+
lbd application/vnd.llamagraphics.life-balance.desktop base64
|
|
305
|
+
lbe application/vnd.llamagraphics.life-balance.exchange+xml base64
|
|
306
|
+
123 application/vnd.lotus-1-2-3 base64
|
|
307
|
+
apr application/vnd.lotus-approach base64
|
|
308
|
+
pre application/vnd.lotus-freelance base64
|
|
309
|
+
nsf application/vnd.lotus-notes base64
|
|
310
|
+
org application/vnd.lotus-organizer base64
|
|
311
|
+
scm application/vnd.lotus-screencam base64
|
|
312
|
+
lwp application/vnd.lotus-wordpro base64
|
|
313
|
+
portpkg application/vnd.macports.portpkg base64
|
|
314
|
+
mc1 application/vnd.medcalcdata base64
|
|
315
|
+
cdkey application/vnd.mediastation.cdkey base64
|
|
316
|
+
mfm application/vnd.mfmp base64
|
|
317
|
+
flo application/vnd.micrografx.flo base64
|
|
318
|
+
igx application/vnd.micrografx.igx base64
|
|
319
|
+
mif application/vnd.mif base64
|
|
320
|
+
mpn application/vnd.mophun.application base64
|
|
321
|
+
mpc application/vnd.mophun.certificate base64
|
|
322
|
+
xul application/vnd.mozilla.xul+xml base64
|
|
323
|
+
cil application/vnd.ms-artgalry base64
|
|
324
|
+
asf application/vnd.ms-asf base64
|
|
325
|
+
cab application/vnd.ms-cab-compressed base64
|
|
326
|
+
xla application/vnd.ms-excel base64
|
|
327
|
+
xlam application/vnd.ms-excel.addin.macroEnabled.12 base64
|
|
328
|
+
xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12 base64
|
|
329
|
+
xlsm application/vnd.ms-excel.sheet.macroEnabled.12 base64
|
|
330
|
+
xltm application/vnd.ms-excel.template.macroEnabled.12 base64
|
|
331
|
+
eot application/vnd.ms-fontobject base64
|
|
332
|
+
chm application/vnd.ms-htmlhelp base64
|
|
333
|
+
ims application/vnd.ms-ims base64
|
|
334
|
+
lrm application/vnd.ms-lrm base64
|
|
335
|
+
thmx application/vnd.ms-officetheme base64
|
|
336
|
+
msg application/vnd.ms-outlook base64
|
|
337
|
+
cat application/vnd.ms-pki.seccat base64
|
|
338
|
+
stl application/vnd.ms-pki.stl base64
|
|
339
|
+
ppam application/vnd.ms-powerpoint.addin.macroEnabled.12 base64
|
|
340
|
+
pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12 base64
|
|
341
|
+
sldm application/vnd.ms-powerpoint.slide.macroEnabled.12 base64
|
|
342
|
+
ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12 base64
|
|
343
|
+
potm application/vnd.ms-powerpoint.template.macroEnabled.12 base64
|
|
344
|
+
mpp application/vnd.ms-project base64
|
|
345
|
+
docm application/vnd.ms-word.document.macroEnabled.12 base64
|
|
346
|
+
dotm application/vnd.ms-word.template.macroEnabled.12 base64
|
|
347
|
+
wcm application/vnd.ms-works base64
|
|
348
|
+
wpl application/vnd.ms-wpl base64
|
|
349
|
+
xps application/vnd.ms-xpsdocument 8bit
|
|
350
|
+
mseq application/vnd.mseq base64
|
|
351
|
+
mus application/vnd.musician base64
|
|
352
|
+
msty application/vnd.muvee.style base64
|
|
353
|
+
taglet application/vnd.mynfc base64
|
|
354
|
+
bkm application/vnd.nervana base64
|
|
355
|
+
nlu application/vnd.neurolanguage.nlu base64
|
|
356
|
+
nitf application/vnd.nitf base64
|
|
357
|
+
nnd application/vnd.noblenet-directory base64
|
|
358
|
+
nns application/vnd.noblenet-sealer base64
|
|
359
|
+
nnw application/vnd.noblenet-web base64
|
|
360
|
+
ngdat application/vnd.nokia.n-gage.data base64
|
|
361
|
+
n-gage application/vnd.nokia.n-gage.symbian.install base64
|
|
362
|
+
rpst application/vnd.nokia.radio-preset base64
|
|
363
|
+
rpss application/vnd.nokia.radio-presets base64
|
|
364
|
+
edm application/vnd.novadigm.EDM base64
|
|
365
|
+
edx application/vnd.novadigm.EDX base64
|
|
366
|
+
ext application/vnd.novadigm.EXT base64
|
|
367
|
+
odc application/vnd.oasis.opendocument.chart base64
|
|
368
|
+
otc application/vnd.oasis.opendocument.chart-template base64
|
|
369
|
+
odb application/vnd.oasis.opendocument.database base64
|
|
370
|
+
odf application/vnd.oasis.opendocument.formula base64
|
|
371
|
+
odft application/vnd.oasis.opendocument.formula-template base64
|
|
372
|
+
odg application/vnd.oasis.opendocument.graphics base64
|
|
373
|
+
otg application/vnd.oasis.opendocument.graphics-template base64
|
|
374
|
+
odi application/vnd.oasis.opendocument.image base64
|
|
375
|
+
oti application/vnd.oasis.opendocument.image-template base64
|
|
376
|
+
odp application/vnd.oasis.opendocument.presentation base64
|
|
377
|
+
otp application/vnd.oasis.opendocument.presentation-template base64
|
|
378
|
+
ods application/vnd.oasis.opendocument.spreadsheet base64
|
|
379
|
+
ots application/vnd.oasis.opendocument.spreadsheet-template base64
|
|
380
|
+
odt application/vnd.oasis.opendocument.text base64
|
|
381
|
+
odm application/vnd.oasis.opendocument.text-master base64
|
|
382
|
+
ott application/vnd.oasis.opendocument.text-template base64
|
|
383
|
+
oth application/vnd.oasis.opendocument.text-web base64
|
|
384
|
+
xo application/vnd.olpc-sugar base64
|
|
385
|
+
dd2 application/vnd.oma.dd2+xml base64
|
|
386
|
+
oxt application/vnd.openofficeorg.extension base64
|
|
387
|
+
pptx application/vnd.openxmlformats-officedocument.presentationml.presentation base64
|
|
388
|
+
sldx application/vnd.openxmlformats-officedocument.presentationml.slide base64
|
|
389
|
+
ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow base64
|
|
390
|
+
potx application/vnd.openxmlformats-officedocument.presentationml.template base64
|
|
391
|
+
xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet base64
|
|
392
|
+
xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template base64
|
|
393
|
+
docx application/vnd.openxmlformats-officedocument.wordprocessingml.document base64
|
|
394
|
+
dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template base64
|
|
395
|
+
mgp application/vnd.osgeo.mapguide.package base64
|
|
396
|
+
dp application/vnd.osgi.dp base64
|
|
397
|
+
esa application/vnd.osgi.subsystem base64
|
|
398
|
+
oprc application/vnd.palm base64
|
|
399
|
+
paw application/vnd.pawaafile base64
|
|
400
|
+
str application/vnd.pg.format base64
|
|
401
|
+
ei6 application/vnd.pg.osasli base64
|
|
402
|
+
efif application/vnd.picsel base64
|
|
403
|
+
wg application/vnd.pmi.widget base64
|
|
404
|
+
plf application/vnd.pocketlearn base64
|
|
405
|
+
pbd application/vnd.powerbuilder6 base64
|
|
406
|
+
box application/vnd.previewsystems.box base64
|
|
407
|
+
mgz application/vnd.proteus.magazine base64
|
|
408
|
+
qps application/vnd.publishare-delta-tree base64
|
|
409
|
+
pti application/vnd.pvi.ptid1 base64
|
|
410
|
+
bed application/vnd.realvnc.bed base64
|
|
411
|
+
mxl application/vnd.recordare.musicxml base64
|
|
412
|
+
musicxml application/vnd.recordare.musicxml+xml base64
|
|
413
|
+
cryptonote application/vnd.rig.cryptonote base64
|
|
414
|
+
cod application/vnd.rim.cod base64
|
|
415
|
+
rm application/vnd.rn-realmedia base64
|
|
416
|
+
rmvb application/vnd.rn-realmedia-vbr base64
|
|
417
|
+
link66 application/vnd.route66.link66+xml base64
|
|
418
|
+
st application/vnd.sailingtracker.track base64
|
|
419
|
+
s1w application/vnd.sealed.doc base64
|
|
420
|
+
sem application/vnd.sealed.eml base64
|
|
421
|
+
smh application/vnd.sealed.mht base64
|
|
422
|
+
s1p application/vnd.sealed.ppt base64
|
|
423
|
+
s1e application/vnd.sealed.xls base64
|
|
424
|
+
s1h application/vnd.sealedmedia.softseal.html base64
|
|
425
|
+
s1a application/vnd.sealedmedia.softseal.pdf base64
|
|
426
|
+
see application/vnd.seemail base64
|
|
427
|
+
sema application/vnd.sema base64
|
|
428
|
+
semd application/vnd.semd base64
|
|
429
|
+
semf application/vnd.semf base64
|
|
430
|
+
ifm application/vnd.shana.informed.formdata base64
|
|
431
|
+
itp application/vnd.shana.informed.formtemplate base64
|
|
432
|
+
iif application/vnd.shana.informed.interchange base64
|
|
433
|
+
ipk application/vnd.shana.informed.package base64
|
|
434
|
+
mmf application/vnd.smaf base64
|
|
435
|
+
teacher application/vnd.smart.teacher base64
|
|
436
|
+
sdkd application/vnd.solent.sdkm+xml base64
|
|
437
|
+
dxp application/vnd.spotfire.dxp base64
|
|
438
|
+
sfs application/vnd.spotfire.sfs base64
|
|
439
|
+
sdc application/vnd.stardivision.calc base64
|
|
440
|
+
sds application/vnd.stardivision.chart base64
|
|
441
|
+
sda application/vnd.stardivision.draw base64
|
|
442
|
+
sdd application/vnd.stardivision.impress base64
|
|
443
|
+
smf application/vnd.stardivision.math base64
|
|
444
|
+
sdw application/vnd.stardivision.writer base64
|
|
445
|
+
sgl application/vnd.stardivision.writer-global base64
|
|
446
|
+
smzip application/vnd.stepmania.package base64
|
|
447
|
+
sm application/vnd.stepmania.stepchart base64
|
|
448
|
+
sxc application/vnd.sun.xml.calc base64
|
|
449
|
+
stc application/vnd.sun.xml.calc.template base64
|
|
450
|
+
sxd application/vnd.sun.xml.draw base64
|
|
451
|
+
std application/vnd.sun.xml.draw.template base64
|
|
452
|
+
sxi application/vnd.sun.xml.impress base64
|
|
453
|
+
sti application/vnd.sun.xml.impress.template base64
|
|
454
|
+
sxm application/vnd.sun.xml.math base64
|
|
455
|
+
sxw application/vnd.sun.xml.writer base64
|
|
456
|
+
sxg application/vnd.sun.xml.writer.global base64
|
|
457
|
+
stw application/vnd.sun.xml.writer.template base64
|
|
458
|
+
sus application/vnd.sus-calendar base64
|
|
459
|
+
svd application/vnd.svd base64
|
|
460
|
+
sis application/vnd.symbian.install base64
|
|
461
|
+
xsm application/vnd.syncml+xml base64
|
|
462
|
+
bdm application/vnd.syncml.dm+wbxml base64
|
|
463
|
+
xdm application/vnd.syncml.dm+xml base64
|
|
464
|
+
tao application/vnd.tao.intent-module-archive base64
|
|
465
|
+
cap application/vnd.tcpdump.pcap base64
|
|
466
|
+
tmo application/vnd.tmobile-livetv base64
|
|
467
|
+
tpt application/vnd.trid.tpt base64
|
|
468
|
+
mxs application/vnd.triscape.mxs base64
|
|
469
|
+
tra application/vnd.trueapp base64
|
|
470
|
+
ufd application/vnd.ufdl base64
|
|
471
|
+
utz application/vnd.uiq.theme base64
|
|
472
|
+
umj application/vnd.umajin base64
|
|
473
|
+
unityweb application/vnd.unity base64
|
|
474
|
+
uoml application/vnd.uoml+xml base64
|
|
475
|
+
vcx application/vnd.vcx base64
|
|
476
|
+
vsc application/vnd.vidsoft.vidconference 8bit
|
|
477
|
+
vsd application/vnd.visio base64
|
|
478
|
+
vis application/vnd.visionary base64
|
|
479
|
+
vsf application/vnd.vsf base64
|
|
480
|
+
sic application/vnd.wap.sic base64
|
|
481
|
+
slc application/vnd.wap.slc base64
|
|
482
|
+
wbxml application/vnd.wap.wbxml base64
|
|
483
|
+
wmlc application/vnd.wap.wmlc base64
|
|
484
|
+
wmlsc application/vnd.wap.wmlscriptc base64
|
|
485
|
+
wtb application/vnd.webturbo base64
|
|
486
|
+
nbp application/vnd.wolfram.player base64
|
|
487
|
+
wpd application/vnd.wordperfect base64
|
|
488
|
+
wqd application/vnd.wqd base64
|
|
489
|
+
stf application/vnd.wt.stf base64
|
|
490
|
+
wv application/vnd.wv.csp+wbxml base64
|
|
491
|
+
xar application/vnd.xara base64
|
|
492
|
+
xfdl application/vnd.xfdl base64
|
|
493
|
+
hvd application/vnd.yamaha.hv-dic base64
|
|
494
|
+
hvs application/vnd.yamaha.hv-script base64
|
|
495
|
+
hvp application/vnd.yamaha.hv-voice base64
|
|
496
|
+
osf application/vnd.yamaha.openscoreformat base64
|
|
497
|
+
osfpvg application/vnd.yamaha.openscoreformat.osfpvg+xml base64
|
|
498
|
+
saf application/vnd.yamaha.smaf-audio base64
|
|
499
|
+
spf application/vnd.yamaha.smaf-phrase base64
|
|
500
|
+
cmp application/vnd.yellowriver-custom-menu base64
|
|
501
|
+
zir application/vnd.zul base64
|
|
502
|
+
zaz application/vnd.zzazz.deck+xml base64
|
|
503
|
+
vxml application/voicexml+xml base64
|
|
504
|
+
wif application/watcherinfo+xml base64
|
|
505
|
+
wgt application/widget base64
|
|
506
|
+
hlp application/winhlp base64
|
|
507
|
+
wp application/wordperfect base64
|
|
508
|
+
wp5 application/wordperfect5.1 base64
|
|
509
|
+
wp6 application/wordperfect6.1 base64
|
|
510
|
+
wsdl application/wsdl+xml base64
|
|
511
|
+
wspolicy application/wspolicy+xml base64
|
|
512
|
+
wk application/x-123 base64
|
|
513
|
+
7z application/x-7z-compressed base64
|
|
514
|
+
wkz application/x-Wingz base64
|
|
515
|
+
abw application/x-abiword base64
|
|
516
|
+
ace application/x-ace-compressed base64
|
|
517
|
+
dmg application/x-apple-diskimage base64
|
|
518
|
+
aab application/x-authorware-bin base64
|
|
519
|
+
aam application/x-authorware-map base64
|
|
520
|
+
aas application/x-authorware-seg base64
|
|
521
|
+
bcpio application/x-bcpio base64
|
|
522
|
+
torrent application/x-bittorrent base64
|
|
523
|
+
blb application/x-blorb base64
|
|
524
|
+
bz application/x-bzip base64
|
|
525
|
+
boz application/x-bzip2 base64
|
|
526
|
+
cb7 application/x-cbr base64
|
|
527
|
+
vcd application/x-cdlink base64
|
|
528
|
+
cfs application/x-cfs-compressed base64
|
|
529
|
+
chat application/x-chat base64
|
|
530
|
+
pgn application/x-chess-pgn base64
|
|
531
|
+
crx application/x-chrome-extension base64
|
|
532
|
+
z application/x-compress base64
|
|
533
|
+
nsc application/x-conference base64
|
|
534
|
+
cpio application/x-cpio base64
|
|
535
|
+
csh application/x-csh 8bit
|
|
536
|
+
csm application/x-cu-seeme base64
|
|
537
|
+
deb application/x-debian-package base64
|
|
538
|
+
dgc application/x-dgc-compressed base64
|
|
539
|
+
@dir application/x-director base64
|
|
540
|
+
wad application/x-doom base64
|
|
541
|
+
ncx application/x-dtbncx+xml base64
|
|
542
|
+
dtb application/x-dtbook+xml base64
|
|
543
|
+
res application/x-dtbresource+xml base64
|
|
544
|
+
dvi application/x-dvi base64
|
|
545
|
+
evy application/x-envoy base64
|
|
546
|
+
eva application/x-eva base64
|
|
547
|
+
bdf application/x-font-bdf base64
|
|
548
|
+
gsf application/x-font-ghostscript base64
|
|
549
|
+
psf application/x-font-linux-psf base64
|
|
550
|
+
pcf application/x-font-pcf base64
|
|
551
|
+
snf application/x-font-snf base64
|
|
552
|
+
ttc application/x-font-ttf base64
|
|
553
|
+
afm application/x-font-type1 base64
|
|
554
|
+
arc application/x-freearc base64
|
|
555
|
+
gca application/x-gca-compressed base64
|
|
556
|
+
ulx application/x-glulx base64
|
|
557
|
+
gnumeric application/x-gnumeric base64
|
|
558
|
+
gramps application/x-gramps-xml base64
|
|
559
|
+
gtar application/x-gtar base64
|
|
560
|
+
hdf application/x-hdf base64
|
|
561
|
+
rhtml application/x-html+ruby 8bit
|
|
562
|
+
php application/x-httpd-php 8bit
|
|
563
|
+
ibooks application/x-ibooks+zip base64
|
|
564
|
+
ica application/x-ica base64
|
|
565
|
+
install application/x-install-instructions base64
|
|
566
|
+
iso application/x-iso9660-image base64
|
|
567
|
+
key application/x-iwork-keynote-sffkey base64
|
|
568
|
+
numbers application/x-iwork-numbers-sffnumbers base64
|
|
569
|
+
pages application/x-iwork-pages-sffpages base64
|
|
570
|
+
jnlp application/x-java-jnlp-file base64
|
|
571
|
+
latex application/x-latex 8bit
|
|
572
|
+
mie application/x-mie base64
|
|
573
|
+
mobi application/x-mobipocket-ebook base64
|
|
574
|
+
application application/x-ms-application base64
|
|
575
|
+
lnk application/x-ms-shortcut base64
|
|
576
|
+
wmd application/x-ms-wmd base64
|
|
577
|
+
wmz application/x-ms-wmz base64
|
|
578
|
+
xbap application/x-ms-xbap base64
|
|
579
|
+
obd application/x-msbinder base64
|
|
580
|
+
crd application/x-mscardfile base64
|
|
581
|
+
clp application/x-msclip base64
|
|
582
|
+
bat application/x-msdos-program base64
|
|
583
|
+
msi application/x-msdownload base64
|
|
584
|
+
m13 application/x-msmediaview base64
|
|
585
|
+
emf application/x-msmetafile base64
|
|
586
|
+
mny application/x-msmoney base64
|
|
587
|
+
pub application/x-mspublisher base64
|
|
588
|
+
scd application/x-msschedule base64
|
|
589
|
+
trm application/x-msterminal base64
|
|
590
|
+
wri application/x-mswrite base64
|
|
591
|
+
pac application/x-ns-proxy-autoconfig base64
|
|
592
|
+
nzb application/x-nzb base64
|
|
593
|
+
oex application/x-opera-extension base64
|
|
594
|
+
pm application/x-pagemaker base64
|
|
595
|
+
pl application/x-perl 8bit
|
|
596
|
+
p12 application/x-pkcs12 base64
|
|
597
|
+
p7b application/x-pkcs7-certificates base64
|
|
598
|
+
p7r application/x-pkcs7-certreqresp base64
|
|
599
|
+
py application/x-python 8bit
|
|
600
|
+
rar application/x-rar-compressed base64
|
|
601
|
+
ris application/x-research-info-systems base64
|
|
602
|
+
rb application/x-ruby 8bit
|
|
603
|
+
sh application/x-sh 8bit
|
|
604
|
+
shar application/x-shar 8bit
|
|
605
|
+
swf application/x-shockwave-flash base64
|
|
606
|
+
xap application/x-silverlight-app base64
|
|
607
|
+
sav application/x-spss base64
|
|
608
|
+
sql application/x-sql base64
|
|
609
|
+
sit application/x-stuffit base64
|
|
610
|
+
sitx application/x-stuffitx base64
|
|
611
|
+
srt application/x-subrip base64
|
|
612
|
+
sv4cpio application/x-sv4cpio base64
|
|
613
|
+
sv4crc application/x-sv4crc base64
|
|
614
|
+
t3 application/x-t3vm-image base64
|
|
615
|
+
gam application/x-tads base64
|
|
616
|
+
tar application/x-tar base64
|
|
617
|
+
tcl application/x-tcl 8bit
|
|
618
|
+
tex application/x-tex 8bit
|
|
619
|
+
tfm application/x-tex-tfm base64
|
|
620
|
+
texi application/x-texinfo 8bit
|
|
621
|
+
obj application/x-tgif base64
|
|
622
|
+
roff application/x-troff base64
|
|
623
|
+
man application/x-troff-man 8bit
|
|
624
|
+
me application/x-troff-me base64
|
|
625
|
+
ms application/x-troff-ms base64
|
|
626
|
+
ustar application/x-ustar base64
|
|
627
|
+
src application/x-wais-source base64
|
|
628
|
+
webapp application/x-web-app-manifest+json base64
|
|
629
|
+
crt application/x-x509-ca-cert base64
|
|
630
|
+
fig application/x-xfig base64
|
|
631
|
+
xlf application/x-xliff+xml base64
|
|
632
|
+
xpi application/x-xpinstall base64
|
|
633
|
+
xz application/x-xz base64
|
|
634
|
+
z1 application/x-zmachine base64
|
|
635
|
+
xaml application/xaml+xml base64
|
|
636
|
+
xdf application/xcap-diff+xml base64
|
|
637
|
+
xenc application/xenc+xml base64
|
|
638
|
+
xht application/xhtml+xml 8bit
|
|
639
|
+
xml application/xml 8bit
|
|
640
|
+
dtd application/xml-dtd 8bit
|
|
641
|
+
xop application/xop+xml base64
|
|
642
|
+
xpl application/xproc+xml base64
|
|
643
|
+
xslt application/xslt+xml base64
|
|
644
|
+
xspf application/xspf+xml base64
|
|
645
|
+
mxml application/xv+xml base64
|
|
646
|
+
yang application/yang base64
|
|
647
|
+
yin application/yin+xml base64
|
|
648
|
+
zip application/zip base64
|
|
649
|
+
amr audio/AMR base64
|
|
650
|
+
awb audio/AMR-WB base64
|
|
651
|
+
evc audio/EVRC base64
|
|
652
|
+
l16 audio/L16 base64
|
|
653
|
+
smv audio/SMV base64
|
|
654
|
+
adp audio/adpcm base64
|
|
655
|
+
au audio/basic base64
|
|
656
|
+
kar audio/midi base64
|
|
657
|
+
f4a audio/mp4 base64
|
|
658
|
+
m2a audio/mpeg base64
|
|
659
|
+
oga audio/ogg base64
|
|
660
|
+
s3m audio/s3m base64
|
|
661
|
+
sil audio/silk base64
|
|
662
|
+
uva audio/vnd.dece.audio base64
|
|
663
|
+
eol audio/vnd.digital-winds 7bit
|
|
664
|
+
dra audio/vnd.dra base64
|
|
665
|
+
dts audio/vnd.dts base64
|
|
666
|
+
dtshd audio/vnd.dts.hd base64
|
|
667
|
+
plj audio/vnd.everad.plj base64
|
|
668
|
+
lvp audio/vnd.lucent.voice base64
|
|
669
|
+
pya audio/vnd.ms-playready.media.pya base64
|
|
670
|
+
mxmf audio/vnd.nokia.mobile-xmf base64
|
|
671
|
+
vbk audio/vnd.nortel.vbk base64
|
|
672
|
+
ecelp4800 audio/vnd.nuera.ecelp4800 base64
|
|
673
|
+
ecelp7470 audio/vnd.nuera.ecelp7470 base64
|
|
674
|
+
ecelp9600 audio/vnd.nuera.ecelp9600 base64
|
|
675
|
+
qcp audio/vnd.qcelp base64
|
|
676
|
+
rip audio/vnd.rip base64
|
|
677
|
+
s1m audio/vnd.sealedmedia.softseal.mpeg base64
|
|
678
|
+
weba audio/webm base64
|
|
679
|
+
aac audio/x-aac base64
|
|
680
|
+
aif audio/x-aiff base64
|
|
681
|
+
caf audio/x-caf base64
|
|
682
|
+
flac audio/x-flac base64
|
|
683
|
+
mka audio/x-matroska base64
|
|
684
|
+
m3u audio/x-mpegurl base64
|
|
685
|
+
wax audio/x-ms-wax base64
|
|
686
|
+
wma audio/x-ms-wma base64
|
|
687
|
+
wmv audio/x-ms-wmv base64
|
|
688
|
+
ra audio/x-pn-realaudio base64
|
|
689
|
+
rmp audio/x-pn-realaudio-plugin base64
|
|
690
|
+
wav audio/x-wav base64
|
|
691
|
+
xm audio/xm base64
|
|
692
|
+
cdx chemical/x-cdx base64
|
|
693
|
+
cif chemical/x-cif base64
|
|
694
|
+
cmdf chemical/x-cmdf base64
|
|
695
|
+
cml chemical/x-cml base64
|
|
696
|
+
csml chemical/x-csml base64
|
|
697
|
+
xyz chemical/x-xyz base64
|
|
698
|
+
dwf drawing/dwf base64
|
|
699
|
+
bmp image/bmp base64
|
|
700
|
+
cgm image/cgm base64
|
|
701
|
+
g3 image/g3fax base64
|
|
702
|
+
gif image/gif base64
|
|
703
|
+
ief image/ief base64
|
|
704
|
+
jp2 image/jp2 base64
|
|
705
|
+
jpe image/jpeg base64
|
|
706
|
+
jpgm image/jpm base64
|
|
707
|
+
jpf image/jpx base64
|
|
708
|
+
ktx image/ktx base64
|
|
709
|
+
png image/png base64
|
|
710
|
+
btif image/prs.btif base64
|
|
711
|
+
sgi image/sgi base64
|
|
712
|
+
svg image/svg+xml 8bit
|
|
713
|
+
tga image/targa base64
|
|
714
|
+
tif image/tiff base64
|
|
715
|
+
psd image/vnd.adobe.photoshop base64
|
|
716
|
+
uvg image/vnd.dece.graphic base64
|
|
717
|
+
dgn image/vnd.dgn base64
|
|
718
|
+
djv image/vnd.djvu base64
|
|
719
|
+
sub image/vnd.dvb.subtitle base64
|
|
720
|
+
dwg image/vnd.dwg base64
|
|
721
|
+
dxf image/vnd.dxf base64
|
|
722
|
+
fbs image/vnd.fastbidsheet base64
|
|
723
|
+
fpx image/vnd.fpx base64
|
|
724
|
+
fst image/vnd.fst base64
|
|
725
|
+
mmr image/vnd.fujixerox.edmics-mmr base64
|
|
726
|
+
rlc image/vnd.fujixerox.edmics-rlc base64
|
|
727
|
+
pgb image/vnd.globalgraphics.pgb base64
|
|
728
|
+
ico image/vnd.microsoft.icon base64
|
|
729
|
+
mdi image/vnd.ms-modi base64
|
|
730
|
+
wdp image/vnd.ms-photo base64
|
|
731
|
+
npx image/vnd.net-fpx base64
|
|
732
|
+
wbmp image/vnd.wap.wbmp base64
|
|
733
|
+
xif image/vnd.xiff base64
|
|
734
|
+
webp image/webp base64
|
|
735
|
+
3ds image/x-3ds base64
|
|
736
|
+
ras image/x-cmu-raster base64
|
|
737
|
+
cmx image/x-cmx base64
|
|
738
|
+
xcfbz2 image/x-compressed-xcf base64
|
|
739
|
+
fh image/x-freehand base64
|
|
740
|
+
3fr image/x-hasselblad-3fr base64
|
|
741
|
+
sid image/x-mrsid-image base64
|
|
742
|
+
psp image/x-paintshoppro base64
|
|
743
|
+
pcx image/x-pcx base64
|
|
744
|
+
pct image/x-pict base64
|
|
745
|
+
pnm image/x-portable-anymap base64
|
|
746
|
+
pbm image/x-portable-bitmap base64
|
|
747
|
+
pgm image/x-portable-graymap base64
|
|
748
|
+
ppm image/x-portable-pixmap base64
|
|
749
|
+
rgb image/x-rgb base64
|
|
750
|
+
xbm image/x-xbitmap 7bit
|
|
751
|
+
xcf image/x-xcf base64
|
|
752
|
+
xpm image/x-xpixmap 8bit
|
|
753
|
+
xwd image/x-xwindowdump base64
|
|
754
|
+
eml message/rfc822 8bit
|
|
755
|
+
iges model/iges base64
|
|
756
|
+
mesh model/mesh base64
|
|
757
|
+
dae model/vnd.collada+xml base64
|
|
758
|
+
gdl model/vnd.gdl base64
|
|
759
|
+
gtw model/vnd.gtw base64
|
|
760
|
+
mts model/vnd.mts base64
|
|
761
|
+
x_b model/vnd.parasolid.transmit.binary base64
|
|
762
|
+
x_t model/vnd.parasolid.transmit.text quoted-printable
|
|
763
|
+
vtu model/vnd.vtu base64
|
|
764
|
+
vrml model/vrml base64
|
|
765
|
+
x3db model/x3d+binary base64
|
|
766
|
+
x3dv model/x3d+vrml base64
|
|
767
|
+
x3d model/x3d+xml base64
|
|
768
|
+
appcache text/cache-manifest quoted-printable
|
|
769
|
+
ics text/calendar quoted-printable
|
|
770
|
+
csv text/comma-separated-values 8bit
|
|
771
|
+
css text/css 8bit
|
|
772
|
+
htm text/html 8bit
|
|
773
|
+
n3 text/n3 quoted-printable
|
|
774
|
+
c text/plain quoted-printable
|
|
775
|
+
dsc text/prs.lines.tag quoted-printable
|
|
776
|
+
rtx text/richtext 8bit
|
|
777
|
+
sgm text/sgml quoted-printable
|
|
778
|
+
tsv text/tab-separated-values quoted-printable
|
|
779
|
+
troff text/troff 8bit
|
|
780
|
+
ttl text/turtle quoted-printable
|
|
781
|
+
uri text/uri-list quoted-printable
|
|
782
|
+
vcard text/vcard quoted-printable
|
|
783
|
+
dcurl text/vnd.curl.dcurl quoted-printable
|
|
784
|
+
mcurl text/vnd.curl.mcurl quoted-printable
|
|
785
|
+
scurl text/vnd.curl.scurl quoted-printable
|
|
786
|
+
fly text/vnd.fly quoted-printable
|
|
787
|
+
flx text/vnd.fmi.flexstor quoted-printable
|
|
788
|
+
gv text/vnd.graphviz quoted-printable
|
|
789
|
+
3dml text/vnd.in3d.3dml quoted-printable
|
|
790
|
+
spot text/vnd.in3d.spot quoted-printable
|
|
791
|
+
ccc text/vnd.net2phone.commcenter.command quoted-printable
|
|
792
|
+
jad text/vnd.sun.j2me.app-descriptor 8bit
|
|
793
|
+
si text/vnd.wap.si quoted-printable
|
|
794
|
+
sl text/vnd.wap.sl quoted-printable
|
|
795
|
+
wml text/vnd.wap.wml quoted-printable
|
|
796
|
+
wmls text/vnd.wap.wmlscript quoted-printable
|
|
797
|
+
asm text/x-asm quoted-printable
|
|
798
|
+
cxx text/x-c quoted-printable
|
|
799
|
+
coffee text/x-coffescript 8bit
|
|
800
|
+
htc text/x-component 8bit
|
|
801
|
+
f text/x-fortran quoted-printable
|
|
802
|
+
java text/x-java-source quoted-printable
|
|
803
|
+
nfo text/x-nfo quoted-printable
|
|
804
|
+
opml text/x-opml quoted-printable
|
|
805
|
+
p text/x-pascal quoted-printable
|
|
806
|
+
etx text/x-setext quoted-printable
|
|
807
|
+
sfv text/x-sfv quoted-printable
|
|
808
|
+
uu text/x-uuencode quoted-printable
|
|
809
|
+
vcs text/x-vcalendar 8bit
|
|
810
|
+
vcf text/x-vcard 8bit
|
|
811
|
+
yaml text/x-yaml 8bit
|
|
812
|
+
3gp video/3gpp base64
|
|
813
|
+
3g2 video/3gpp2 base64
|
|
814
|
+
dv video/DV base64
|
|
815
|
+
h261 video/H261 base64
|
|
816
|
+
h263 video/H263 base64
|
|
817
|
+
h264 video/H264 base64
|
|
818
|
+
jpgv video/JPEG base64
|
|
819
|
+
mj2 video/MJ2 base64
|
|
820
|
+
ts video/MP2T base64
|
|
821
|
+
dl video/dl base64
|
|
822
|
+
gl video/gl base64
|
|
823
|
+
f4p video/mp4 base64
|
|
824
|
+
m1v video/mpeg base64
|
|
825
|
+
ogv video/ogg base64
|
|
826
|
+
mov video/quicktime base64
|
|
827
|
+
uvh video/vnd.dece.hd base64
|
|
828
|
+
uvm video/vnd.dece.mobile base64
|
|
829
|
+
uvp video/vnd.dece.pd base64
|
|
830
|
+
uvs video/vnd.dece.sd base64
|
|
831
|
+
uvv video/vnd.dece.video base64
|
|
832
|
+
dvb video/vnd.dvb.file base64
|
|
833
|
+
fvt video/vnd.fvt base64
|
|
834
|
+
m4u video/vnd.mpegurl 8bit
|
|
835
|
+
pyv video/vnd.ms-playready.media.pyv base64
|
|
836
|
+
nim video/vnd.nokia.interleaved-multimedia base64
|
|
837
|
+
m4v video/vnd.objectvideo base64
|
|
838
|
+
s11 video/vnd.sealed.mpeg1 base64
|
|
839
|
+
s14 video/vnd.sealed.mpeg4 base64
|
|
840
|
+
ssw video/vnd.sealed.swf base64
|
|
841
|
+
s1q video/vnd.sealedmedia.softseal.mov base64
|
|
842
|
+
uvu video/vnd.uvvu.mp4 base64
|
|
843
|
+
viv video/vnd.vivo base64
|
|
844
|
+
fli video/x-fli base64
|
|
845
|
+
flv video/x-flv base64
|
|
846
|
+
ivf video/x-ivf base64
|
|
847
|
+
mk3d video/x-matroska base64
|
|
848
|
+
mng video/x-mng base64
|
|
849
|
+
mjpeg video/x-motion-jpeg base64
|
|
850
|
+
asx video/x-ms-asf base64
|
|
851
|
+
vob video/x-ms-vob base64
|
|
852
|
+
wm video/x-ms-wm base64
|
|
853
|
+
wmx video/x-ms-wmx base64
|
|
854
|
+
wvx video/x-ms-wvx base64
|
|
855
|
+
avi video/x-msvideo base64
|
|
856
|
+
movie video/x-sgi-movie base64
|
|
857
|
+
ice x-conference/x-cooltalk base64
|