Hi,
My app adds proprietary headers to a MimeMessage with setHeader() and up until the point the message is sent, I've confirmed with the debugger that the headers are in the message. But after the message is sent and I looked at it, all my headers are gone. Is this a known bug in the SDK? This doesn't happen with standard Java apps (I'm porting a Java desktop app to Android, so this code should work since it works on the desktop). TIA!
Bob
Bookmarks