CC Lee 19.Oct.10 10:27 PM a Web browser Application developmentAll releasesWindows XP
I am now developing a lotus sidebar which allows user drag an email from inbox email list to the drop area of lotus sidebar. Then the email will be saved as eml format. However, there is a problemthat I am facing:
I configured Lotus Notes that receives emails from gmail and the protocol is IMAP.
I have used XMLTransfer.getInstance() for Transfer Types. However, after I dropped an email item into sidebar, I cannot get the uri of the email. So how can I get the email information??
I try System.out.println(event.toString()); of DropTarget and the output is : DropTargetEvent{DropTarget {} time=4870834 data=null x=1295 y=842 item=null operations=7 operation=0 feedback=1 dataTypes={ 49391 } currentDataType=49391} There is nothing in event data and item.