Uploaded image for project: 'Extraction'
  1. Extraction
  2. EXTRACT-74

No regexp validator for mail in execution dialog box

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • 1.15.0
    • 1.0.0
    • None
    • 4.1RC1

        [EXTRACT-74] No regexp validator for mail in execution dialog box

        There's almost no way to implement the email RFC with a single regexp.
        We could certainly avoid one typo with the above proposal. But why only this one ?

        The only 100% guaranteed way to validate email is to actually send a verification email.
        Which we don't want to do here.

        Cédric Damioli added a comment - There's almost no way to implement the email RFC with a single regexp. We could certainly avoid one typo with the above proposal. But why only this one ? The only 100% guaranteed way to validate email is to actually send a verification email. Which we don't want to do here.

        a mail validator is quite hard to code... should be something like [^ @]@[^ @]
        to be shared (a runtime ticket exists)

        Raphaël Franchet added a comment - a mail validator is quite hard to code... should be something like [^ @] @ [^ @] to be shared (a runtime ticket exists)

          Unassigned Unassigned
          sprieul Simon Prieul (Inactive)
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

            Created:
            Updated: