Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F34140324
multipartjob.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
627 B
Subscribers
None
multipartjob.h
View Options
/*
SPDX-FileCopyrightText: 2009 Constantin Berzan <exit3219@gmail.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#pragma once
#include
"contentjobbase.h"
namespace
MessageComposer
{
class
MultipartJobPrivate
;
/**
* @brief The MultipartJob class
*/
class
MultipartJob
:
public
ContentJobBase
{
Q_OBJECT
public
:
explicit
MultipartJob
(
QObject
*
parent
=
nullptr
);
~
MultipartJob
()
override
;
[[
nodiscard
]]
QByteArray
multipartSubtype
()
const
;
void
setMultipartSubtype
(
const
QByteArray
&
subtype
);
protected
Q_SLOTS
:
void
process
()
override
;
private
:
Q_DECLARE_PRIVATE
(
MultipartJob
)
};
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Dec 9, 1:11 AM (1 d, 22 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
7a/00/33859a582847c9505287339cbc95
Attached To
rOJ GpgOL.js
Event Timeline
Log In to Comment