Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

Text.DecodeIMAPFolderName

Decodes text from IMAP UTF-7.

Component Version macOS Windows Linux Server iOS SDK
Text 9.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Text.DecodeIMAPFolderName"; Text )   More

Parameters

Parameter Description Example
Text The text in IMAP's modified UTF-7 encoding. "Test&AOk-"

Result

Returns OK or error.

Description

Decodes text from IMAP UTF-7.
Use this for IMAP folder names to decode the name and show to user.

Examples

Decode Entwürfe:

MBS( "Text.DecodeIMAPFolder"; "Entw&APw-rfe" )

Example result: "Entwürfe"

Decode Testé&

MBS( "Text.DecodeIMAPFolder"; "Test&AOk-&-" )

Example result: "Testé&"

Decode path with chinese characters:

MBS( "Text.DecodeIMAPFolder"; "~peter/mail/&ZeVnLIqe-/&U,BTFw-" )

Example result: "~peter/mail/日本語/台北"

Release notes

Blog Entries

Created 18th March 2019, last changed 18th March 2019


Text.DecodeHexFromBase64 - Text.DecodeURLComponent

Feedback: Report problem or ask question.