Changeset 104a14d in github


Ignore:
Timestamp:
Sep 20, 2009 3:37:40 PM (4 years ago)
Author:
vbenincasa <vbenincasa@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
0102742
Parents:
bdab2c5
Message:
  • Password plugin: fix vpopmaild driver
File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/password/drivers/vpopmaild.php

    r67bb96f r104a14d  
    3030            $result = $vpopmaild->readLine(); 
    3131            if(!preg_match('/^\+OK/', $result) ) { 
     32                $vpopmaild->writeLine("quit"); 
    3233                $vpopmaild->disconnect(); 
    3334                return PASSWORD_ERROR; 
     
    3738                $result = $vpopmaild->readLine(); 
    3839                if(!preg_match('/^\+OK/', $result) ) { 
     40                    $vpopmaild->writeLine("quit"); 
    3941                    $vpopmaild->disconnect(); 
    4042                    return PASSWORD_ERROR; 
     
    4446                    $vpopmaild->writeLine("."); 
    4547                    $result = $vpopmaild->readLine(); 
     48                    $vpopmaild->writeLine("quit"); 
    4649                    $vpopmaild->disconnect(); 
    4750                    if (!preg_match('/^\+OK/', $result)) 
Note: See TracChangeset for help on using the changeset viewer.