M
magnusutomhus
Guest
Im trying to make my own webmail, and I now can get mail from my pop3 account, read mail, mime decode them and so on.
But know I went in to attachments...
I really dont know what Im doing wrong;
I extract the attachment (its base64 encoded) and decode it into a byte array. Then i want to show the content in a browser window with response.binarywrite(mybytearray)
but it doesnt work.
is there a missing step?
and, yes I set the response.ContentType
But know I went in to attachments...
I really dont know what Im doing wrong;
I extract the attachment (its base64 encoded) and decode it into a byte array. Then i want to show the content in a browser window with response.binarywrite(mybytearray)
but it doesnt work.
is there a missing step?
and, yes I set the response.ContentType