Bug 291027

Summary: kio_sieve still uses port 2000 as default instead of 4190
Product: [Applications] kdepimlibs Reporter: Andreas Roth <aroth>
Component: mailtransportAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: kdepim-bugs
Priority: NOR    
Version: 4.8   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 4.8

Description Andreas Roth 2012-01-09 06:40:04 UTC
Version:           4.8 (using Devel) 
OS:                Linux

When no port is specified in the URL (e.g. sieve://mailserver/) the 'old' sieve port 2000 is used instead of the IANA assigned port 4190.
In the system services db the service sieve is listed as:
# getent services sieve
sieve                 4190/tcp



Reproducible: Always

Steps to Reproduce:
- open dolphin
- enter sieve://mailserver/ as url
- wait until timeout occurs

- open dolphin
- enter sieve://mailserver:4190/ as url
- wait a bit until all scripts are listed


Actual Results:  
Connecting to sieve server only works when the sieve port 4190 is specified in the url sieve://mailserver:4190/

Expected Results:  
It should work without specifing the port manually. e.g. sieve://mailserver/
Comment 1 Allen Winter 2012-01-12 20:47:00 UTC
Git commit 1ad66cefcadafb95a2c7d344c6070d0807785b52 by Allen Winter.
Committed on 12/01/2012 at 21:44.
Pushed by winterz into branch 'master'.

Change the default ManageSieve port from 2000 to 4190, per IANA.
FIXED-IN: 4.8
MERGE: 4.8

M  +1    -1    libksieve/kmanagesieve/session.cpp
M  +1    -1    libksieve/ksieveui/imapresource.kcfg

http://commits.kde.org/kdepim/1ad66cefcadafb95a2c7d344c6070d0807785b52
Comment 2 Allen Winter 2012-01-12 20:57:11 UTC
Git commit 32ec7f32b3ce9be58c97f7e5762adac5c1a9aeae by Allen Winter.
Committed on 12/01/2012 at 21:44.
Pushed by winterz into branch 'KDE/4.8'.

Change the default ManageSieve port from 2000 to 4190, per IANA.
FIXED-IN: 4.8
MERGE: 4.8
(cherry picked from commit 1ad66cefcadafb95a2c7d344c6070d0807785b52)

M  +1    -1    libksieve/kmanagesieve/session.cpp
M  +1    -1    libksieve/ksieveui/imapresource.kcfg

http://commits.kde.org/kdepim/32ec7f32b3ce9be58c97f7e5762adac5c1a9aeae