From d0de397e46581f6ed5fcfad320b2b61be3858c5d Mon Sep 17 00:00:00 2001 From: groucho Date: Tue, 15 Apr 2003 08:07:53 +0000 Subject: - SMTP fix preventing authorization with SMTP after POP - removed debug output - smaller bug fixes --- (limited to 'noncore/unsupported/mailit/emailhandler.cpp') diff --git a/noncore/unsupported/mailit/emailhandler.cpp b/noncore/unsupported/mailit/emailhandler.cpp index 9c1c814..03f8a28 100644 --- a/noncore/unsupported/mailit/emailhandler.cpp +++ b/noncore/unsupported/mailit/emailhandler.cpp @@ -163,8 +163,6 @@ bool EmailHandler::parse(QString in, QString lineShift, Email *mail) temp = lineShift + "." + lineShift; if (in.right(temp.length()) != temp) { - qWarning(in.right(temp.length())); - qWarning(" . added at end of email as separator"); mail->rawMail += temp; } -- cgit v0.9.0.2