Changeset 104a14d in github
- Timestamp:
- Sep 20, 2009 3:37:40 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 0102742
- Parents:
- bdab2c5
- File:
-
- 1 edited
-
plugins/password/drivers/vpopmaild.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/password/drivers/vpopmaild.php
r67bb96f r104a14d 30 30 $result = $vpopmaild->readLine(); 31 31 if(!preg_match('/^\+OK/', $result) ) { 32 $vpopmaild->writeLine("quit"); 32 33 $vpopmaild->disconnect(); 33 34 return PASSWORD_ERROR; … … 37 38 $result = $vpopmaild->readLine(); 38 39 if(!preg_match('/^\+OK/', $result) ) { 40 $vpopmaild->writeLine("quit"); 39 41 $vpopmaild->disconnect(); 40 42 return PASSWORD_ERROR; … … 44 46 $vpopmaild->writeLine("."); 45 47 $result = $vpopmaild->readLine(); 48 $vpopmaild->writeLine("quit"); 46 49 $vpopmaild->disconnect(); 47 50 if (!preg_match('/^\+OK/', $result))
Note: See TracChangeset
for help on using the changeset viewer.
