Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
IMAP_SetPrefs
|
IMAP_SetPrefs ( stripLineFeed ; msgFolder ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
stripLineFeed | Ganzzahl |
![]() |
0 = Do not strip LineFeeds, 1 = Strip LineFeeds, -1 = No Change | |||||
msgFolder | Text |
![]() |
Messages folder path ("" = no change) | |||||
Funktionsergebnis | Ganzzahl |
![]() |
Error code | |||||
The IMAP_SetPrefs command sets the preferences for all IMAP commands.
stripLineFeed is an integer value specifying how LineFeed characters will be treated in saved messages. Most IMAP servers combine Carriage Return and Line Feed characters to indicate the end of a line. Macintosh applications prefer a carriage return only as the end-of-line character. This option lets users strip the linefeed character from their message text. A value of zero will leave retrieved messages in the format as stored on the IMAP server. A value of 1 will strip linefeed characters from retrieved messages. A value of -1 will leave this preference as it has been previously set. The default option is set to 1 and will automatically strip linefeeds found in messages.
msgFolder is a text value indicating the local pathname to a folder in which messages retrieved with the IMAP_Download command are stored by default.
Produkt: 4D
Thema: IC IMAP Review Mail (deprecated)
Nummer:
88886
Erstellt: 4D Internet Commands 6.8.1
4D Internet Commands ( 4D v19)