[Bug 212951] Kmail Sends StartTls but shouldn't when connecting to sieve

2010-02-14 Thread DonMartio
https://bugs.kde.org/show_bug.cgi?id=212951


DonMartio donmar...@larkos.de changed:

   What|Removed |Added

 CC||donmar...@larkos.de




--- Comment #1 from DonMartio donmartio larkos de  2010-02-14 22:52:56 ---
If i call the server via telnet it gives me the capabilities in return.

In my case there is no STARTTLS on this special server in this response.

I've tested a little bit around and checked the sources of cyrus-2.3.16 and
kdepimlibs-4.4.0.

As far as i understood it cyrus cuts the connection if a STARTTLS token is sent
and TLS is not configured/supported.

In the kdeplimlibs sources i found that the kio_sieve slave ignores that there
is no STARTTLS capability received from the server.

I changed the line 368 in kioslave/sieve/sieve.cpp
from
if (useTLSIfAvailable  QSslSocket::supportsSsl()) {
to
if (useTLSIfAvailable  m_supportsTLS  QSslSocket::supportsSsl()) {

and it's working again.

I'm not sure if this the right way to solve this. May someone can check it an
put it into some future release so i don't have to keep my own kdepimlibs
version.

Greetings so far.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 191666] strace shows access missing icons when showing html mails

2009-05-11 Thread DonMartio
https://bugs.kde.org/show_bug.cgi?id=191666





--- Comment #1 from DonMartio donmartio larkos de  2009-05-11 12:08:44 ---
Ok here is some kind of workaround:

- Install Icon Theme 'Oxygen Refit Black'
- Go to ~/.kde4.2/share/icons/OxygenRefit2-black-version
- Execute as root:
for i in $(find . -name image\*); do 
  if [ ! -f /usr/kde/4.2/share/icons/oxygen/$i ]; then 
echo $i does not exist
mkdir /usr/kde/4.2/share/icons/oxygen/$(dirname $i)
cp $i /usr/kde/4.2/share/icons/oxygen/$i
  fi
done

Maybe this is a gentoo issue. Otherwise it could be managed upstream in kmail i
think.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- 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


[Bug 191666] New: strace shows access missing icons when showing html mails

2009-05-05 Thread DonMartio
https://bugs.kde.org/show_bug.cgi?id=191666

   Summary: strace shows access missing icons when showing html
mails
   Product: kmail
   Version: 1.11.2
  Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
AssignedTo: kdepim-bugs@kde.org
ReportedBy: donmar...@larkos.de


Version:   1.11.2 (using KDE 4.2.2)
Compiler:  gcc-4.1.2 
OS:Linux
Installed from:Gentoo Packages

Everytime i receive an html mail kmail slows down my whole machine.

When i connect to the running kmail process using strace i get a lot of this:

access(/usr/kde/4.2/share/icons/oxygen/64x64/intl/image.svg, R_OK) = -1
ENOENT (No such file or directory)
access(/usr/kde/4.2/share/icons/oxygen/64x64/intl/image.svg, R_OK) = -1
ENOENT (No such file or directory)
access(/usr/kde/4.2/share/icons/oxygen/64x64/mimetypes/image.svg, R_OK) = -1
ENOENT (No such file or directory)
access(/usr/kde/4.2/share/icons/oxygen/64x64/mimetypes/image.svg, R_OK) = -1
ENOENT (No such file or directory)
access(/usr/kde/4.2/share/icons/oxygen/64x64/places/image.svg, R_OK) = -1
ENOENT (No such file or directory)

This is a little bit anoying. Is there any way to stop this 'lookup things you
know they arent there'?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- 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