options.add("mime", ki18n("Read mime from stdin or file"));
options.add("u").add("user <loginname>", ki18n("Username for IMAP Account"));
options.add("y").add("proxyauth <loginname>", ki18n("Username to be used for authentication together with password (optional, works with PLAIN/SASL authentication)"));
options.add("p").add("password <password>", ki18n("Password for IMAP Account"));
options.add("P").add("port <port>", ki18n("Port to be used on IMAP Server"), "143");
options.add("e").add("encrypt <mode>", ki18n("Encryption mode to be used (NONE, TLS, SSL)"), "TLS");
options.add("f").add("folder <folder>", ki18n("Upgrade only the specified folder"));
options.add("t").add("type <type>", ki18n("force the type (EVENT, TODO, JOURNAL, CONTACT). Applies only when upgrading a single file or a specific folder."));
options.add("a").add("auth <mode>", ki18n("Authentication mode to be used (PLAIN, LOGIN, CRAMMD5, DIGESTMD5, NTLM, GSSAPI, ANONYMOUS, CLEARTEXT)"), "PLAIN");
options.add("fix-utc-incidences", ki18n("Converts all incidences from UTC to floating time."));
// options.add("f").add
options.add("fix-utc-incidences-offset <offset>", ki18n("Uses a UTC offset to convert the times. If not provided the local timezone get's used instead. The offset is in seconds."), "0");
options.add("fix-utc-incidences-timezone <timezone>", ki18n("Uses the specified timezone to convert the times. If not provided the local timezone get's used instead. Timezones are read from zone.tab"));
options.add("validate", ki18n("Validate all kolab-objects and mails, and delete the ones that are invalid."));
options.add("delete", ki18n("Delete invalid objects from the server. Applies to validate mode."));
options.add("save-to <folder>", ki18n("Store invalid objects under the given path. Applies to validate mode."));