mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-02 10:05:26 +00:00
See ChangeLog.
Monotone-Parent: 0b55311518f426ab169d4fd0db8cfe9a54c3e1e6 Monotone-Revision: dd1c46e2753c2224bf847ca7bf850d63b8f97372 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-06-30T17:26:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -45,6 +45,10 @@ var Alarms = new Array();
|
||||
var activeAjaxRequests = 0;
|
||||
var removeFolderRequestCount = 0;
|
||||
|
||||
// Email validation regexp
|
||||
var emailRE = /^([\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+\.)*[\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+@((((([a-z0-9]{1}[a-z0-9\-]{0,62}[a-z0-9]{1})|[a-z])\.)+[a-z]{2,6})|(\d{1,3}\.){3}\d{1,3}(\:\d{1,5})?)$/i;
|
||||
|
||||
|
||||
function createElement(tagName, id, classes,
|
||||
attributes, htmlAttributes,
|
||||
parentNode) {
|
||||
|
||||
Reference in New Issue
Block a user