8#include "messagecomposer_export.h"
13namespace ConvertSnippetVariablesUtil
15enum VariableType : uint8_t {
43 AttachmentNamesAndSizes,
60[[nodiscard]] MESSAGECOMPOSER_EXPORT QString snippetVariableFromEnum(MessageComposer::ConvertSnippetVariablesUtil::VariableType type);
62[[nodiscard]] MESSAGECOMPOSER_EXPORT QString shortDate();
63[[nodiscard]] MESSAGECOMPOSER_EXPORT QString longDate();
64[[nodiscard]] MESSAGECOMPOSER_EXPORT QString shortTime();
65[[nodiscard]] MESSAGECOMPOSER_EXPORT QString longTime();
66[[nodiscard]] MESSAGECOMPOSER_EXPORT QString insertDayOfWeek();
67[[nodiscard]] MESSAGECOMPOSER_EXPORT QString lastYear();
68[[nodiscard]] MESSAGECOMPOSER_EXPORT QString nextYear();
69[[nodiscard]] MESSAGECOMPOSER_EXPORT QString dayNumber();
70[[nodiscard]] MESSAGECOMPOSER_EXPORT QString monthNumber();
71[[nodiscard]] MESSAGECOMPOSER_EXPORT QString customDate();
72[[nodiscard]] MESSAGECOMPOSER_EXPORT QString dayOfMonth();
73[[nodiscard]] MESSAGECOMPOSER_EXPORT QString weekNumber();
74[[nodiscard]] MESSAGECOMPOSER_EXPORT QString monthNameShort();
75[[nodiscard]] MESSAGECOMPOSER_EXPORT QString monthNameLong();
76[[nodiscard]] MESSAGECOMPOSER_EXPORT QString dayOfWeekNameShort();
77[[nodiscard]] MESSAGECOMPOSER_EXPORT QString dayOfWeekNameLong();
78[[nodiscard]] MESSAGECOMPOSER_EXPORT QString yearLastMonth();
79[[nodiscard]] MESSAGECOMPOSER_EXPORT QString year();
80[[nodiscard]] MESSAGECOMPOSER_EXPORT QString dayOfWeek();
81[[nodiscard]] MESSAGECOMPOSER_EXPORT QString lastMonthNameLong();
Simple interface that both EncryptJob and SignEncryptJob implement so the composer can extract some e...