| 292 */ |
292 */ |
| 293 } else if (!plaintext) { |
293 } else if (!plaintext) { |
| 294 purple_request_yes_no(js->gc, _("Plaintext Authentication"), |
294 purple_request_yes_no(js->gc, _("Plaintext Authentication"), |
| 295 _("Plaintext Authentication"), |
295 _("Plaintext Authentication"), |
| 296 _("This server requires plaintext authentication over an unencrypted connection. Allow this and continue authentication?"), |
296 _("This server requires plaintext authentication over an unencrypted connection. Allow this and continue authentication?"), |
| 297 2, js->gc->account, |
297 2, js->gc->account, NULL, NULL, NULL, |
| 298 allow_cyrus_plaintext_auth, |
298 allow_cyrus_plaintext_auth, |
| 299 disallow_plaintext_auth); |
299 disallow_plaintext_auth); |
| 300 return; |
300 return; |
| 301 /* Everything else has failed, so fail the |
301 /* Everything else has failed, so fail the |
| 302 * connection. Should probably have a better |
302 * connection. Should probably have a better |