Akonadi Mime

messageparts.cpp
1 /*
2  SPDX-FileCopyrightText: 2006 Volker Krause <[email protected]>
3  2007 Till Adam <[email protected]>
4 
5  SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7 
8 #include "messageparts.h"
9 
10 const char Akonadi::MessagePart::Envelope[] = "ENVELOPE";
11 const char Akonadi::MessagePart::Body[] = "RFC822";
12 const char Akonadi::MessagePart::Header[] = "HEAD";
const AKONADI_MIME_EXPORT char Body[]
The part identifier for the main body part.
const AKONADI_MIME_EXPORT char Envelope[]
The part identifier for envelope parts.
const AKONADI_MIME_EXPORT char Header[]
The part identifier for the header part.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 04:08:37 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.