factor/extra/imap
Doug Coleman f77d46f0c8 imap: Add a word to list all folders and fix a couple issues.
- Fix a bug where the regex assumes double-quotes around a string but Outlook doesn't put them.
- Fix all the \\ escapes in the regexps to look a little better.
- Cleaner looping for reading emails.

! Example query to get some spams
imap-settings get [
  "[Gmail]/Spam" select-folder
  "ALL" "" search-mails 10 head
  "(BODY[1] BODY[HEADER.FIELDS (SUBJECT TO FROM CC BCC)])" fetch-mails
] with-imap-settings
2018-11-21 19:27:42 -06:00
..
authors.txt imap: metadata files 2014-01-16 20:22:04 +01:00
imap-docs.factor factor: remove """ string syntax for now. there are HEREDOC:, STRING:, escaping \", and something else soon. 2015-07-25 22:59:56 -07:00
imap-tests.factor imap: Disable tests until we start using dovecot locally. 2017-12-18 17:50:19 -06:00
imap.factor imap: Add a word to list all folders and fix a couple issues. 2018-11-21 19:27:42 -06:00
summary.txt imap: metadata files 2014-01-16 20:22:04 +01:00
tags.txt basis/,extra/: lots of new tags.txt files 2017-07-05 01:50:39 +02:00