[Bug 127696] [PATCH] "Unable to complete LIST" operation with invalid messages on server
Michael Mikowski
z_mikowski at yahoo.com
Wed Dec 26 02:00:47 GMT 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=127696
------- Additional Comments From z_mikowski yahoo com 2007-12-26 03:00 -------
Rebuilt packages on Kubuntu 7.10. Results so far excellent. Thunderbird conversion averted, at least for now. Here are the steps:
Using: http://www.debian-administration.org/articles/20
apt-get source kmail
apt-get build-dep kmail
Then I edited kdepim-3.5.7enterprise20070926/kmail/popaccount.cpp
as illustrated as above, removing debug output statements:
964 else {
965 if( stage == List ){
966 stage = Idle;
967 if (job) job->kill();
968 job = 0;
969 mSlave = 0;
970 KMessageBox::error(0, i18n( "Unable to complete LIST operation." ),
971 i18n("Invalid Response From Server"));
972 return;
973 }
974 }
975 }
cd kdepim-3.5.7enterprise20070926
debuild -us -uc
cd ..
sudo dpkg --install kdepim-3.5.7enterprise20070926.deb
More information about the Kdepim-bugs
mailing list