Commit Graph

11 Commits (27423b78aa8e7df544c1ae30d83ca9b01e55b597)

Author SHA1 Message Date
Björn Lindqvist 2895d5e095 calendar.format: moving parsing words to a new vocab calendar.parser
The vocab was getting big so the idea is to have all the time parsing in
calendar.parsing and only keep formatting words in calendar.format.
2017-01-04 08:50:24 +01:00
Björn Lindqvist f9b9ce20f2 calendar.english: new vocab for english names for days and months
This moves all the english-centric words from the calendar vocab which
was getting kind of big to calendar.english. It should make it easier to
see which vocabs make language assumptions.
2017-01-03 15:48:08 +01:00
Benjamin Pollack 62d1425971 Add SNI support to Factor
Fixes #1527
2016-03-03 09:48:20 -08:00
John Benediktsson ceb75057da change ERROR: words from throw-foo back to foo. 2015-08-13 16:13:05 -07:00
Doug Coleman 66147f27b4 extra: use throw-foo for ERROR: change 2015-08-13 01:56:32 -07:00
John Benediktsson bcbd6c55e4 extra: "1 tail" is rest. 2014-11-29 17:44:43 -08:00
Björn Lindqvist c6d419e0fe imap: fix parse-store-mail parsing because it breaks on gmail
gmail responses include lines with the order of UID and FLAGS reversed
to indicate the previous flags for a mail. Just ignore those lines
because they aren't useful and non-standard.
2014-10-07 15:12:02 -07:00
Doug Coleman bc89b6c7d5 imap: Add some combinators, fix up some docs, add docs, fix up unit tests. 2014-04-05 15:51:41 -07:00
Björn Lindqvist 92d71a4a3b imap: privatizing the non-api words 2014-01-16 22:14:27 +01:00
Björn Lindqvist d20dc5e649 imap: documentation 2014-01-16 22:09:59 +01:00
Björn Lindqvist e05c1214bd imap: vocab for handling imap 2014-01-16 20:20:36 +01:00