The current version of SVN is 5203, so you are a little behind in updates.
5203 XE2 IE11.
.pas, 53 upload. , PostStream .
, CRLF , , TIdMessageDecoderMIME -base64/QP- ( ). , , , . , MIME , , . MIME , Indy , base64.
, ASCII, $3F , UTF-8. - , PostStream 7 ASCII TIdMessageDecoderMIME.ReadBody(), Content-Transfer-Encoding , Indy ASCII - RFC 2045 6.1:
"Content-Transfer-Encoding: 7BIT" , Content-Transfer-Encoding .
6.4 , , -, 6.1:
Content-Transfer-Encoding , Content-Type "application/octet-stream", , Content-Type.
ReadBody() , 6.1, Indy 7bit, 6.4, 7bit . , Content-Transfer-Encoding , Indy .
Content-Type - application/octet-stream, 8- . ReadBody() application/octet-stream 8bit 7bit 6.1, :
if LContentTransferEncoding = '' then begin
if IsHeaderMediaType(LContentType, 'application/mac-binhex40') then begin {Do not Localize}
LContentTransferEncoding := 'binhex40'; {do not localize}
end
else if IsHeaderMediaType(LContentType, 'application/octet-stream') then begin {Do not Localize}
LContentTransferEncoding := '8bit'; {do not localize}
end
else begin
LContentTransferEncoding := '7bit'; {do not localize}
end;
end
- , , ASCII $3F, CRLF.
, , descrepency. Indy. , Indy.