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:
Francis Lachapelle
2010-06-30 17:26:06 +00:00
parent a7a47ba59b
commit e8ecf7e53b
4 changed files with 9 additions and 3 deletions
+4
View File
@@ -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) {