LibreOffice Module tools (master) 1
Classes | Enumerations | Functions
inetmsg.hxx File Reference
#include <tools/toolsdllapi.h>
#include <rtl/string.hxx>
#include <rtl/ustring.hxx>
#include <tools/inetmime.hxx>
#include <tools/stream.hxx>
#include <string_view>
#include <utility>
#include <vector>
#include <map>
#include <memory>
#include <config_options.h>
Include dependency graph for inetmsg.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  INetMessageHeader
 

Enumerations

enum class  InetMessageMime {
  VERSION = 0 ,
  CONTENT_DISPOSITION = 1 ,
  CONTENT_TYPE = 2 ,
  CONTENT_TRANSFER_ENCODING = 3 ,
  NUMHDR = 4
}
 

Functions

class SAL_WARN_UNUSED UNLESS_MERGELIBS (TOOLS_DLLPUBLIC) INetMIMEMessage
 

Enumeration Type Documentation

◆ InetMessageMime

enum class InetMessageMime
strong
Enumerator
VERSION 
CONTENT_DISPOSITION 
CONTENT_TYPE 
CONTENT_TRANSFER_ENCODING 
NUMHDR 

Definition at line 66 of file inetmsg.hxx.

Function Documentation

◆ UNLESS_MERGELIBS()

class SAL_WARN_UNUSED UNLESS_MERGELIBS ( TOOLS_DLLPUBLIC  )