Edgewall Software

Changes between Version 3 and Version 4 of TracDev/Proposals/EmailValidation


Ignore:
Timestamp:
Dec 6, 2010, 9:31:06 PM (13 years ago)
Author:
Carsten Klein <carsten.klein@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Proposals/EmailValidation

    v3 v4  
    6161- can_verify()
    6262 - callers must first check this whether email_address_verification is enabled. if it is not they must refrain from calling any of the methods below
     63- create_hash(email_address)
     64 - creates a hash used for email address validation
    6365- is_valid_email_address(email_address)
    6466 - this would initiate a first lookup of the email address, using an SMTP protocol implementation which can be used by callers to pre-validate the address