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
Decodes text from IMAP UTF-7.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Text | 9.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Text | The text in IMAP's modified UTF-7 encoding. | "Test&AOk-" |
Returns OK or error.
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/日本語/台北"
Created 18th March 2019, last changed 18th March 2019
Text.DecodeHexFromBase64 - Text.DecodeURLComponent
Feedback: Report problem or ask question.