| Summary: | kmail should support importing gzip'd mail archives | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Johannes Obermayr <johannesobermayr> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | montel |
| Priority: | NOR | ||
| Version First Reported In: | Git (master) | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kdepim/21b9ae142f297ff831ac52d0a6fb03c177ed5a3a | Version Fixed/Implemented In: | 4.12 |
| Sentry Crash Report: | |||
|
Description
Johannes Obermayr
2011-06-05 22:27:34 UTC
kmailcvt doesn't work with it ? (In reply to comment #1) > kmailcvt doesn't work with it ? Currently you must convert in mbox format like described here: http://www.hermann-uwe.de/blog/converting-mailman-gzipd-text-archive-files-to-proper-mbox-files ok I tested kmailcvt it doesnt work by default but I know how to implement it I will this week. regards Git commit b440b17899d8d0c190bea4550f47e35ba59df206 by Montel Laurent. Committed on 16/09/2013 at 05:22. Pushed by mlaurent into branch 'master'. Start to implement import mailman gzipped file M +2 -0 kmailcvt/kselfilterpage.cpp M +1 -0 mailimporter/CMakeLists.txt A +152 -0 mailimporter/filter_mailmangzip.cpp [License: GPL (v2)] A +35 -0 mailimporter/filter_mailmangzip.h [License: GPL (v2)] http://commits.kde.org/kdepim/b440b17899d8d0c190bea4550f47e35ba59df206 Git commit 21b9ae142f297ff831ac52d0a6fb03c177ed5a3a by Montel Laurent. Committed on 16/09/2013 at 06:03. Pushed by mlaurent into branch 'master'. Fix Bug 275008 - kmail should support importing gzip'd mail archives FIXED-IN: 4.12 M +74 -70 mailimporter/filter_mailmangzip.cpp http://commits.kde.org/kdepim/21b9ae142f297ff831ac52d0a6fb03c177ed5a3a |