By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2328
Collapse All | Expand All

(-)tdebase/tdeioslave/pop3/pop3.cc (-1 / +1 lines)
Lines 735-741 Link Here
735
                i18n("Your POP3 server claims to "
735
                i18n("Your POP3 server claims to "
736
                     "support TLS but negotiation "
736
                     "support TLS but negotiation "
737
                     "was unsuccessful. You can "
737
                     "was unsuccessful. You can "
738
                     "disable TLS in KDE using the "
738
                     "disable TLS in TDE using the "
739
                     "crypto settings module."));
739
                     "crypto settings module."));
740
        }
740
        }
741
        closeConnection();
741
        closeConnection();
(-)tdebase/tdeioslave/smtp/command.cc (-1 / +1 lines)
Lines 186-192 Link Here
186
			i18n("Your SMTP server claims to "
186
			i18n("Your SMTP server claims to "
187
			     "support TLS, but negotiation "
187
			     "support TLS, but negotiation "
188
			     "was unsuccessful.\nYou can "
188
			     "was unsuccessful.\nYou can "
189
			     "disable TLS in KDE using the "
189
			     "disable TLS in TDE using the "
190
			     "crypto settings module."),
190
			     "crypto settings module."),
191
			i18n("Connection Failed"));
191
			i18n("Connection Failed"));
192
    return false;
192
    return false;

Return to bug 2328