[Akonadi] [Bug 310021] Mix different calendar-system dates

2016-09-25 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=310021

Dennis Schridde  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |UNCONFIRMED

--- Comment #2 from Dennis Schridde  ---
Stil valid.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 368381] New: KMail 5.2.3 / Akonadi 16.04.3 shows no quota warnings

2016-09-07 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368381

Bug ID: 368381
   Summary: KMail 5.2.3 / Akonadi 16.04.3 shows no quota warnings
   Product: kmail2
   Version: 5.2.1
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-bugs@kde.org
  Reporter: dennis.schri...@uni-heidelberg.de

KMail 5.2.3 / Akonadi 16.04.3 provides me with no warning about exceeded quota
or failing uploads due to exceeded quota.

Reproducible: Always

Steps to Reproduce:
1. Exceeded IMAP quota on the server.
2. Fill folders with new emails (e.g. in the \Sent folder after sending
emails).

Actual Results:  
1. KMail stops uploading messages to the server, without notifying me that it
was unable to synchronise completely.
2. Deleting messages also becomes impossible, presumably because they are first
copied to \Trash, which will fail due to the exceeded quota.

Expected Results:  
KMail should display a warning when I am at e.g. 90% of my IMAP quota, a very
noticable error message when I am above 99% (i.e. when it becomes impossible to
store a reasonably sized email), and very noticable error messages for every
mail that cannot be uploaded to the server for whatever reason. It should also
mark such not-synchronised messages with a warning in the message list and
folders containing such messages (and folders containing folders containing
such messages) in the folder list.

I am using KMail 5.2.3 (the "version" list here in bugzilla allows me to select
only 5.2.1).
The server is running (response to the ID IMAP command from RFC 2971 [2]):
Cyrus IMAPD v2.4.17-Fedora-RPM-2.4.17-8.el7_1 d1df8aff 2012-12-01

Trojita displays a modal warning dialogue that "quota exceeded" (or similar).
This might be a message coming from the server, probably via the OVERQUOTA
response code from RFC 5530 [1], which is handled in
src/Imap/Parser/Response.{cpp,h} in the Trojita source code.

[1]: https://tools.ietf.org/html/rfc5530
[2]: https://tools.ietf.org/html/rfc2971

-- 
You are receiving this mail because:
You are the assignee for the bug.


[kmail2] [Bug 284172] Kmail does not correctly recognize some IMAP-Inbox-Folders

2016-09-07 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=284172

Dennis Schridde  changed:

   What|Removed |Added

 CC||dennis.schridde@uni-heidelb
   ||erg.de

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Akonadi] [Bug 311456] imap idle is not working with GSSAPI

2016-09-07 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=311456

Dennis Schridde  changed:

   What|Removed |Added

 CC||dennis.schridde@uni-heidelb
   ||erg.de

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Akonadi] [Bug 364342] KRunner crash by Akonadi's PIMContactsRunner

2016-09-02 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364342

--- Comment #12 from Dennis Schridde  ---
(In reply to Denis Kurz from comment #11)
> (In reply to Dennis Schridde from comment #10)
> > The full tree of linked libraries (omitting duplications) is given here -
> > QtWebEngine is not among them:
> 
> My plugin isn't linked against WebEngine either, as your (really cool)
> script revealed. But then I don't understand how loading
> krunner_pimcontacts.so can possibly lead to QtWebEngine::initialize(). This
> is triggered deep withinQPluginLoader::instance() after all. Might this be
> an upstream bug?

For me the bug appeared with kde-apps 16.08.0. It's thus a regression from
16.04.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Akonadi] [Bug 364342] KRunner crash by Akonadi's PIMContactsRunner

2016-09-01 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364342

--- Comment #10 from Dennis Schridde  ---
(In reply to Denis Kurz from comment #9)
> Isn't this just a linking error? Last time I checked, there was no call to
> QtWebEngine in the PIMContactsRunner, but it is linked against it somehow.
> So when the plugin is loaded by Qt, so is the QtWebEngine, which
> automatically triggers its initialize function.

On my system, /usr/lib/qt5/plugins/krunner_pimcontacts.so was built with
-Wl,--as-needed. Thus if no part of the code uses a library, that library will
not be linked against.

The full tree of linked libraries (omitting duplications) is given here -
QtWebEngine is not among them:
/usr/lib/qt5/plugins/krunner_pimcontacts.so
| /usr/lib64/libKF5Runner.so.5
| | /usr/lib64/libKF5Plasma.so.5
| | | /usr/lib64/libQt5Sql.so.5
| | | | /usr/lib64/libQt5Core.so.5
| | | | | /lib64/libz.so.1
| | | | | /usr/lib64/libicui18n.so.57
| | | | | | /usr/lib64/libicuuc.so.57
| | | | | | | /usr/lib64/libicudata.so.57
| | | | | /usr/lib64/libicuuc.so.57
| | | | | /usr/lib64/libpcre16.so.0
| | | | | /usr/lib64/libglib-2.0.so.0
| | | | | | /lib64/libpcre.so.1
| | | | | /usr/lib64/libsystemd.so.0
| | | | | | /lib64/libcap.so.2
| | | | | | /lib64/liblzma.so.5
| | | | | | /usr/lib64/liblz4.so.1
| | | | | | /usr/lib64/libgcrypt.so.20
| | | | | | | /usr/lib64/libgpg-error.so.0
| | | | | | /lib64/ld-linux-x86-64.so.2
| | | | | | | /lib64/ld-linux-x86-64.so.2
| | | | | /lib64/ld-linux-x86-64.so.2
| | | /usr/lib64/libKF5XmlGui.so.5
| | | | /usr/lib64/libQt5Network.so.5
| | | | | /usr/lib64/libQt5Core.so.5
| | | | | /lib64/libz.so.1
| | | | | /usr/lib64/libproxy.so.1
| | | | | /usr/lib64/libssl.so.1.0.0
| | | | | | /usr/lib64/libcrypto.so.1.0.0
| | | | | | | /lib64/libz.so.1
| | | | | /usr/lib64/libcrypto.so.1.0.0
| | | | /usr/lib64/libQt5PrintSupport.so.5
| | | | | /usr/lib64/libQt5Widgets.so.5
| | | | | | /usr/lib64/libQt5Gui.so.5
| | | | | | | /usr/lib64/libQt5Core.so.5
| | | | | | | /usr/lib64/libpng16.so.16
| | | | | | | | /lib64/libz.so.1
| | | | | | | /usr/lib64/libharfbuzz.so.0
| | | | | | | | /usr/lib64/libglib-2.0.so.0
| | | | | | | | /usr/lib64/libfreetype.so.6
| | | | | | | | | /lib64/libz.so.1
| | | | | | | | | /lib64/libbz2.so.1
| | | | | | | | | /usr/lib64/libpng16.so.16
| | | | | | | | | /usr/lib64/libharfbuzz.so.0
| | | | | | | | /usr/lib64/libgraphite2.so.3
| | | | | | | /lib64/libz.so.1
| | | | | | | /usr/lib64/libGL.so.1
| | | | | | | | /usr/lib64/libexpat.so.1
| | | | | | | | /usr/lib64/libxcb-dri3.so.0
| | | | | | | | | /usr/lib64/libxcb.so.1
| | | | | | | | | | /usr/lib64/libXau.so.6
| | | | | | | | | | /usr/lib64/libXdmcp.so.6
| | | | | | | | | | | /usr/lib64/libbsd.so.0
| | | | | | | | /usr/lib64/libxcb-present.so.0
| | | | | | | | | /usr/lib64/libxcb.so.1
| | | | | | | | /usr/lib64/libxcb-sync.so.1
| | | | | | | | | /usr/lib64/libxcb.so.1
| | | | | | | | /usr/lib64/libxshmfence.so.1
| | | | | | | | /usr/lib64/libglapi.so.0
| | | | | | | | /usr/lib64/libXext.so.6
| | | | | | | | | /usr/lib64/libX11.so.6
| | | | | | | | | | /usr/lib64/libxcb.so.1
| | | | | | | | /usr/lib64/libXdamage.so.1
| | | | | | | | | /usr/lib64/libX11.so.6
| | | | | | | | /usr/lib64/libXfixes.so.3
| | | | | | | | | /usr/lib64/libX11.so.6
| | | | | | | | /usr/lib64/libX11-xcb.so.1
| | | | | | | | | /usr/lib64/libX11.so.6
| | | | | | | | | /usr/lib64/libxcb.so.1
| | | | | | | | /usr/lib64/libX11.so.6
| | | | | | | | /usr/lib64/libxcb.so.1
| | | | | | | | /usr/lib64/libxcb-glx.so.0
| | | | | | | | | /usr/lib64/libxcb.so.1
| | | | | | | | /usr/lib64/libxcb-dri2.so.0
| | | | | | | | | /usr/lib64/libxcb.so.1
| | | | | | | | /usr/lib64/libXxf86vm.so.1
| | | | | | | | | /usr/lib64/libX11.so.6
| | | | | | | | | /usr/lib64/libXext.so.6
| | | | | | | | /usr/lib64/libdrm.so.2
| | | | | | /usr/lib64/libQt5Core.so.5
| | | | | | /usr/lib64/libgobject-2.0.so.0
| | | | | | | /usr/lib64/libglib-2.0.so.0
| | | | | | | /usr/lib64/libffi.so.6
| | | | | | /usr/lib64/libglib-2.0.so.0
| | | | | | /usr/lib64/libX11.so.6
| | | | | /usr/lib64/libQt5Gui.so.5
| | | | | /usr/lib64/libQt5Core.so.5
| | | | /usr/lib64/libKF5TextWidgets.so.5
| | | | | /usr/lib64/libKF5SonnetUi.so.5
| | | | | | /usr/lib64/libQt5Widgets.so.5
| | | | | | /usr/lib64/libKF5SonnetCore.so.5
| | | | | | | /usr/lib64/libQt5Core.so.5
| | | | | | /usr/lib64/libQt5Gui.so.5
| | | | | | /usr/lib64/libQt5Core.so.5
| | | | | /usr/lib64/libKF5SonnetCore.so.5
| | | | | /usr/lib64/libKF5Service.so.5
| | | | | | /usr/lib64/libKF5ConfigCore.so.5
| | | | | | | /usr/lib64/libQt5Core.so.5
| | | | | | /usr/lib64/libKF5CoreAddons.so.5
| | | | | | | /usr/lib64/libQt5Core.so.5
| | | | | | /usr/lib64/libKF5I18n.so.5
| | | | | | | /usr/lib64/libQt5Core.so.5
| | | | | | /usr/lib64/libKF5DBusAddons.so.5
| | | | | | | /usr/lib64/libQt5DBus.so.5
| | | | | | | | /usr/lib64/libQt5Core.so.5
| | | | | | | | /usr/lib64/libdbus-1.so.3
| | | | | | | | | /usr/lib64/libsystemd.so.0
| | | | | | | 

[kmail2] [Bug 363009] New: Outlook generated S/MIME email body (Content-Disposition: attachment; filename="smime.p7m") not readable

2016-05-13 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363009

Bug ID: 363009
   Summary: Outlook generated S/MIME email body
(Content-Disposition: attachment;
filename="smime.p7m") not readable
   Product: kmail2
   Version: 4.14.10
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-bugs@kde.org
  Reporter: dennis.schri...@uni-heidelberg.de

I received an email from what appears to be Outlook, which declares the body as
being in following form:
```
Content-Type: application/pkcs7-mime; smime-type=signed-data;
name="smime.p7m"
Content-Disposition: attachment; filename="smime.p7m"
Content-Transfer-Encoding: base64
```

Thunderbird ignores the Content-Disposition header and just displays the
contents of that "attachment". KMail 4.14.10, however, displays it as declared
by the sender (as an attachment with name "smime.p7m") and provides no way to
read the content.

I am using Debian 9 / Stretch, with KMail being at version 4:4.14.10-2.

Reproducible: Always

-- 
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 343795] Accessing S/MIME encrypted attachments fails

2016-05-13 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343795

Dennis Schridde  changed:

   What|Removed |Added

 CC||dennis.schridde@uni-heidelb
   ||erg.de

-- 
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