VocabularyimapVariable descriptionA tuple for holding the host, email, and password for an IMAP account. Setting this information as a global variable in your .factor-rc or .factor-boot-rc is recommended.
ExamplesRun the next example and click the link to edit your boot rc:
USING: imap tools.scaffold ;
scaffold-factor-boot-rc
Add the following settings to your bootstrap rc file:
USING: imap namespaces ;
"imap.gmail.com" "foo@gmail.com" "password" <imap-settings> \ imap-settings set-global
Run your boot rc again:
USING: command-line ;
run-bootstrap-init
See alsowith-imap-settingsVariable valueCurrent value in global namespace:
Definition