OpenCPN Partial API docs
Loading...
Searching...
No Matches
msg.h File Reference

Email Message Encapsulation. More...

Go to the source code of this file.

Classes

class  wxMailMessage
 

Macros

#define WXDLLIMPEXP_NETUTILS
 
#define WXDLLIMPEXP_DATA_NETUTILS(type)   type
 

Detailed Description

Email Message Encapsulation.

Provides a cross-platform email message class for GRIB data requests:

Features:

  • Multiple recipient handling (To/CC/BCC)
  • File attachment support
  • UTF-8 encoding
  • Email header management
  • Address validation
  • MIME type handling

The message class provides a structured way to compose and format email requests for weather data from GRIB servers and services that support email-based data delivery.

Definition in file msg.h.

Macro Definition Documentation

◆ WXDLLIMPEXP_DATA_NETUTILS

#define WXDLLIMPEXP_DATA_NETUTILS (   type)    type

Definition at line 33 of file msg.h.

◆ WXDLLIMPEXP_NETUTILS

#define WXDLLIMPEXP_NETUTILS

Definition at line 32 of file msg.h.