README.md in email_parser-0.1.0 vs README.md in email_parser-0.1.1
- old
+ new
@@ -35,9 +35,10 @@
```
## Parser options
- `allow_address_literal: true` allows `a@[127.0.0.1]` etc. (default: `false`)
+- `allow_domain_label_begin_with_number: true` allows `a@123.com` etc.
- `allow_dot_sequence_in_local: true` allows `a..b@example.com` etc. (default: `false`)
- `allow_local_begin_with_dot: true` allows `.a@example.com` etc. (default: `false`)
- `allow_local_end_with_dot: true` allows `a.@example.com` etc. (default: `false`)