mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +08:00
parent
9a6d51e595
commit
9b6823885a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ RegExpUtils =
|
||||||
# See http://tools.ietf.org/html/rfc5322#section-3.4 and
|
# See http://tools.ietf.org/html/rfc5322#section-3.4 and
|
||||||
# https://tools.ietf.org/html/rfc6531 and
|
# https://tools.ietf.org/html/rfc6531 and
|
||||||
# https://en.wikipedia.org/wiki/Email_address#Local_part
|
# https://en.wikipedia.org/wiki/Email_address#Local_part
|
||||||
emailRegex: -> new RegExp(/([a-z.A-Z0-9%#_~$&*+;=:-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4})/g)
|
emailRegex: -> new RegExp(/([a-z.A-Z0-9%#_~$&*+;=:-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,63})/g)
|
||||||
|
|
||||||
# https://regex101.com/r/zG7aW4/3
|
# https://regex101.com/r/zG7aW4/3
|
||||||
imageTagRegex: -> /<img\s+[^>]*src="([^"]*)"[^>]*>/g
|
imageTagRegex: -> /<img\s+[^>]*src="([^"]*)"[^>]*>/g
|
||||||
|
|
Loading…
Reference in a new issue