Hello,
First of all, these are community-driven forums. People will respond when they get to the message and if they have an answer. The average person doesn't typically set up 20 accounts. If you want a guaranteed four hour response to your questions, I suggest you pay Zimbra a lot of money to give you a phone number to call.
Now, onto the issue at hand. Zimbra Desktop is programmed to force Gmail to use IMAP. Why? I don't know. If you don't like it, file an enhancement request at
Bugzilla Main Page - Zimbra, or else change the source code and re-compile it. It's 8 lines in the ZimbraOffline/src/java/com/zimbra/cs/offline/jsp/XmailBean.java file, and remove these 8 lines.
Code:
} else if (email.endsWith('@' + gdomain)) {
if (dsType == DataSource.Type.imap) {
dsAttrs.put(Provisioning.A_zimbraDataSourceDomain,
gdomain);
} else {
addInvalid("type");
setError(getMessage("GmailMustUseImap"));
} However, a trick to get it to work is to set the "Email Address" field using "@Gmail.com" and make the "G" capital. Or any letter capital of that matter. The code compares the email address to a lower case "@gmail.com", so if you make any one of those letters upper-case, you will work around that road-block.
Now, as to why you need 20 email accounts to manage 1,500 messages and you can only manage to do it with POP3 seems like a bit overkill. I receive more than you every day, and can do it with one email address.
Lastly, if you think Zimbra is a pile of BS, why are you even wasting your time 1) trying it out, and 2) posting here ?
Oh, and by the way, I missed your four hour window. So I guess this was a waste of my time.