StringBuffer sb = getRawAccountXML(username, password);
if(sb == null) return false;
XMLElement xml = new XMLElement();
xml.parseString(sb.toString());
XMLInterface sync = xml.getChild("syncq");
XMLInterface snipe = xml.getChild("snipeq");
XMLInterface expires = xml.getChild("expiry");
XMLInterface listingsRemaining = xml.getChild("listings");
XMLInterface categoriesRemaining = xml.getChild("categories");
XMLInterface reporting = xml.getChild("reportq");
XMLInterface snipesListen = xml.getChild("snipes");
XMLInterface ssl = xml.getChild("ssl");
XMLInterface uploadHTML = xml.getChild("uploadhtml");
XMLInterface serverParser = xml.getChild("parser");
XMLInterface gixen = xml.getChild("gixen");
checkExpiration(expires);
JConfig.setConfiguration("my.jbidwatcher.allow.listings", listingsRemaining.getContents());
JConfig.setConfiguration("my.jbidwatcher.allow.categories", categoriesRemaining.getContents());