@@ -267,7 +267,7 @@ Returns TRUE on success, FALSE on failure.
267
267
268
268
### Remarks
269
269
270
- The "B" encoding scheme is described in RFC 2047 ([ http ://www.ietf.org/rfc/rfc2047.txt] ( http ://www.ietf.org/rfc/rfc2047.txt) ).
270
+ The "B" encoding scheme is described in RFC 2047 ([ https ://www.ietf.org/rfc/rfc2047.txt] ( https ://www.ietf.org/rfc/rfc2047.txt) ).
271
271
272
272
## <a name =" bencodegetrequiredlength " ></a > BEncodeGetRequiredLength
273
273
@@ -291,7 +291,7 @@ The number of characters required for a buffer that could hold encoded data of *
291
291
292
292
### Remarks
293
293
294
- The "B" encoding scheme is described in RFC 2047 ([ http ://www.ietf.org/rfc/rfc2047.txt] ( http ://www.ietf.org/rfc/rfc2047.txt) ).
294
+ The "B" encoding scheme is described in RFC 2047 ([ https ://www.ietf.org/rfc/rfc2047.txt] ( https ://www.ietf.org/rfc/rfc2047.txt) ).
295
295
296
296
## <a name =" escapexml " ></a > EscapeXML
297
297
@@ -419,7 +419,7 @@ Returns TRUE on success, FALSE on failure.
419
419
420
420
### Remarks
421
421
422
- The "Q" encoding scheme is described in RFC 2047 ([ http ://www.ietf.org/rfc/rfc2047.txt] ( http ://www.ietf.org/rfc/rfc2047.txt) ).
422
+ The "Q" encoding scheme is described in RFC 2047 ([ https ://www.ietf.org/rfc/rfc2047.txt] ( https ://www.ietf.org/rfc/rfc2047.txt) ).
423
423
424
424
## <a name =" qencodegetrequiredlength " ></a > QEncodeGetRequiredLength
425
425
@@ -443,7 +443,7 @@ The number of characters required for a buffer that could hold encoded data of *
443
443
444
444
### Remarks
445
445
446
- The "Q" encoding scheme is described in RFC 2047 ([ http ://www.ietf.org/rfc/rfc2047.txt] ( http ://www.ietf.org/rfc/rfc2047.txt) ).
446
+ The "Q" encoding scheme is described in RFC 2047 ([ https ://www.ietf.org/rfc/rfc2047.txt] ( https ://www.ietf.org/rfc/rfc2047.txt) ).
447
447
448
448
## <a name =" qpdecode " ></a > QPDecode
449
449
@@ -481,7 +481,7 @@ Returns TRUE on success, FALSE on failure.
481
481
482
482
### Remarks
483
483
484
- The quoted-printable encoding scheme is described in RFC 2045 ([ http ://www.ietf.org/rfc/rfc2045.txt] ( http ://www.ietf.org/rfc/rfc2045.txt) ).
484
+ The quoted-printable encoding scheme is described in RFC 2045 ([ https ://www.ietf.org/rfc/rfc2045.txt] ( https ://www.ietf.org/rfc/rfc2045.txt) ).
485
485
486
486
## <a name =" qpdecodegetrequiredlength " ></a > QPDecodeGetRequiredLength
487
487
@@ -502,7 +502,7 @@ The number of bytes required for a buffer that could hold a decoded string of *n
502
502
503
503
### Remarks
504
504
505
- The quoted-printable encoding scheme is described in RFC 2045 ([ http ://www.ietf.org/rfc/rfc2045.txt] ( http ://www.ietf.org/rfc/rfc2045.txt) ).
505
+ The quoted-printable encoding scheme is described in RFC 2045 ([ https ://www.ietf.org/rfc/rfc2045.txt] ( https ://www.ietf.org/rfc/rfc2045.txt) ).
506
506
507
507
## <a name =" qpencode " ></a > QPEncode
508
508
@@ -538,15 +538,15 @@ ATLSMTP_QPENCODE flags describing how the conversion is to be performed.
538
538
539
539
- ATLSMTP_QPENCODE_TRAILING_SOFT Appends ` =\r\n ` to the encoded string.
540
540
541
- The quoted-printable encoding scheme is described in [ RFC 2045] ( http ://www.ietf.org/rfc/rfc2045.txt) .
541
+ The quoted-printable encoding scheme is described in [ RFC 2045] ( https ://www.ietf.org/rfc/rfc2045.txt) .
542
542
543
543
### Return Value
544
544
545
545
Returns TRUE on success, FALSE on failure.
546
546
547
547
### Remarks
548
548
549
- The quoted-printable encoding scheme is described in RFC 2045 ([ http ://www.ietf.org/rfc/rfc2045.txt] ( http ://www.ietf.org/rfc/rfc2045.txt) ).
549
+ The quoted-printable encoding scheme is described in RFC 2045 ([ https ://www.ietf.org/rfc/rfc2045.txt] ( https ://www.ietf.org/rfc/rfc2045.txt) ).
550
550
551
551
## <a name =" qpencodegetrequiredlength " ></a > QPEncodeGetRequiredLength
552
552
@@ -567,7 +567,7 @@ The number of characters required for a buffer that could hold encoded data of *
567
567
568
568
### Remarks
569
569
570
- The quoted-printable encoding scheme is described in RFC 2045 ([ http ://www.ietf.org/rfc/rfc2045.txt] ( http ://www.ietf.org/rfc/rfc2045.txt) ).
570
+ The quoted-printable encoding scheme is described in RFC 2045 ([ https ://www.ietf.org/rfc/rfc2045.txt] ( https ://www.ietf.org/rfc/rfc2045.txt) ).
571
571
572
572
## <a name =" uudecode " ></a > UUDecode
573
573
0 commit comments