mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-31 21:59:21 +00:00
A large commit, but sets up the framework for how the IMAP library will work. Right now only the NOOP command and response is supported.
12 lines
159 B
C++
12 lines
159 B
C++
/*
|
|
* Copyright (c) 2021, Kyle Pereira <hey@xylepereira.me>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#include <LibIMAP/Objects.h>
|
|
|
|
namespace IMAP {
|
|
|
|
}
|