File indexing completed on 2024-05-12 05:17:12

0001 /*
0002     This file is part of the kimap library.
0003 
0004     SPDX-FileCopyrightText: 2007 Allen Winter <winter@kde.org>
0005 
0006     SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #pragma once
0010 
0011 #include <QObject>
0012 
0013 class RFCCodecsTest : public QObject
0014 {
0015     Q_OBJECT
0016 private Q_SLOTS:
0017     void testIMAPEncoding();
0018     void testQuotes();
0019 };