diff options
Diffstat (limited to 'src/mimeparser.h')
| -rw-r--r-- | src/mimeparser.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mimeparser.h b/src/mimeparser.h index 64c4585..536b781 100644 --- a/src/mimeparser.h +++ b/src/mimeparser.h @@ -130,6 +130,13 @@ struct ParsedMessage QString to; QString cc; + + /// Present only on a message this application wrote: a DRAFT or a sent + /// copy carries its Bcc list in the file (see messagebuilder.cpp, which + /// explains why), and a resumed draft has to read it back or a blind + /// recipient is silently dropped from the message the user finishes. + /// Received mail does not carry one. + QString bcc; QString date; QString messageId; |
