Simplify Attachment code by using just Data
* src/attachment.cpp (Attachment::get_data): Direct access to the underlying data structure. * src/attachment.h, src/mimedataprovider.cpp: Update accordingly.
The plan was initially to use a MAPI Stream to hold the data
now with the testing on GNU/Linux it's better to use a platform
independent data structure and that simplifies the code.