CINXE.COM

Webmail :: Welcome to Webmail

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"><title>Webmail :: Welcome to Webmail</title> <title>Webmail :: Welcome to Webmail</title> <meta name="Robots" content="noindex,nofollow" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" type="text/css" href="skins/elastic/deps/bootstrap.min.css?s=1736965976" /> <link rel="stylesheet" type="text/css" href="plugins/skins/login.css?s=1728655216" /> <link rel="stylesheet" type="text/css" href="skins/elastic/../../brands/391/1449607523509/styles.2.css?s=1698347910" /> <script> exit_preview = function() { document.cookie = "preview=;-1;path=/"; document.cookie = "preview2=;-1;path=/"; }; preview_checkbox = function() { if ($('#preview')[0].checked == true) { var date = new Date(); date.setTime(date.getTime() + (30*24*60*60*1000)); expires = ";expires=" + date.toUTCString(); document.cookie = "preview=3"+expires+";path=/"; } else { document.cookie = "preview=;-1;path=/"; document.cookie = "preview2=;-1;path=/"; } }; preview_force = function() { var date = new Date(); date.setTime(date.getTime() + (30*24*60*60*1000)); expires = ";expires=" + date.toUTCString(); document.cookie = "preview=3"+expires+";path=/"; } check_realm = function() { var user = $('#rcmloginuser').val(); var a = user.split('@'); if (a[1]) { // already have realm return; } var hostname = hostname_from_location(); if (hostname) { var realmuser = a[0] + '@' + hostname; $('#rcmloginuser').val(realmuser); } }; hostname_from_location = function() { var hostname = window.location.hostname; if (hostname.indexOf('hostedemail.com') !== -1) { // check if domain part is in url after redirection if (window.location.href.indexOf('?') !== -1) { var args = window.location.href.split('?')[1]; var a = args.split('&'); for (var i in a) { var b = a[i].split('='); if (b[0] == '_d') { return b[1]; } } } // can't autocomplete realm return; } b = hostname.split('.'); if ($('#autocomplete_shift').length > 0) { if (b.length > $('#autocomplete_shift').val()) { b.shift(); } } else if (b.length > 2) { b.shift(); } return b.join('.'); }; update_example = function() { var hostname = hostname_from_location(); if (hostname) { $('#example_user').text('yourname@'+hostname); } if ($('#example-user-full')) { $('#rcmloginuser').prop('title',$('#example-user-full').text()); $('#rcmloginpwd').prop('title',$('#example-case-sensitive').text()); var t2fa_type = $('#_2fatype').val(); if (t2fa_type == 'ga') { $('#rcmloginpwd2').prop('title',$('#example-2fa-ga').text()); } else { $('#rcmloginpwd2').prop('title',$('#example-2fa-sms').text()); } } }; test_checkboxes = function() { var expire = $('#session_expire').is(':checked'); var persist = $('#persist').is(':checked'); if (expire) { $('#persist').prop('checked',false); $('#persist').prop('disabled',true); } else { $('#persist').prop('disabled',false); } }; isMobile = function () { return; } window.onload = function() { // handle IDN domain names in all browsers $(form).submit(function() { var user = $('#rcmloginuser').val(); user = punycode.toASCII(user); $('#rcmloginuser').val(user); return true; }); if ($('#mobiletest').is(':visible')) { $('#desktop').val('0'); } } </script> <link rel="stylesheet" type="text/css" href="plugins/jqueryui/themes/elastic/jquery-ui.min.css?s=1728655304"><script src="program/js/jquery.min.js?s=1736979140"></script><script src="program/js/common.js?s=1728655307"></script><script src="program/js/app.js?s=1728655307"></script><script src="program/js/jstz.min.js?s=1728655307"></script><script src="program/js/../../plugins/skins/punycode.js?s=1728655216"></script><script> /* @licstart The following is the entire license notice for the JavaScript code in this page. Copyright (C) The Roundcube Dev Team The JavaScript code in this page is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. The code is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. @licend The above is the entire license notice for the JavaScript code in this page. */ var rcmail = new rcube_webmail(); rcmail.set_env({"task":"login","standard_windows":false,"locale":"en_US","devel_mode":null,"rcversion":10609,"cookie_domain":"","cookie_path":"/","cookie_secure":false,"dark_mode_support":true,"skin":"elastic","blankpage":"skins/elastic/watermark.html","refresh_interval":60,"session_lifetime":1800,"action":"","comm_path":"/?_task=login","compose_extwin":false,"date_format":"yy-mm-dd","date_format_localized":"YYYY-MM-DD","request_token":"Ms0G1xgf4P4lmr8yMBb7sfHlsmSeW0v3"}); rcmail.add_label({"loading":"Loading...","servererror":"Server Error!","connerror":"Connection Error (Failed to reach the server)!","requesttimedout":"Request timed out","refreshing":"Refreshing...","windowopenerror":"The popup window was blocked!","uploadingmany":"Uploading files...","uploading":"Uploading file...","close":"Close","save":"Save","cancel":"Cancel","alerttitle":"Attention","confirmationtitle":"Are you sure...","delete":"Delete","continue":"Continue","ok":"OK","back":"Back","errortitle":"An error occurred!","options":"Options","plaintoggle":"Plain text","htmltoggle":"HTML","previous":"Previous","next":"Next","select":"Select","browse":"Browse","choosefile":"Choose file...","choosefiles":"Choose files..."}); rcmail.gui_container("loginfooter","login-footer");rcmail.gui_object('loginform', 'login-form'); rcmail.gui_object('message', 'messagestack'); rcmail.gui_object('message', 'message'); </script> <script src="skins/elastic/ui.js?s=1728679525"></script><script src="plugins/jqueryui/js/jquery-ui.min.js?s=1728655304"></script> </head> <body class='ver2'> <span id='mobiletest'></span> <!-- begin custom login html --> <div data-list="login-list"> <style> body { background: #2b333b; font-family: sans-serif; line-height: 1.6; margin: 0; } .login-header { margin: 0 auto; max-width: 480px; overflow: hidden; padding: 80px 0 8px; } .login-header img, .login-header svg { display: block; left: -8px; margin: 0 auto; position: relative; } a.back-to-hover { color: #39b795; display: block; float: left; font-size: 12px; margin-top: 32px; text-decoration: none; } a.back-to-hover:hover { text-decoration: underline; } .hover-login-help { color: #fff; font-size: 14px; padding: 32px; } .hover-login-help h3 { font-size: 16px; font-weight: 600; margin-bottom: 16px; margin-top: 0; } .hover-login-help ul { margin-bottom: 20px; margin-top: 0; } .hover-login-help a { color: #39b795; text-decoration: none; } .hover-login-help a:hover { text-decoration: underline; } div#login-form { margin: 0 auto; max-width: 480px; width: auto; } .box-bottom { position: absolute; top: 0; width: 100%; } /* ver 1 */ #loginform .field { padding-bottom: 8px; } #login-form .box-inner { background-color: #fff; box-sizing: border-box; margin: 0; padding: 40px !important; width: 100%; border-radius: 15px; } #login-form .field input[type="email"], #login-form .field input[type="password"] { box-sizing: border-box; padding: 8px; outline: 0; width: 100%; } #login-form .field input[type="email"]:focus, #login-form .field input[type="password"]:focus { border-color: #39b795; } #login-form input[type="checkbox"] { margin-top: 8px; } #login-form input.button { background: #39b795; border: 0; border-radius: 0; box-shadow: none; color: #fff; display: block; height: 40px; font-size: 14px; font-weight: 400; margin: 0 auto; padding: 0; text-align: center; text-shadow: none; text-transform: uppercase; width: 120px; } #login-form input.button:focus, #login-form input.button:hover { background: #379f86; box-shadow: none; } .example-text, .session_expire { display: none; } body:not(.ver2) .session_preview .example-text { display: inline; margin-left: 6px; position: relative; top: 3px; visibility: hidden; } body:not(.ver2) .session_preview .example-text::before { content: "Try out the new version of webmail!"; color: #000; visibility: visible !important; } /* ver 2 */ .ver2 .example-text { display: inline; } .ver2 #loginform .field { padding-bottom: 4px; } .form-control:focus { border-color: #39b795; box-shadow: 0 0 0 0.2rem rgba(57, 183, 149, 0.25); } #login-form form .formbuttons button { font-size: 14px; width: 120px; } .btn-primary { border-radius: 0; text-transform: uppercase; } .btn-primary, .custom-switch .custom-control-input:checked ~ .custom-control-label::before { background-color: #39b795; border-color: #39b795; } .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus { box-shadow: 0 0 0 0.2rem rgba(57, 183, 149, 0.25); } .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active { background-color: #379f86; border-color: #379f86; } .custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: #39b795; } .custom-switch .custom-control-input:focus ~ .custom-control-label:before { box-shadow: 0 0 0 0.2rem rgba(57, 183, 149, 0.25); } /* mobile */ @media only screen and (max-width: 490px) { .login-header { padding: 32px 16px 8px; } .hover-login-help { padding: 32px 16px; } #login-form .box-inner { padding: 32px 16px !important; } } </style> <div data-list="login-list"> <div class="login-header"> <svg width="174" height="43" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M156.28 37.075c0-2.622 2.095-4.493 4.78-4.493 3.113 0 4.802 2.318 4.599 5.347h-6.572c.264.894.997 1.403 2.238 1.403.998 0 1.75-.387 2.177-.692l1.566 1.688c-.728.64-1.628 1.139-3.051 1.255h-1.266c-2.739-.232-4.471-2.026-4.471-4.508zm-8.957-2.402c-.99-1.647-1.92-1.908-1.92-1.908h2.306c.93 0 2.083.55 2.653 1.899l.312.683c.387.874.671 1.505.671 1.505l.112.369.112-.369s.285-.63.672-1.505l.312-.683c.57-1.349 1.723-1.899 2.652-1.899h2.307s-.929.261-1.92 1.908c-.938 1.556-3.425 6.511-3.625 6.91h-1.02c-.2-.399-2.688-5.354-3.624-6.91zm-10.113 2.443c0-2.644 2.095-4.534 4.781-4.534 2.685 0 4.76 1.89 4.76 4.534 0 2.443-1.803 4.235-4.222 4.467h-1.076c-2.423-.232-4.243-2.024-4.243-4.467zM130.38 29v4.635c.535-.72 1.486-1.053 2.686-1.053 1.892 0 3.255 1.382 3.255 3.842v3.069l-.001 1.933h-2.742s-.003-.3-.003-1.933v-2.886c0-.975-.468-1.524-1.444-1.524-1.1 0-1.75.61-1.75 1.708v4.635h-2.747V29h2.746zm41.563 3.582c.57 0 1.077.163 1.423.345l-.875 2.501c-.347-.162-.671-.263-1.058-.263-1.24 0-1.911.569-1.911 2.418v3.843h-2.747v-6.782c0-1.369-.019-1.879-.019-1.879h2.762l.004 1.062c.513-.936 1.526-1.245 2.421-1.245zm-12.812 3.677h3.845c-.122-.956-.733-1.524-1.81-1.524-1.079 0-1.812.487-2.035 1.524zm-17.14 3.032c1.22 0 1.953-.895 1.953-2.175 0-1.302-.733-2.176-1.953-2.176-1.222 0-1.973.874-1.973 2.176 0 1.28.751 2.175 1.973 2.175z" fill="#B2B5B7" fill-rule="nonzero"/><path d="M0 5.243L11.818 17.06a4.5 4.5 0 0 0 6.364 0L30 5.243V22H0V5.243zM30 1L16.06 14.94a1.5 1.5 0 0 1-2.12 0L0 1h30zm47.98 0l-7.62 21h-3.84l-4.5-11.747-4.35 11.746h-3.84L46 1h5.25l2.61 7.18 1.89 6.79L60.46 1h3.06l4.92 13.97 1.8-6.76L72.73 1h5.25zm14.747 15.021h-10.89c.21 1.442 1.59 2.614 4.02 2.614 1.17 0 2.79-.27 3.84-1.172l2.43 2.704c-1.59 1.562-4.14 2.193-6.36 2.193-5.37 0-8.31-3.155-8.31-7.901 0-4.506 3.03-7.66 7.86-7.66 5.04 0 8.34 3.154 7.41 9.222zm-10.89-3.154h7.02c-.09-1.623-1.74-2.374-3.54-2.374-1.74 0-3.06.902-3.48 2.374zM95.612 1.03h4.35v7.961c1.26-1.562 2.91-2.103 4.65-2.103 4.35 0 7.38 2.914 7.38 7.721 0 4.626-2.97 7.72-7.32 7.72-1.86 0-3.54-.42-4.92-2.192l-.27 1.892h-3.87V1.03zm8.4 9.764c-1.98 0-3.99 1.322-3.99 3.815 0 2.824 2.04 3.815 3.99 3.815 2.31 0 3.63-1.682 3.63-3.815 0-2.223-1.41-3.815-3.63-3.815zm24.589 11.235h-4.26v-7.96c0-1.953-.78-3.245-2.55-3.245-1.71 0-2.67 1.592-2.67 3.274v7.931h-4.32V7.19h3.78l.3 1.682c.93-1.622 2.64-2.013 3.9-2.013 1.62 0 3.36.601 4.32 2.764 1.32-2.013 2.73-2.794 4.92-2.794 3.09 0 5.91 1.562 5.91 7.09v8.111h-4.35v-8.02c0-1.863-.51-3.095-2.25-3.095-1.71 0-2.73 1.472-2.73 3.154v7.961zm24.083-13.128l.15-1.712h4.05v14.84h-3.9l-.24-1.862c-.99 1.562-3.12 2.163-4.56 2.193-4.44.03-7.65-2.854-7.65-7.751 0-4.927 3.39-7.81 7.77-7.75 1.86 0 3.6.72 4.38 2.042zm-3.93 1.773c-2.16 0-3.9 1.472-3.9 3.935 0 2.464 1.74 3.905 3.9 3.905 2.43 0 3.93-1.892 3.93-3.755 0-2.133-1.35-4.085-3.93-4.085zm16.1-3.515v14.87h-4.32V7.16h4.32zm-4.62-3.906c0 3.245 4.92 3.245 4.92 0 0-3.244-4.92-3.244-4.92 0zm8.328-2.223h4.29v21h-4.29v-21z" fill="#FFF" fill-rule="nonzero"/><path d="M64.034 42.956H63v-7.854h1.012v.814h.033a1.93 1.93 0 0 1 .742-.688c.327-.18.706-.269 1.139-.269.389 0 .742.07 1.061.209.32.14.594.334.826.583.23.25.408.54.533.875.125.333.187.69.187 1.072 0 .381-.062.74-.187 1.078-.125.337-.3.63-.528.88-.227.25-.502.445-.825.589a2.66 2.66 0 0 1-1.089.214c-.374 0-.726-.08-1.056-.242a1.911 1.911 0 0 1-.781-.682h-.033v3.421zm3.432-5.258c0-.242-.037-.477-.11-.704a1.796 1.796 0 0 0-.33-.605 1.58 1.58 0 0 0-.544-.418 1.74 1.74 0 0 0-.754-.154 1.66 1.66 0 0 0-1.276.572 1.928 1.928 0 0 0-.358.605 2.04 2.04 0 0 0-.126.715c0 .25.042.488.126.715.085.227.204.427.358.6.154.172.34.31.555.412.217.103.457.154.721.154.286 0 .537-.053.754-.16a1.64 1.64 0 0 0 .544-.423c.147-.176.257-.378.33-.605.073-.227.11-.462.11-.704zm7.788 0c0 .403-.071.774-.215 1.111a2.64 2.64 0 0 1-.594.875 2.68 2.68 0 0 1-.896.572 3.006 3.006 0 0 1-1.111.203c-.396 0-.766-.068-1.111-.204a2.62 2.62 0 0 1-.891-.572 2.683 2.683 0 0 1-.589-.874 2.818 2.818 0 0 1-.214-1.111c0-.403.071-.772.215-1.105.143-.334.339-.622.588-.864.25-.242.546-.43.891-.566a3.006 3.006 0 0 1 1.111-.204c.396 0 .766.068 1.111.203.345.136.643.325.896.567.254.242.451.53.595.864.143.333.214.702.214 1.105zm-1.078 0c0-.25-.038-.488-.115-.715a1.81 1.81 0 0 0-.336-.6 1.612 1.612 0 0 0-.544-.412 1.712 1.712 0 0 0-.743-.154c-.279 0-.526.051-.743.154-.216.103-.397.24-.544.413a1.81 1.81 0 0 0-.335.599 2.213 2.213 0 0 0-.116.715c0 .25.038.488.115.715.078.227.19.429.336.605.147.176.328.315.544.418.217.103.464.154.743.154.279 0 .526-.051.742-.154a1.58 1.58 0 0 0 .545-.418c.147-.176.258-.378.336-.605.077-.227.115-.466.115-.715zm2.893-2.596l1.177 3.982h.022l1.243-3.982H80.6l1.265 3.982h.022l1.177-3.982h1.089l-1.727 5.214h-1.078L80.061 36.4h-.022l-1.276 3.916h-1.078l-1.738-5.214h1.122zm11.935 2.145a1.966 1.966 0 0 0-.105-.578 1.326 1.326 0 0 0-.275-.467 1.293 1.293 0 0 0-.45-.313 1.596 1.596 0 0 0-.633-.116 1.672 1.672 0 0 0-1.127.429c-.144.132-.26.288-.353.468-.091.18-.144.372-.159.577h3.102zm1.045.418v.176c0 .059-.004.117-.011.176h-4.136c.007.22.057.427.148.621.092.195.215.363.369.507a1.709 1.709 0 0 0 1.177.456c.352 0 .656-.077.913-.231.257-.154.458-.341.605-.561l.726.583a2.578 2.578 0 0 1-.984.808 2.999 2.999 0 0 1-1.26.259c-.396 0-.763-.066-1.1-.198a2.542 2.542 0 0 1-.869-.556 2.575 2.575 0 0 1-.572-.863 2.912 2.912 0 0 1-.209-1.122c0-.403.068-.775.203-1.117.136-.34.325-.632.567-.874.242-.242.528-.43.858-.566.33-.136.686-.204 1.067-.204.381 0 .728.062 1.04.187.311.125.575.304.791.539.217.235.384.519.501.852.117.334.176.71.176 1.128zm1.441-1.441a16.824 16.824 0 0 0-.044-1.122h.979a10.346 10.346 0 0 1 .044.88h.033c.147-.308.361-.555.644-.742.282-.188.599-.281.951-.281.161 0 .297.015.407.044l-.044.957a1.946 1.946 0 0 0-.473-.055c-.25 0-.466.046-.649.137a1.325 1.325 0 0 0-.456.369c-.122.154-.211.332-.27.533a2.253 2.253 0 0 0-.088.633v2.739H91.49v-4.092zm7.601 1.023a1.966 1.966 0 0 0-.104-.578 1.326 1.326 0 0 0-.275-.467 1.293 1.293 0 0 0-.452-.313 1.596 1.596 0 0 0-.632-.116 1.672 1.672 0 0 0-1.127.429c-.144.132-.26.288-.353.468-.091.18-.144.372-.159.577h3.102zm1.045.418v.176c0 .059-.004.117-.011.176h-4.136c.007.22.057.427.148.621.092.195.215.363.369.507a1.709 1.709 0 0 0 1.177.456c.352 0 .656-.077.913-.231.257-.154.458-.341.605-.561l.726.583a2.578 2.578 0 0 1-.985.808 2.999 2.999 0 0 1-1.259.259c-.396 0-.763-.066-1.1-.198a2.542 2.542 0 0 1-.869-.556 2.575 2.575 0 0 1-.572-.863 2.912 2.912 0 0 1-.209-1.122c0-.403.068-.775.203-1.117.136-.34.325-.632.567-.874.242-.242.528-.43.858-.566.33-.136.686-.204 1.067-.204.381 0 .728.062 1.04.187.311.125.575.304.791.539.217.235.384.519.501.852.117.334.176.71.176 1.128zm5.599 1.826a1.924 1.924 0 0 1-.808.72 2.433 2.433 0 0 1-1.073.248 2.66 2.66 0 0 1-1.089-.215 2.438 2.438 0 0 1-.825-.588 2.658 2.658 0 0 1-.528-.88 3.085 3.085 0 0 1-.187-1.078c0-.381.062-.739.187-1.072.125-.334.302-.626.533-.875.232-.25.508-.444.831-.583.323-.14.678-.209 1.067-.209.425 0 .796.09 1.111.27.315.18.565.397.748.654h.022V32h1.034v8.316h-1.001v-.825h-.022zm-3.432-1.793c0 .242.037.477.11.704.073.227.183.429.33.605.147.176.326.317.539.424.213.106.462.159.748.159.264 0 .504-.051.72-.154.217-.103.402-.24.556-.413.154-.172.273-.372.358-.599a2.04 2.04 0 0 0 .126-.715c0-.25-.042-.488-.127-.715a1.928 1.928 0 0 0-.357-.605 1.66 1.66 0 0 0-1.276-.572c-.286 0-.535.051-.748.154a1.594 1.594 0 0 0-.539.418 1.796 1.796 0 0 0-.33.605c-.073.227-.11.462-.11.704zm10.032 1.793v.825h-1.001V32h1.034v3.883h.033c.176-.257.422-.475.737-.655.315-.18.69-.269 1.122-.269.389 0 .742.07 1.061.209.32.14.594.334.826.583.23.25.408.54.533.875.125.333.187.69.187 1.072 0 .381-.062.74-.187 1.078-.125.337-.3.63-.528.88-.227.25-.502.445-.825.589a2.66 2.66 0 0 1-1.089.214c-.374 0-.73-.082-1.067-.248a2.006 2.006 0 0 1-.814-.72h-.022zm3.465-1.793c0-.242-.037-.477-.11-.704a1.796 1.796 0 0 0-.33-.605 1.58 1.58 0 0 0-.544-.418 1.74 1.74 0 0 0-.754-.154 1.66 1.66 0 0 0-1.276.572 1.928 1.928 0 0 0-.358.605 2.04 2.04 0 0 0-.126.715c0 .25.042.488.126.715.085.227.204.427.358.6.154.172.34.31.555.412.217.103.457.154.721.154.286 0 .537-.053.754-.16a1.64 1.64 0 0 0 .544-.423c.147-.176.257-.378.33-.605.073-.227.11-.462.11-.704zm4.488 1.496h.022l1.441-4.092h1.1l-2.53 6.446c-.088.22-.183.416-.286.588a1.79 1.79 0 0 1-.363.44c-.14.122-.302.215-.49.281a2.003 2.003 0 0 1-.665.099c-.11 0-.222-.005-.335-.017a2.369 2.369 0 0 1-.347-.06l.099-.913c.176.059.348.088.517.088.271 0 .473-.075.605-.226.132-.15.253-.364.363-.643l.33-.869-2.233-5.214h1.155l1.617 4.092z" fill="#B2B5B7"/></g></svg> <a class="back-to-hover" href="https://www.hover.com/">Go back to Hover.com</a> </div> <div id="login-form"> <div class="box-inner"> <!-- begin LOGIN_HTML block--> <form name="form" method="post" action="/?_task=login"> <input type="hidden" name="_token" value="Ms0G1xgf4P4lmr8yMBb7sfHlsmSeW0v3"> <input type="hidden" name="_token" value="Ms0G1xgf4P4lmr8yMBb7sfHlsmSeW0v3"> <input type="hidden" value="login" name="_task"> <input type="hidden" value="login" name="_action"> <input id='rctz' class="rcmlogintz" type="hidden" value="-8" name="_timezone"> <input class="rcmloginurl" type="hidden" value="" name="_url"> <div id="example-user-full" style='display:none'>e.g. <span id="example_user">yourname@example.com</span></div> <div id='example-case-sensitive' style='display:none'>password is case-sensitive</div> <div id="example-2fa-ga" style='display:none'>Get a token from your authenticator app.</div> <div class="example-2fa-sms" style='display:none'>A token has been sent to your mobile device via SMS.</div> <table id='loginform'> <tr> <td class='field pair-top wm-user'> <span>E-mail address</span> </td> <td class='field pair-bottom'> <input class='attr' id="rcmloginuser" type="email" autocapitalize="off" size="40" required="required" name="_user" onchange="check_realm();" value=''> </td> </tr> <tr class='spacer-bottom wm-pass'> <td class='field pair-top'> <span>Password</span> </td> <td class='field pair-bottom'> <input class='attr' id="rcmloginpwd" type="password" autocapitalize="off" size="40" required="required" name="_pass"> </td> </tr> <tr class='session_expire'> <td class='field'> <input class='attr' id="session_expire" type="checkbox" value="1" name="session_expire" onclick="test_checkboxes()"> <p class="example-text">Shared computer - log me out after 4 hours</p> </td> </tr> <tr class='session_persist spacer-bottom'> <td class='field'> <input class='attr' id="persist" type="checkbox" value="1" name="persist" onclick="test_checkboxes()"> <p class="example-text">Keep me logged in until I log out</p> </td> </tr> <tr class='mobile' style='display:none;'> <input id="desktop" type="hidden" value="1" name="desktop"> </tr> </table> <div class="formbuttons"> <button type="submit" class="button mainaction btn btn-primary login">Login</button> </div> </form> <!-- end LOGIN_HTML block--> </div> <div class="hover-login-help"> <h3>Former VistaPrint Customers</h3> <ul> <li>Log in to your webmail at <a href="https://mail.b.hostedemail.com">mail.b.hostedemail.com</a>.</li></ul> <h3>Need help with email?</h3> <ul> <li><a href="https://help.hover.com/hc/en-us/articles/217282307">How to change your webmail password</a></li> <li><a href="https://help.hover.com/hc/en-us/articles/217281777">Email settings for desktop and mobile email programs</a></li> </ul> <h3>Want to manage your domains?</h3> <ul> <li><a href="https://www.hover.com/signin">Sign in</a> to your Hover account to manage your domain names and email addresses.</li> </ul> </div> </div> </div> <!-- end custom login html --> </div> <div class="box-bottom"> <center> <div id="message"></div> <noscript> <p class="noscriptwarning">Warning: This webmail service requires Javascript! In order to use it please enable Javascript in your browser's settings.</p> </noscript> </center> </div> <script> $(document).ready(function() { var rce = new rcube_elastic_ui(); if (typeof(custom_init) == 'function') { custom_init(); } update_example(); var tz_name = false; if (jstz) { var tz = jstz.determine(); tz_name = tz.name(); } var tz = (tz_name ? tz_name : (new Date().getStdTimezoneOffset() / -60)); $('#rctz').val(tz); }); var tz_name = false; if (jstz) { var tz = jstz.determine(); tz_name = tz.name(); } var tz = (tz_name ? tz_name : (new Date().getStdTimezoneOffset() / -60)); $('#rctz').val(tz); </script> <script> $(function() { rcmail.init(); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10