4D Internet Commands v16

IMAP_SetPrefs

Home

 
4D Internet Commands v16
IMAP_SetPrefs

IMAP_SetPrefs 


 

IMAP_SetPrefs ( stripLineFeed ; msgFolder ) -> Funktionsergebnis 
Parameter Typ   Beschreibung
stripLineFeed  Ganzzahl in 0 = Do not strip LineFeeds, 1 = Strip LineFeeds, -1 = No Change
msgFolder  Text in Messages folder path ("" = no change)
Funktionsergebnis  Ganzzahl in 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.



Siehe auch 

IMAP_Download
IMAP_GetPrefs

 
EIGENSCHAFTEN 

Produkt: 4D Internet Commands
Thema: IC IMAP Review Mail
Nummer: 88886

 
GESCHICHTE 

Erstellt: 4D Internet Commands 6.8.1

 
ARTIKELVERWENDUNG

4D Internet Commands ( 4D Internet Commands v16)