Summary: | Incorrect settings from the Trojita import | ||
---|---|---|---|
Product: | [Applications] kdepim | Reporter: | Jan Kundrát <jkt> |
Component: | importwizard | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | minor | CC: | montel |
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan Kundrát
2013-03-19 11:31:47 UTC
Waou first bug against importwizard :) "imap.offline" you don't have imap offline support ? "imap.ssl.pemCertificate" we don't support it in akonadi I think. "The IMAP-SENDMAIL " ok will look at. "Looks like you don't distinguish between using SMTP-over-SSL and SMTP-with-STARTTLS" perhaps, will verify it. "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" ok thanks. Good that trojika will support multi account in the future. Just need to adapt importwizard. Regards. There is an offline mode, but it's set up in a different way than in Akonadi. You should probably look at the value of offline.metadataCache. If it's "memory", then Trojita will not store anything to disk, saving the intermediate state only in some in-memory structures. Any other value leads to the (default) mode of operation where any already-downloaded data are saved on disk. That's probably the "disconnected IMAP" in Akonadi. There are also settings for control of how long before removing stale data from the on-disk cache (reading this makes sense only if the previous option did not say "hey, don't save anything on disk"). This lifetime is controlled via the "offline.cache" option. If it's "all", then no data are ever removed, if it is "days", then Trojita will remove data which was not accessed for "offline.cache.numDays" days (this cleaning is not yet implemented yet btw). In future, there will also be options for controlling whether to preload messages before they are seen by the user, but this is not here yet. It's likely going to be per-folder settings. Git commit de07abb4a381ba5258e87bfd66baefbc1645a7e4 by Montel Laurent. Committed on 20/03/2013 at 09:38. Pushed by mlaurent into branch 'master'. Add comment from Bug 317023 - Incorrect settings from the Trojita import M +7 -5 importwizard/trojita/trojitasettings.cpp http://commits.kde.org/kdepim/de07abb4a381ba5258e87bfd66baefbc1645a7e4 This bug has only been reported for versions before 4.14, which have been unsupported for at least two years now. Can anyone tell if this bug still present? If noone confirms this bug for a Framework-based version of kdepim (version 5.0 or later, as part of KDE Applications 15.08 or later), it gets closed in about three months. Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.0 aka 15.08), please open a new one unless it already exists. Thank you for all your input. |