Folder method
```
bool AppendMessage(string eml, IEnumerable<string> flags = null, DateTime? date = null)
```
does nothing with the _flags_ and _date_ parameters.
```
bool AppendMessage(string eml, IEnumerable<string> flags = null, DateTime? date = null)
```
does nothing with the _flags_ and _date_ parameters.