data: MIME
authorFrantišek Kučera <franta-hg@frantovo.cz>
Fri, 16 Aug 2013 18:31:05 +0200
changeset 84835af238d020
parent 83 16c5bf4454af
child 85 02c5533d3888
data: MIME
data/dictionary.xml
     1.1 --- a/data/dictionary.xml	Fri Aug 16 17:04:49 2013 +0200
     1.2 +++ b/data/dictionary.xml	Fri Aug 16 18:31:05 2013 +0200
     1.3 @@ -349,7 +349,18 @@
     1.4  	</concept>
     1.5  	<concept>
     1.6  		<term abbreviation="MIME" completeForm="multipurpose Internet mail extensions" language="en"/>
     1.7 -		<explanation language="en"><text></text></explanation>
     1.8 +		<explanation language="en">
     1.9 +			<text>
    1.10 +				an Internet standard for extended e-mail format which supports
    1.11 +					international character sets for body parts,
    1.12 +					international characters in message headers,
    1.13 +					attachements of various types,
    1.14 +					multipart messages;
    1.15 +				MIME message itself is a human-readable text starting with header section and having one or more body parts;
    1.16 +				binary or non-ASCII values are encoded in several ways described by the MIME's RFCs;
    1.17 +				the content types defined by MIME is used also outside of e-mail – for indicating format of the content in HTTP, databases or operating systems
    1.18 +			</text>
    1.19 +		</explanation>
    1.20  		<tag>computer</tag>
    1.21  		<tag>messaging</tag>
    1.22  	</concept>