Your message with subj: Bug#43286: retrieving mbox folder messages from JavaMail API, deleted messages reappeared =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 30 May 2002 23:11, atrap@club-internet.fr wrote: > in KDE 3.0.0 it was working. > after i updated with KDE 3.0.1, following things doesn't work ??? > > i retrieve messages from inbox kmail directory > with JavaMail API 1.02 using MBOX provider configuration (use of > 'Knife' project API) > before (KDE 3.0.0), i retrieve the rights messages. > now (KDE 3.0.1), i retrieve all inbox messages + all messages that I don't think this is a KMail bug. I even don't understand what you=20 want. I _think_ you want to tell me that there are deleted messages in=20 the mbox folder. So what? That's how mbox works. Please see gg:mbox format in your favorite Konq. Marc =2D --=20 Marc Mutz =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE89qep3oWD+L2/6DgRAmBnAJ4teDOSbxZ4EJZzAiFNDuQ+MPgs6gCeMrhb xDwyt4G3n7UjATDSBK870pE=3D =3DOJXz =2D----END PGP SIGNATURE----- has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) (Complete bug history is available at http://bugs.kde.org/db/43/43286.html) Received: (at submit) by bugs.kde.org; 30 May 2002 21:11:30 +0000 Received: (qmail 15974 invoked by uid 33); 30 May 2002 21:11:30 -0000 Date: 30 May 2002 21:11:30 -0000 Message-ID: <20020530211130.15973.qmail@mail.kde.org> To: submit@bugs.kde.org Subject: retrieving mbox folder messages from JavaMail API, deleted messages reappeared From: atrap@club-internet.fr X-KDE-Received: -212.195.17.141 Package: kmail Version: 1.4.1 (using KDE 3.0.1 ) Severity: normal Installed from: Mandrake RPMs Compiler: gcc version 2.96 20000731 OS: Linux OS/Compiler notes: kernel 2.4.18-mdk hello, in KDE 3.0.0 it was working. after i updated with KDE 3.0.1, following things doesn't work ??? i retrieve messages from inbox kmail directory with JavaMail API 1.02 using MBOX provider configuration (use of 'Knife' project API) like this ... URLName urln = new URLName("mbox://localhost/home/christophe/Mail"); store = session.getStore(urln); store.connect(); folder = store.getDefaultFolder(); folder = folder.getFolder("inbox"); try {folder.open(Folder.READ_WRITE);} catch (MessagingException ex) {...} Message[] msgs = folder.getMessages(); before (KDE 3.0.0), i retrieve the rights messages. now (KDE 3.0.1), i retrieve all inbox messages + all messages that were previously deleted (i.e. put into the trash folder and automaticaly destroyed after closing kmail) + all deleted messages reappeares into the inbox folder ? (jdk 1.3.1-b24) Great thanks for your help ! (Submitted via bugs.kde.org) _______________________________________________ KMail Developers mailing list kmail@mail.kde.org http://mail.kde.org/mailman/listinfo/kmail