You are here

Functions in Email Verify 7.2

Primary tabs

Namesort descending Location Description Direct uses Strings
email_verify_access_people_email_verify ./email_verify.module Access callback for the page at admin/people/email_verify. 1 2
email_verify_activated ./email_verify.module Determine if Email Verify is activated. 4
email_verify_admin_settings ./email_verify.admin.inc Email Verify administration settings form. 1
email_verify_admin_settings_submit ./email_verify.admin.inc Form submit function. 1
email_verify_check ./email_verify.module Verifies whether the given mail address exists. 2
email_verify_disable ./email_verify.install Implements hook_disable().
email_verify_enable_module ./email_verify.admin.inc Checks the system for the capability to use this module. 1
email_verify_form_alter ./email_verify.module Implements hook_form_alter().
email_verify_get_form_fields ./email_verify.module Retrieves the forms and fields the admin specified to verify. 2
email_verify_help ./email_verify.module Implements hook_help().
email_verify_install ./email_verify.install Implements hook_install().
email_verify_menu ./email_verify.module Implements hook_menu().
email_verify_permission ./email_verify.module Implements hook_permission().
email_verify_process_debug_information ./email_verify.module Displays and/or records the collected debugging information. 3
email_verify_uninstall ./email_verify.install Implements hook_uninstall().
email_verify_update_7100 ./email_verify.install Changes the email_verify_on variable to email_verify_active.
email_verify_update_7201 ./email_verify.install Updates the selected forms for the new, more flexible way of selecting forms.
email_verify_update_7202 ./email_verify.install Sets the weight of Email Verify to a high number to process all forms.
email_verify_user_check_form ./email_verify.check.inc Look though the users table for invalid email addresses. 1
email_verify_user_check_form_submit ./email_verify.check.inc Submit handler for the user check form.
email_verify_user_check_form_validate ./email_verify.check.inc Validate handler for the user check form.
email_verify_verify_address ./email_verify.module Additional validation for the form to verify the email address. 1
win_getmxrr ./windows_compat.inc Implements getmxrr() for Windows prior to PHP 5.3.0. 1
_email_verify_batch_display_get_current_uid ./email_verify.check.inc Retrieves the user ID of the user to start the verification process with. 1
_email_verify_batch_display_get_max ./email_verify.check.inc Retrieves the number of users to verify. 1
_email_verify_batch_display_process_batch ./email_verify.check.inc The batch process for checking the users. 1
_email_verify_batch_finish_batch ./email_verify.check.inc The function that is called when the batch is complete. 1
_email_verify_check ./email_verify.inc Manage cache before calling internal verification function. 1
_email_verify_check_internal ./email_verify.inc Checks the email address for validity. 1
_email_verify_get_header ./email_verify.check.inc Returns the header to use for the display table. 1
_email_verify_read_all_lines ./email_verify.inc Read response from SMTP server, multiline compatible. 1
_email_verify_read_line ./email_verify.inc SMTP Single line read. 1
_email_verify_sort_rows ./email_verify.check.inc Sorts the table rows. 1

Other projects