Innov-AI
    Documentation | MentDB Weak Server
Create an IMAP connection (to download mail)

  • To create an IMAP connection (to download mail):
  • Right click on 'Mail' and select 'Create imap connection'
  • cm set "demo_cm_imap" {execute "mail.imap.config.get"
    	"[hostname]" "imap.gmail.com"
    	"[port]" "993"
    	"[user]" "your-account@gmail.com"
    	"[password]" "pwd"
    	"[auth]" false
    	"[tls]" false
    	"[ssl]" true
    	"[connectTimeout]" "10000"
    	"[sessionTimeout]" "60000"
    ;};
  • Update the configuration name 'demo_cm_imap' used by MQL source code
  • Update the configuration connection and save
  • Execute buttons
  • Refresh the tree
Services     Supporters     Contact     About     Legal notice © 2024