Bug 63462 - Import Lotus Notes 5 emails and addresses
Summary: Import Lotus Notes 5 emails and addresses
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: kmail
Classification: Applications
Component: kmailcvt (show other bugs)
Version: 1.5.3
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-30 14:08 UTC by Damir Perisa
Modified: 2012-08-19 01:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Damir Perisa 2003-08-30 14:08:28 UTC
Version:           1.5.3 (using KDE 3.1.3)
Installed from:    compiled sources
Compiler:          gcc version 3.3
OS:          Linux (i686) release 2.4.22

would be nice if Kmail understands Lotus Notes (NSF) files that store emails and addresses ... importing and exporting to this would be a great compatibility-feature
Comment 1 Danny Kukawka 2005-08-06 22:05:05 UTC
SVN commit 443626 by dkukawka:

- initial import to KDE 3.5 of new filter for 'Lotus Notes
  structured text format' from Robert Rockers (reformated)

CCMAIL: kconfigure@rockerssoft.com
CCBUG: 63462


 M  +3 -2      Makefile.am  
 A             filter_lnotes.cxx   [License: GPL (v2+)]
 A             filter_lnotes.hxx   [License: GPL (v2+)]
 M  +2 -0      kselfilterpage.cpp  


--- branches/KDE/3.5/kdepim/kmailcvt/Makefile.am #443625:443626
@@ -5,7 +5,8 @@
                    main.cpp filter_pmail.cxx filter_plain.cxx filter_outlook.cxx \
                    filter_mbox.cxx filter_evolution.cxx filter_mailapp.cxx \
                    filter_evolution_v2.cxx filter_opera.cxx filter_thunderbird.cxx \
-                   filter_kmail_maildir.cxx filter_sylpheed.cxx filter_thebat.cxx
+                   filter_kmail_maildir.cxx filter_sylpheed.cxx filter_thebat.cxx \
+                   filter_lnotes.cxx
                 
 kmailcvt_LDADD   = $(LIB_KFILE)
 
@@ -24,7 +25,7 @@
              filter_thunderbird.hxx filter_thunderbird.cxx \
              filter_kmail_maildir.hxx filter_kmail_maildir.cxx \
              filter_sylpheed.hxx filter_sylpheed.cxx \
-             filter_thebat.hxx filter_thebat.cxx
+             filter_thebat.hxx filter_thebat.cxx filter_lnotes.hxx filter_lnotes.cxx
 
 install-data-local: uninstall.desktop
 	$(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Utilities
--- branches/KDE/3.5/kdepim/kmailcvt/kselfilterpage.cpp #443625:443626
@@ -34,6 +34,7 @@
 #include "filter_kmail_maildir.hxx"
 #include "filter_sylpheed.hxx"
 #include "filter_thebat.hxx"
+#include "filter_lnotes.hxx"
 
 #include "kselfilterpage.h"
 
@@ -60,6 +61,7 @@
 //        addFilter(new FilterOutlook);
         addFilter(new FilterPMail);
         addFilter(new FilterMBox);
+        addFilter(new FilterLNotes);
         addFilter(new FilterPlain);
 }
 
Comment 2 Myriam Schweingruber 2012-08-18 08:24:51 UTC
Thank you for your feature request. Kmail1 is currently unmaintained so we are closing all wishes. Please feel free to reopen a feature request for Kmail2 if it has not already been implemented.
Thank you for your understanding.
Comment 3 Luigi Toscano 2012-08-19 01:00:22 UTC
Instead of creating a new feature request, please confirm here if the wishlist is still valid for kmail2.