[kdepim] [Bug 317023] New: Incorrect settings from the Trojita import

Jan Kundrát jkt at flaska.net
Tue Mar 19 11:31:47 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=317023

            Bug ID: 317023
           Summary: Incorrect settings from the Trojita import
    Classification: Unclassified
           Product: kdepim
           Version: GIT (master)
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: importwizard
          Assignee: kdepim-bugs at kde.org
          Reporter: jkt at flaska.net

Hi Laurent, I came across kdepim/importwizard/trojita/ -- I'm flattered :).
There's a couple comments in there which I think I can answer:

- imap.offline shall not map to DisconnectedModeEnabled. This settings controls
whether Trojita automatically connects to the server on startup, not whether
it's capable of offline operation.

- imap.enableId controls sending of the "ID" IMAP command. Not sure whether
akonadi supports this.

- imap.ssl.pemCertificate contains the certificate chain of the remote server;
this is used similar to .ssh/known_hosts for the certificate pinning.

- imap.capabilities.blacklist is a QStringList of capabilities which Trojita
will ignore. This is useful when the IMAP server advertizes something which is
hoeplessly buggy.

- The IMAP-SENDMAIL submission method is for
http://tools.ietf.org/html/draft-kundrat-imap-submit-01

- Looks like you don't distinguish between using SMTP-over-SSL and
SMTP-with-STARTTLS

- Better heuristics for using online/offline IMAP in akonadi are probably the
cache settings

Please be advised that the settings format will change in future when we add
support for multiple accounts; I'll try to remember to ping you when this
happens. Also please don't hesitate to contact us when it isn't immediately
obvious what some settings option is doing -- we're both involved in an OSS
project and I'll be happy to help you ensure the importer works good.

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list