You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generate `rfcs/rfc3454-stringprep_tables.json` from RFC3454, and
generate the regexps in both `lib/net/imap/stringprep/tables.rb` and
`lib/net/imap/stringprep/saslprep_tables.rb` using those tables
extracted from RFC3454. The JSON data is also used to validate that the
regexps are still valid, as we use Unicode character classes which can
be updated every year, and thus with every new version of ruby.
However, this means that the test suite cannot be run offline (unless
you have previously downloaded RFC3454). Adding the text version of
RFC3454 solves this issue.
Fixes#136.
0 commit comments