[Akonadi] [Bug 329857] akonadi imap fails if Internet is not ready

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=329857

Christian Mollekopf chrig...@fastmail.fm changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||imlibs/5d128773819d50278a19
   ||4d6a16d5fa36c7e81908

--- Comment #6 from Christian Mollekopf chrig...@fastmail.fm ---
Git commit 5d128773819d50278a194d6a16d5fa36c7e81908 by Christian Mollekopf.
Committed on 23/03/2014 at 19:00.
Pushed by cmollekopf into branch 'KDE/4.13'.

Avoid setting the Agent online if it needs network but there is none.

Without this patch an agent is online initially and only reacts to subsequent,
online status changes. This cause for example the imap resource to go online
when started without network connection (resulting in a wrong initial status),
and as the imap resource tried to connect and failed, it set itself to offline,
resulting in it not reacting to the network becoming available.

With this patch all network detection code can be removed from the imap
resource
and it properly reacts to network changes.
REVIEW: 117008

M  +9-1akonadi/agentbase.cpp

http://commits.kde.org/kdepimlibs/5d128773819d50278a194d6a16d5fa36c7e81908

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 319171] Infinite popup message when imap connection error

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=319171

Christian Mollekopf chrig...@fastmail.fm changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/a13c4655ea54d990
   ||2d98d97c11b5e4ba996bbceb

--- Comment #11 from Christian Mollekopf chrig...@fastmail.fm ---
Git commit a13c4655ea54d9902d98d97c11b5e4ba996bbceb by Christian Mollekopf.
Committed on 23/03/2014 at 17:37.
Pushed by cmollekopf into branch 'KDE/4.13'.

IMAP-Resource: Async dialogs.

Async password request dialog that is aborted after disconnecting.

This properly aborts the dialog after the connection attempt is no longer
relevant,
and avoids the stacking of dialogs.

The configuration dialog is also made async to avoid similar problems.

With this change the dialog appears at most once, and vanishes if the network
is disconnected again.
Related: bug 306955

M  +16   -12   resources/imap/imapresource.cpp
M  +3-1resources/imap/imapresource.h
M  +3-0resources/imap/passwordrequesterinterface.cpp
M  +1-0resources/imap/passwordrequesterinterface.h
M  +7-0resources/imap/sessionpool.cpp
M  +1-0resources/imap/sessionpool.h
M  +69   -20   resources/imap/settingspasswordrequester.cpp
M  +8-0resources/imap/settingspasswordrequester.h

http://commits.kde.org/kdepim-runtime/a13c4655ea54d9902d98d97c11b5e4ba996bbceb

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 329857] akonadi imap fails if Internet is not ready

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=329857

Christian Mollekopf chrig...@fastmail.fm changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kdep |http://commits.kde.org/kdep
   |imlibs/5d128773819d50278a19 |im-runtime/e49c200ba4387a31
   |4d6a16d5fa36c7e81908|e997fe24a4a86c8bb8045abc

--- Comment #7 from Christian Mollekopf chrig...@fastmail.fm ---
Git commit e49c200ba4387a31e997fe24a4a86c8bb8045abc by Christian Mollekopf.
Committed on 23/03/2014 at 17:38.
Pushed by cmollekopf into branch 'KDE/4.13'.

IMAP-Resource: Removed network-change handling

With the fixed AgentBase we no longer need to handle network changes.
This results in the imap resource correctly reacting to network changes.

M  +1-13   resources/imap/imapresource.cpp

http://commits.kde.org/kdepim-runtime/e49c200ba4387a31e997fe24a4a86c8bb8045abc

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 306955] Akonadi IMAP resource runs amok when using a server with a self-signed certificate

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=306955

Christian Mollekopf chrig...@fastmail.fm changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/a13c4655ea54d990
   ||2d98d97c11b5e4ba996bbceb

--- Comment #6 from Christian Mollekopf chrig...@fastmail.fm ---
Git commit a13c4655ea54d9902d98d97c11b5e4ba996bbceb by Christian Mollekopf.
Committed on 23/03/2014 at 17:37.
Pushed by cmollekopf into branch 'KDE/4.13'.

IMAP-Resource: Async dialogs.

Async password request dialog that is aborted after disconnecting.

This properly aborts the dialog after the connection attempt is no longer
relevant,
and avoids the stacking of dialogs.

The configuration dialog is also made async to avoid similar problems.

With this change the dialog appears at most once, and vanishes if the network
is disconnected again.
Related: bug 319171

M  +16   -12   resources/imap/imapresource.cpp
M  +3-1resources/imap/imapresource.h
M  +3-0resources/imap/passwordrequesterinterface.cpp
M  +1-0resources/imap/passwordrequesterinterface.h
M  +7-0resources/imap/sessionpool.cpp
M  +1-0resources/imap/sessionpool.h
M  +69   -20   resources/imap/settingspasswordrequester.cpp
M  +8-0resources/imap/settingspasswordrequester.h

http://commits.kde.org/kdepim-runtime/a13c4655ea54d9902d98d97c11b5e4ba996bbceb

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 331703] Auto refresh of the IMAP email accounts no longer works

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=331703

Christian Mollekopf mollek...@kolabsys.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||mollek...@kolabsys.com
 Resolution|--- |FIXED

--- Comment #1 from Christian Mollekopf mollek...@kolabsys.com ---
I think this has been fixed in akonadi 68480a5d0b2e53ad24bc. Please reopen if
this is still not working.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 332508] kmail2 is no more able to use any of the gpg key

2014-03-25 Thread Bruno Friedmann
https://bugs.kde.org/show_bug.cgi?id=332508

Bruno Friedmann brun...@ioda.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Bruno Friedmann brun...@ioda.net ---
Removing all openPGP/smime information on my main identity and setting them up
again fixes the issue ?

Why it has failed or work after settings again the same value is unknown.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332400] IMAP IDLE stops working after some time.

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=332400

--- Comment #3 from Christian Mollekopf mollek...@kolabsys.com ---
Unless KTcpSocket reads the data and hides it internally, the IDLE
notifications simply never arrive at the client. I checked KTcpSocket's
byteAvailable/stat/canReadLine as well as the sockets revc-q with netstat. We
still get the idle for too long after 30mins, so the connection seems to be
generally ok.

As we can see above, it seems as the server sends the idle for too long, the
pending notifications also get pushed through.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 327822] The IMAP Resource does not detect namespace changes, but it should

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=327822

Christian Mollekopf mollek...@kolabsys.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
   Severity|normal  |task

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 328393] The imap resource should notify the user about errors

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=328393

Christian Mollekopf mollek...@kolabsys.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 331678] KMAIL

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=331678

Christian Mollekopf mollek...@kolabsys.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||mollek...@kolabsys.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Christian Mollekopf mollek...@kolabsys.com ---


*** This bug has been marked as a duplicate of bug 329805 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 329805] After disabling all local subscriptions and restarting kmail akonadi_imap_resource always crashes

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=329805

Christian Mollekopf mollek...@kolabsys.com changed:

   What|Removed |Added

 CC||iraj...@gmail.com

--- Comment #1 from Christian Mollekopf mollek...@kolabsys.com ---
*** Bug 331678 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 331948] IMAP folders not automatically updated

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=331948

Christian Mollekopf mollek...@kolabsys.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||mollek...@kolabsys.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Christian Mollekopf mollek...@kolabsys.com ---


*** This bug has been marked as a duplicate of bug 331703 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 331703] Auto refresh of the IMAP email accounts no longer works

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=331703

Christian Mollekopf mollek...@kolabsys.com changed:

   What|Removed |Added

 CC||nqn1...@gmail.com

--- Comment #2 from Christian Mollekopf mollek...@kolabsys.com ---
*** Bug 331948 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332013] on moving a mail: ItemRetrieverException: Unable to retrieve item from resource: NO PartHelperException, unable to open for writing, file too big

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=332013

Christian Mollekopf mollek...@kolabsys.com changed:

   What|Removed |Added

 CC||mollek...@kolabsys.com
  Component|IMAP resource   |server
   Assignee|chrig...@fastmail.fm|kdepim-bugs@kde.org

--- Comment #2 from Christian Mollekopf mollek...@kolabsys.com ---
FYI: Die Datei ist zu gross means The file is too large

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 331848] displaying, moving, deleting mails takes 10-20 seconds when Akonadi synchronizes in background

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=331848

Christian Mollekopf mollek...@kolabsys.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||mollek...@kolabsys.com
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Christian Mollekopf mollek...@kolabsys.com ---
Is this still the case with 4.13? I have several mailboxes with 17k+ mails
(190k in total), and reading mails is even during synchronization near instant.
I know there used to be problems, but for me they seem to be resolved.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 297783] No feedback on IMAP connection problems

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=297783

Christian Mollekopf chrig...@fastmail.fm changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/6571fc1924d3ee79
   ||84d5d233d2a2cb626f5ca53b

--- Comment #2 from Christian Mollekopf chrig...@fastmail.fm ---
Git commit 6571fc1924d3ee7984d5d233d2a2cb626f5ca53b by Christian Mollekopf.
Committed on 25/03/2014 at 08:08.
Pushed by cmollekopf into branch 'KDE/4.13'.

IMAP-Resource: cancelTask on error and deferTask on connection error.

This way the resource retries if there was a temporary connection
problem and reports the problem instead of silently going offline.

M  +4-3resources/imap/imapresource.cpp

http://commits.kde.org/kdepim-runtime/6571fc1924d3ee7984d5d233d2a2cb626f5ca53b

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 331848] displaying, moving, deleting mails takes 10-20 seconds when Akonadi synchronizes in background

2014-03-25 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=331848

--- Comment #3 from Martin Steigerwald m...@teamix.de ---
I did not yet see KDE SC 4.13 packages for Debian. I will test with KDE SC 4.13
once packages become available.

For now I raised innodb_buffer_pool_size considerably (from the default low 80
MiB to 1024 MiB), but KMail seems to be totally unresponsive here at the
moment. Raising the buffer pool size on my laptop from 80 MiB to 256 MiB for a
huge POP3 account seems to have helped, but here it does not seem to have any
visible effect. Doesn't display a mail for over an hour already. With no
significant activity – neither CPU or disk I/O wise – in atop and
Akonadiconsole not showing any activity for the IMAP resource either.

I am currently using Evolution with EWS plugin which gives much better results.
Granted, it doesn't even try to synchronize folders I did not yet click on, but
maybe thats a quite sane approach. (Seems to be choosable in configuration.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 332574] New: folder list shows unread messages where there aren't any

2014-03-25 Thread Martin Tlustos
https://bugs.kde.org/show_bug.cgi?id=332574

Bug ID: 332574
   Summary: folder list shows unread messages where there aren't
any
Classification: Unclassified
   Product: kmail2
   Version: 4.12.3
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: message list
  Assignee: kdepim-bugs@kde.org
  Reporter: martin.tlus...@gmail.com

in one of my computers that access the same imap folders, the sent and
drafts folder show unread messages, although there aren't any. In fact, the
drafts folder is empty...
the other computer accessing the same account with kmail has no problems.
This specific computer also gets stuck at syncing a folder with my google
account, so I think there is a problem with syncing (or access rights?)

Reproducible: Sometimes

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 328917] akonadi_nepomuk_feeder crashes regularly.

2014-03-25 Thread Martin Pluskal
https://bugs.kde.org/show_bug.cgi?id=328917

--- Comment #2 from Martin Pluskal mar...@pluskal.org ---
Created attachment 85730
  -- https://bugs.kde.org/attachment.cgi?id=85730action=edit
New crash information added by DrKonqi

akonadi_nepomuk_feeder (4.12) on KDE Platform 4.12.3 using Qt 4.8.5

It seems that issue was triggered by heavy io activity.

-- Backtrace (Reduced):
#6  0x7f0d3714f279 in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
#7  0x7f0d371505d8 in __GI_abort () at abort.c:89
[...]
#9  0x7f0d3719367e in malloc_printerr (action=3, str=0x7f0d3727d9e8
munmap_chunk(): invalid pointer, ptr=optimized out) at malloc.c:4991
#10 0x7f0d27b9e0bd in set_error_ext (err=0x7f0d1cd8a770, state=optimized
out, virt_state=optimized out, message=optimized out, col=optimized out,
rc=optimized out) at ../../libsrc/Wi/CLIuti.c:541
#11 0x7f0d27ba4936 in virtodbc__SQLFreeStmt (hstmt=0x7f0d1cd8a770,
fOption=fOption@entry=0) at ../../libsrc/Wi/CLIsql1.c:1759

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 328917] akonadi_nepomuk_feeder crashes regularly.

2014-03-25 Thread Martin Pluskal
https://bugs.kde.org/show_bug.cgi?id=328917

Martin Pluskal mar...@pluskal.org changed:

   What|Removed |Added

 CC||mar...@pluskal.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 331848] displaying, moving, deleting mails takes 10-20 seconds when Akonadi synchronizes in background

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=331848

--- Comment #4 from Christian Mollekopf mollek...@kolabsys.com ---
(In reply to comment #3)
 I did not yet see KDE SC 4.13 packages for Debian. I will test with KDE SC
 4.13 once packages become available.
 
 For now I raised innodb_buffer_pool_size considerably (from the default low
 80 MiB to 1024 MiB), but KMail seems to be totally unresponsive here at the
 moment. Raising the buffer pool size on my laptop from 80 MiB to 256 MiB for
 a huge POP3 account seems to have helped, but here it does not seem to have
 any visible effect. Doesn't display a mail for over an hour already. With no
 significant activity – neither CPU or disk I/O wise – in atop and
 Akonadiconsole not showing any activity for the IMAP resource either.
 
 I am currently using Evolution with EWS plugin which gives much better
 results. Granted, it doesn't even try to synchronize folders I did not yet
 click on, but maybe thats a quite sane approach. (Seems to be choosable in
 configuration.)

FWIW, my innodb_buffer_pool_size is 8M and I have no such problems. If there is
no cpu nor I/O activity I doubt it's doing anything. I never used pop, so no
idea about that one, but maildir for local mail + imap for everything large
works fine here.

I can only suggest to check if the resource where you try to read mail is
actually online and to check what akonadiserver returns using akonadiconsole.
The protocol is very IMAP like, so you might be able to figure something out
using the debugger in akonadiconsole.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[akregator] [Bug 332569] Akregator crash inside Ark previewer

2014-03-25 Thread Raphael Kubo da Costa
https://bugs.kde.org/show_bug.cgi?id=332569

Raphael Kubo da Costa rak...@freebsd.org changed:

   What|Removed |Added

  Component|general |general
Version|2.19|4.11.5
   Assignee|rak...@freebsd.org  |kdepim-bugs@kde.org
Product|ark |akregator
Summary|ARK crash   |Akregator crash inside Ark
   ||previewer

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 332242] Crash on startup if a trash folder is missing

2014-03-25 Thread Jürgen Starek
https://bugs.kde.org/show_bug.cgi?id=332242

--- Comment #2 from Jürgen Starek juer...@starek.net ---
The error message comes from Akonadi, see akonadi/server/src/handler/create.cpp
. However, I still think that this is a bug in kmail insofar as kmail does not
inform the user that they should go to the Akonadi console, nor does kmail
offer the user a possibility to correct the account settings.

Regarding reproducibility, perhaps we need to go into more details about the
account. I'm using an IMAP account from Zimbra here, but don't know what people
in the original report (bug 255104) were using.

I suggest, however, that bug 255104 should be reopened, and will gladly assist
in creating a reproducible scenario.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 331848] displaying, moving, deleting mails takes 10-20 seconds when Akonadi synchronizes in background

2014-03-25 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=331848

--- Comment #5 from Martin Steigerwald m...@teamix.de ---
If its not doing anything… true… I now restarted Akonadi and for a short time
it seemed to be active, then it ran into bug #332013 but for *displaying*
mails. Commenting there.

I will recheck this with KDEPIM 4.13 once I can get it onto my Workstation as
packages. Thanks, Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332013] on moving a mail: ItemRetrieverException: Unable to retrieve item from resource: NO PartHelperException, unable to open for writing, file too big

2014-03-25 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=332013

--- Comment #3 from Martin Steigerwald m...@teamix.de ---
Thanks for translation, I thought I added it, but I forgot.

I now have this again, but already with trying to display a mail. Even directly
after restarting Akonadi. I get things like this in ~/.xsession-errors:

ms@mango:~ Insert: payload file 
/home/ms/.local/share/akonadi/file_db_data//3026619_r0  could not be open for
writing!
Error:  Die Datei ist zu groß
ItemRetrieverException :  Unable to retrieve item from resource: NO Unable to
add item part
Insert: payload file  /home/ms/.local/share/akonadi/file_db_data//3026620_r0 
could not be open for writing!
Error:  Die Datei ist zu groß
ItemRetrieverException :  Unable to retrieve item from resource: NO Unable to
add item part
Insert: payload file  /home/ms/.local/share/akonadi/file_db_data//3026621_r0 
could not be open for writing!
Error:  Die Datei ist zu groß
ItemRetrieverException :  Unable to retrieve item from resource: NO Unable to
add item part
Insert: payload file  /home/ms/.local/share/akonadi/file_db_data//3026622_r0 
could not be open for writing!
Error:  Die Datei ist zu groß
ItemRetrieverException :  Unable to retrieve item from resource: NO Unable to
add item part
Insert: payload file  /home/ms/.local/share/akonadi/file_db_data//3026623_r0 
could not be open for writing!
Error:  Die Datei ist zu groß
ItemRetrieverException :  Unable to retrieve item from resource: NO Unable to
add item part
Insert: payload file  /home/ms/.local/share/akonadi/file_db_data//3026624_r0 
could not be open for writing!
Error:  Die Datei ist zu groß
ItemRetrieverException :  Unable to retrieve item from resource: NO Unable to
add item part
ItemRetrieverException :  Unable to retrieve item from resource: NO
PartHelperException: Could not open
'/home/ms/.local/share/akonadi/file_db_data/3026607_r0' for writing, error was
'Die Datei ist zu groÃ'
akonadi_imap_resource_0(23478)/libakonadi
Akonadi::SessionPrivate::dataReceived: Unable to login to Akonadi server: BAD
Unrecognized command:  cellspacing=3D
 
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState
QAbstractSocket::waitForBytesWritten() is not allowed in UnconnectedState

[Akonadi] [Bug 332013] on moving a mail: ItemRetrieverException: Unable to retrieve item from resource: NO PartHelperException, unable to open for writing, file too big

2014-03-25 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=332013

--- Comment #4 from Martin Steigerwald m...@teamix.de ---
Forget my comment regarding file write speed. Its likely limited by speed of
/dev/urandom, which as to my experience is about 15 MB on this box. Writing
zeros may not be relastic either. Anyway, I can write a 100 MB file there and
this is what counts.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332013] on moving a mail: ItemRetrieverException: Unable to retrieve item from resource: NO PartHelperException, unable to open for writing, file too big

2014-03-25 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=332013

--- Comment #5 from Martin Steigerwald m...@teamix.de ---
On stopping Akonadi I got:

ms@mango:~/.local/share/akonadi akonadictl stop
ms@mango:~/.local/share/akonadi akonadi_kabc_resource_0(23480): Saving failed:
 Keine Verbindung zu Rechner ldap://localhost:1389ou=people??sub
Weitere Informationen: . 
Application '/usr/bin/akonadi_kabc_resource' exited normally...
Application '/usr/bin/akonadi_sendlater_agent' exited normally...
Application '/usr/bin/akonadi_agent_launcher' exited normally...
Application '/usr/bin/akonadi_agent_launcher' exited normally...
Application '/usr/bin/akonadi_maildispatcher_agent' exited normally...
Application '/usr/bin/akonadi_agent_launcher' exited normally...
ProcessControl: Application /usr/bin/akonadi_imap_resource stopped unexpectedly
( Process crashed )
Application '/usr/bin/akonadi_imap_resource' crashed. No restart!

So the IMAP resource basically appeared to have crashed on exit now.

ItemRetrieverException :  Unable to retrieve item from resource: Message did
not receive a reply (timeout by message bus)
Application '/usr/bin/akonadi_agent_launcher' exited normally...
Application '/usr/bin/akonadi_imap_resource' exited normally...
Application '/usr/bin/akonadi_mailfilter_agent' exited normally...
Application '/usr/bin/akonadi_archivemail_agent' exited normally...
Application '/usr/bin/akonadi_migration_agent' exited normally...
Application '/usr/bin/akonadi_newmailnotifier_agent' exited normally...
Application '/usr/bin/akonadi_agent_launcher' exited normally...
Application '/usr/bin/akonadi_folderarchive_agent' exited normally...
Application '/usr/bin/akonadi_nepomuk_feeder' exited normally...
Cannot connect to agent instance with identifier 'akonadi_imap_resource_0',
error message: 'Could not get owner of name
'org.freedesktop.Akonadi.Resource.akonadi_imap_resource_0': no such name'
ItemRetrieverException :  Unable to contact resource
QSocketNotifier: Invalid socket 162 and type 'Read', disabling...
ProcessControl: Application 'akonadiserver' returned with exit code 255
(Process operation timed out)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332013] on moving a mail: ItemRetrieverException: Unable to retrieve item from resource: NO PartHelperException, unable to open for writing, file too big

2014-03-25 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=332013

--- Comment #6 from Martin Steigerwald m...@teamix.de ---
Well, I straced akonadiserver during that happening and really got a file to
big back on trying to write the file. Excerpt:

28443 ... poll resumed )  = 1 ([{fd=96, revents=POLLIN}])
28443 read(97, 0x7f12ad7f9b60, 16)  = -1 EAGAIN (Resource temporarily
unavailable)
28443 ioctl(96, FIONREAD, [10]) = 0
28443 read(96, 491 BEGIN\n, 10)   = 10
28443 poll([{fd=137, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
28443 write(137, \v\0\0\0\3BEGIN WORK, 15) = 15
28443 read(137, \7\0\0\1\0\0\0\3\0\0\0, 16384) = 11
28443 write(97, \1\0\0\0\0\0\0\0, 8)  = 8
28443 select(97, [96], [96], NULL, {30, 0}) = 1 (out [96], left {29, 98})
28443 write(96, 491 OK Begin completed\r\n, 24) = 24
28443 write(97, \1\0\0\0\0\0\0\0, 8)  = 8
28443 poll([{fd=97, events=POLLIN}, {fd=96, events=POLLIN}], 2, 21930) = 1
([{fd=97, revents=POLLIN}])
28443 poll([{fd=97, events=POLLIN}, {fd=96, events=POLLIN}], 2, 21930) = 1
([{fd=97, revents=POLLIN}])
28443 read(97, \2\0\0\0\0\0\0\0, 16)  = 8
28443 poll([{fd=97, events=POLLIN}, {fd=96, events=POLLIN}], 2, 21930) = 1
([{fd=96, revents=POLLIN}])
28443 read(97, 0x7f12ad7f9b60, 16)  = -1 EAGAIN (Resource temporarily
unavailable)
28443 ioctl(96, FIONREAD, [123])= 0
28443 read(96, 492 X-AKAPPEND 591 26707 (\\MimeT..., 123) = 123
28443 write(97, \1\0\0\0\0\0\0\0, 8)  = 8
28443 select(97, [96], [96], NULL, {30, 0}) = 1 (out [96], left {29, 98})
28443 write(96, + Ready for literal data (expect..., 49) = 49
28443 write(97, \1\0\0\0\0\0\0\0, 8)  = 8
28443 select(97, [96], [], NULL, {30, 0}) = 1 (in [96], left {29, 98})
28443 write(97, \1\0\0\0\0\0\0\0, 8)  = 8
28443 ioctl(96, FIONREAD, [5153])   = 0
28443 read(96, MIME-Version: 1.0\r\nReceived: fro..., 5153) = 5153
28443 write(97, \1\0\0\0\0\0\0\0, 8)  = 8
28443 stat(/etc/localtime, {st_mode=S_IFREG|0644, st_size=2309, ...}) = 0
28443 poll([{fd=137, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
28443 write(137, \5\0\0\0\32!\0\0\0, 9) = 9
28443 read(137, \7\0\0\1\0\0\0\3\0\0\0, 16384) = 11
28443 poll([{fd=137, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
28443 poll([{fd=137, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
28443 write(137,
N\0\0\0\27!\0\0\0\0\1\0\0\0\f\0\1\3\0\376\0\376\0\376\0\10\0\10\0\f\0\1...,
82) = 82
28443 read(137, \n\0\0\1\0\1\375\247$\27\3\0\0\0, 16384) = 14
28443 poll([{fd=137, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
28443 write(137, \5\0\0\0\32\\0\0\0, 9) = 9
28443 read(137, \7\0\0\1\0\0\0\3\0\0\0, 16384) = 11
28443 poll([{fd=137, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
28443 poll([{fd=137, events=POLLIN|POLLPRI}], 1, 0) = 0 (Timeout)
28443 write(137,
6\0\0\0\27\\0\0\0\0\1\0\0\0\4\1\10\0\376\0\374\0\10\0\3\0\1\0\247$\27\0...,
58) = 58
28443 read(137, \n\0\0\1\0\1\375A/.\3\0\0\0, 16384) = 14
28443 stat(/home/ms/.local/share/akonadi/file_db_data, {st_mode=S_IFDIR|0775,
st_size=21475328, ...}) = 0
28443 open(/home/ms/.local/share/akonadi/file_db_data//3026753_r0,
O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = -1 EFBIG (File too large)

I am not sure whether its possible to find out the exact size, Akonadi
requested here. In any, cause I do not see any fallocate flags in there, which
probably wouldn't work over NFS anyway.

28443 open(/home/ms/.local/share/akonadi/akonadiserver.error,
O_WRONLY|O_CREAT|O_APPEND|O_CLOEXEC, 0666) = 8

There it writes 

Insert: payload file  /home/ms/.local/share/akonadi/file_db_data//3026753_r0 
could not be open for writing! 
Error:  Die Datei ist zu groß 

into the log.

28443 fcntl(8, F_SETFD, FD_CLOEXEC) = 0
28443 fstat(8, {st_mode=S_IFREG|0664, st_size=15365, ...}) = 0
28443 fstat(8, {st_mode=S_IFREG|0664, st_size=15365, ...}) = 0
28443 lseek(8, 15365, SEEK_SET) = 15365
28443 lseek(8, 15365, SEEK_SET) = 15365


I am wondering what is happening here. Does an IMAP debug protocol makes sense
here? Maybe Exchange IMAP server reports wrong size of mail or something?

I stored the complete strace log, but I don't like to paste it here before
checking whether it has any confidential data in it.

Ah, I mentioned file too big in subject of bug. And well on exit, that might
not be a crash, but just a slow response of the IMAP resource?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332013] on moving a mail: ItemRetrieverException: Unable to retrieve item from resource: NO PartHelperException, unable to open for writing, file too big

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=332013

--- Comment #7 from Christian Mollekopf mollek...@kolabsys.com ---
I think with your home on NFS you're unfortunately in an unsupported situation
(at least as far as I'm concerned). I don't have any experience myself with it,
but I already heard a couple of times that running this with home on nfs
doesn't really work.
If this is indeed an NFS related issue, the best you can do is open a wishlist
item for NFS support, but I doubt anyone will invest a lot of time in that, or
fix it yourself.

Sorry about that, but we can only cater so many usecases. I'll leave it up to
Daniel to close this as WONTFIX.

Let us know though if you think the issue is unrelated to NFS.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332013] on moving a mail: ItemRetrieverException: Unable to retrieve item from resource: NO PartHelperException, unable to open for writing, file too big

2014-03-25 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=332013

--- Comment #8 from Christian Mollekopf mollek...@kolabsys.com ---
Apparently there was some success in the past with mariadb over nfs at least:
https://bugs.kde.org/show_bug.cgi?id=275261 (see the last comment)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail] [Bug 226944] [Regression] KMail fails to correctly filter some mails

2014-03-25 Thread abin
https://bugs.kde.org/show_bug.cgi?id=226944

abin abin.g...@gmail.com changed:

   What|Removed |Added

 CC||abin.g...@gmail.com

--- Comment #2 from abin abin.g...@gmail.com ---
Having the issue in kmail 4.11.4.None of the filters created using
Messages-Create Filter are not working.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 255388] Kmail filters dont work in incoming mail

2014-03-25 Thread abin
https://bugs.kde.org/show_bug.cgi?id=255388

abin abin.g...@gmail.com changed:

   What|Removed |Added

 CC||abin.g...@gmail.com

--- Comment #97 from abin abin.g...@gmail.com ---
Same problem with kmail 4.11.4 on mageia 4.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 255388] Kmail filters dont work in incoming mail

2014-03-25 Thread Frank Souza
https://bugs.kde.org/show_bug.cgi?id=255388

--- Comment #98 from Frank Souza franksouza...@gmail.com ---
Same here, 4.12.3 on Ubuntu ( Ubuntu + KDE ppa backports) 12.04.3

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324424] i can not select my S/MIME certificate for Email Signature

2014-03-25 Thread Pierre Maraval
https://bugs.kde.org/show_bug.cgi?id=324424

Pierre Maraval marava...@yahoo.fr changed:

   What|Removed |Added

 CC||marava...@yahoo.fr

--- Comment #4 from Pierre Maraval marava...@yahoo.fr ---

The List only displays certificates for which you have the private key
installed. A direct solution is to install the private key via gpg/gpgsm.

I had the same Problem. It turned out the certificate was badly imported in
Kleopatra, because Kleopatra, gpg (and gpg2) can't handle pcks#12 cert+key
files (so i could only import the certificate via the browser, because
exporting the private key was only possible in pk12 format).

So I had to convert the certificate-and-privatekey.p12 file to extract the key,
which i then installed in gpg. It worked, I didn't even have to import it into
Kleopatra. Finally I can send S/MIME mails. But the problem is in Kleopatra
and/or gpg.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 324424] i can not select my S/MIME certificate for Email Signature

2014-03-25 Thread Pierre Maraval
https://bugs.kde.org/show_bug.cgi?id=324424

--- Comment #5 from Pierre Maraval marava...@yahoo.fr ---
And I still don't know why I could select a certificate for encryption
(encryption didn't work for me though, but I could select the certificate in
the list).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 300142] Kmail can't render a html signature

2014-03-25 Thread Pierre Maraval
https://bugs.kde.org/show_bug.cgi?id=300142

Pierre Maraval marava...@yahoo.fr changed:

   What|Removed |Added

 CC||marava...@yahoo.fr

--- Comment #12 from Pierre Maraval marava...@yahoo.fr ---
Same problem on Kubuntu 13.10, Kmail Version 4.11.5.

Another aspect of this bug (I think) is that Kmail doesn't digitally sign the
html signature correctly (HTML signature with inline images
(data:image/gif;base64) ).  

So the sent signed email is invalid, even for other clients which otherwise can
render html signatures in Kmail-sent mails.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 332435] search window says 7 matches but shows 13 mails

2014-03-25 Thread Arthur Țițeică
https://bugs.kde.org/show_bug.cgi?id=332435

Arthur Țițeică arthur.tite...@gmail.com changed:

   What|Removed |Added

 CC||arthur.tite...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 332511] Add support for search with tags

2014-03-25 Thread Arthur Țițeică
https://bugs.kde.org/show_bug.cgi?id=332511

Arthur Țițeică arthur.tite...@gmail.com changed:

   What|Removed |Added

 CC||arthur.tite...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 332249] Quick filter does not search body of emails never opened in kmail.

2014-03-25 Thread Arthur Țițeică
https://bugs.kde.org/show_bug.cgi?id=332249

Arthur Țițeică arthur.tite...@gmail.com changed:

   What|Removed |Added

 CC||arthur.tite...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 300142] Kmail can't render a html signature

2014-03-25 Thread Arthur Țițeică
https://bugs.kde.org/show_bug.cgi?id=300142

Arthur Țițeică arthur.tite...@gmail.com changed:

   What|Removed |Added

 CC||arthur.tite...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 320736] No progress indication for copying/moving email messages/folders

2014-03-25 Thread Arthur Țițeică
https://bugs.kde.org/show_bug.cgi?id=320736

Arthur Țițeică arthur.tite...@gmail.com changed:

   What|Removed |Added

 CC||arthur.tite...@gmail.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs