@thotho said in Bug with imap get list of folders:
When fetching the folders, the list only contains " [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"
Because BAS does not serialise objects when writing logs, you need to do it manually.
log(JSON.stringify(VAR_SOME_OBJECT))