Summary
How it works
Crystal Reports
Date
COPY_ARRAY
IS_WEEKEND
Decimal
COPY_ARRAY
Development
LINK_OPEN
VALIDATE
VALIDATE_TRANSACTION
VIEW_SCREEN
Integer
COPY_ARRAY
Short Integer
COPY_ARRAY
File
CREATE_DIRECTORY
CSV_TO_XLSX
DEL_DIRECTORY
DOWNLOAD
GET_COMPLETE_NAME
GET_EXTENSION
GET_HASH
GET_NAME
LIST_DIRECTORIES
LIST_FILES
PATH_TO_VOLUME
UNZIP
UPLOAD
VOLUME_TO_PATH
ZIP
FTP
DELETE
DOWNLOAD
LIST
UPLOAD
Image
GENERATE_CODE
IMAP
LIST_DIRECTORIES
JSON
COUNT
DEL_KEY
GET_KEYS
GET_ONE
GET_POS_KEY
GET_TYPE
GET_VALUE
SET_VALUE
TO_ARRAY
SMS
SEND
SMTP
SEND_EMAIL
Stock
GET_AVAILABLE_QTY
GET_COST
Text
COPY_ARRAY
COUNT_OCCURRENCES
HTML_DECODE
HTML_ENCODE
HTML_TO_TXT
IS_NUMERIC
LINK_DECODE
LINK_ENCODE
RANDOM
REPLACE
RTF_TO_TXT
SPLIT
TO_BASE64
User
CHECK_PASSWORD
Sale
CLOSE_ORDER
GET_PRICE
func X3.EN_IMAP_LIST_DIRECTORIES(Char FILTER_IN, Char LOGIN_IN, Char PASS_IN, Char IMAP_SERVER_IN, Integer IMAP_PORT_IN, Char IMAP_SECURITY_IN, Char() DIRECTORIES_OUT) : Integer
Allows you to retrieve the list of folders from an email box
- FILTER_IN Char Possible filter on the folders (Ex: "customer" > Returns only the folders containing "customer")
- LOGIN_IN Char Contains the login for the SMTP connection (and possibly IMAP)
- PASS_IN Char Contains the password for the SMTP connection (and IMAP if necessary)
- IMAP_SERVER_IN Char Contains the address of the IMAP server
- IMAP_PORT_IN Integer Contains the port number of the IMAP server (153, 993, ...)
- IMAP_SECURITY_IN Char Contains the IMAP server security ("SSL", "TLS", "")
- DIRECTORIES_OUT Char() Array containing the names of the directories
Example
Local Char DOSSIERS(255)(50)
Infbox num$(func X3.EN_IMAP_LIST_DIRECTORIES("",
& "lvexpertisex3",
& "ThisIsMichelMyPassword",
& "imap.lvexpertisex3.com",
& 993,
& "SSL",
& DOSSIERS))