Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
696 views

Is the UID provided by MS Exchange POP3 UIDL command truly unique?

I'm using Net::POP3 in Perl to iterate through a mailbox on an MS Exchange server. I run the UIDL command on each message number and compare the ID returned to previously-seen IDs to see if I've dealt ...
4
votes
3answers
3k views

Where does Thunderbird store the UID of the last message downloaded via POP?

I use Thunderbird to receive email using POP3. I have Thurnderbird configured to leave email on the server. Lets say one day I uses POP3 to retreive (RETR) 10 email messages, then I logout for the ...
1
vote
2answers
142 views

vaadin UI development using UIDL & JSON

could you please anyone post me how to create the components, windows, forms using UIDL and JSON in vaadin framework. Lets say i given [{"name":"button","caption":"MyBotton"}] it ill create a button. ...
1
vote
1answer
2k views

SmartGWT UI definition using XML

I have been using UIBinder on SmartGWT widgets rather successfully. However, I have to extend each SmartGWT widget that I use to comply with UIBinder's requirement. Occasionally, I have to masquerade ...