Skip to content

Commit 1ab0850

Browse files
committed
Revised mime.types file with cpp extension and updated modification docs
Issue: SPR-16678 (cherry picked from commit 9601d4b)
1 parent 2a9eaab commit 1ab0850

File tree

1 file changed

+6
-5
lines changed
  • spring-context-support/src/main/resources/org/springframework/mail/javamail

1 file changed

+6
-5
lines changed

spring-context-support/src/main/resources/org/springframework/mail/javamail/mime.types

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright 2002-2010 the original author or authors.
2+
# Copyright 2002-2018 the original author or authors.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -16,14 +16,15 @@
1616

1717
################################################################################
1818
#
19-
# Defaults for the Java Activation Framework
20-
# Additional extensions registered in this file:
21-
# text/plain java c c++ pl cc h
19+
# Defaults for the Java Activation Framework (revised).
20+
# Modified extensions registered in this file:
21+
# text/plain java c c++ cpp pl cc h
22+
# image/png png
2223
#
2324
################################################################################
2425

2526
text/html html htm HTML HTM
26-
text/plain txt text TXT TEXT java c c++ pl cc h
27+
text/plain txt text TXT TEXT java c c++ cpp pl cc h
2728
image/gif gif GIF
2829
image/ief ief
2930
image/jpeg jpeg jpg jpe JPG

0 commit comments

Comments
 (0)