Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: session = Session.getDefaultInstance(props, new Authenticator() { @Override protected PasswordAuthentication getPasswordAuthentication() { String username = "user"; String password = "password"; return new PasswordAuthentication(username, password); } }); EditText e = (EditText) findViewById(R.id.enterEmail); String to = e.toString(); String from = "user"; String subject = "Testing. Source: http://pastebin.com/raw.php?i=3xmR0Nsy
↧