SMTP errors for client side (labs.smtp_show_server_errors)

This commit is contained in:
RainLoop Team 2014-01-08 01:49:23 +04:00
parent 9334187954
commit 2c1087b987
11 changed files with 88 additions and 43 deletions

View file

@ -330,6 +330,7 @@ Enums.Notification = {
'AccountAlreadyExists': 801,
'MailServerError': 901,
'ClientViewError': 902,
'UnknownNotification': 999,
'UnknownError': 999
};