tests: make sure that References, List-Post and List-Post: NO are available through...
[trojita.git] / src / Streams / Socket.cpp
blob3706012777dbc947896287a5e34b77c051035587
1 /* Copyright (C) 2006 - 2012 Jan Kundrát <jkt@flaska.net>
3 This file is part of the Trojita Qt IMAP e-mail client,
4 http://trojita.flaska.net/
6 This program is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public
8 License as published by the Free Software Foundation; either
9 version 2 of the License, or the version 3 of the License.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 General Public License for more details.
16 You should have received a copy of the GNU General Public License
17 along with this program; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA.
22 #include "Socket.h"
24 namespace Imap
27 Socket::~Socket()
31 bool Socket::isConnectingEncryptedSinceStart() const
33 return false;
37 QList<QSslCertificate> Socket::sslChain() const
39 return QList<QSslCertificate>();
42 QList<QSslError> Socket::sslErrors() const
44 return QList<QSslError>();