I tested hastymail2 successfully with hmailserver in Windows and I like the speed and layout of it a lot. Since my imap server requires the full user@domain login, I wanted to append the domain name to login with the user name only. From what I gathered from the conf file, if I set the specs below to those settings and login with user@domain.com, it remembers it and subsequent visits only need the user name to login. However, when I try logging in with just the user name, it freezes at the login screen and never shows the mail screen and eventually times out. I even tried %u%d and it does the same thing. Is there something I'm doing wrong or is there a problem running it on Windows? Roundcube and Squirrelmail seem to be fine. Thanks!
site_append_login_domain = true
percent_d_host = (|www|mail)
default_email_address = %u
I think the documentation could be less confusing. You should be able to set the site_append_login_domain to the domain you want appended (instead of true). The percent_d_host setting is unused in this case since the site_append_login_domain does not use the %d placeholder. So if you want to login with someuser@somehost.com you should be able to do the following in your config:
site_append_login_domain = somehost.com
The login with "someuser". You do not have to login once with the domain for it to be remembered, it is pulled from the config file.
Hope that helps,
Jason