Index: branches/dev/data/module/Net/SMTP.php
===================================================================
--- branches/dev/data/module/Net/SMTP.php	(revision 13183)
+++ branches/dev/data/module/Net/SMTP.php	(revision 13185)
@@ -130,5 +130,5 @@
          * we disable the authentication methods that depend upon it.
          */
-        if ((@include_once 'Auth/SASL.php') === false) {
+        if ((@include_once '../Auth/SASL.php') === false) {
             $pos = array_search('DIGEST-MD5', $this->auth_methods);
             unset($this->auth_methods[$pos]);
