public void addBuddy(Buddy theBuddy) {
   myCon.addFriend(Email.parseStr(theBuddy.getScreename()), theBuddy.getAlias());
 }