phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [bugs #12193] email /notls hack


From: anonymous
Subject: [Phpgroupware-tracker] [bugs #12193] email /notls hack
Date: Wed, 2 Mar 2005 21:06:30 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1

URL:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12193>

                 Summary: email /notls hack
                 Project: phpGroupWare
            Submitted by: None
            Submitted on: Wed 03/02/2005 at 21:06
              Item Group: 0.9.16.005
                Category: email
                Severity: 5 - Average
                Priority: High
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
       Component Version: TGZ
        Platform Version: GNU/Linux - RedHat/Fedora
         Reproducibility: Every Time
         Planned Release: None
           Fixed Release: 

    _______________________________________________________

Details:

no matter what I do, I had to hack class.mail_msg_base.inc.php to get pop3
working:

                        elseif ($mail_server_type == 'pop3')
                        {
                                // POP3 normal connection, No SSL
!                                $callstr_extra = '/pop3/notls';
                                $mail_port = 110;
                        }

also changed:

                        {
                                // UNKNOW SERVER type
                                // assume IMAP normal connection, No SSL
                                // return a default value that is likely to
work
                                // probably should raise some kind of error
here
!                                $callstr_extra = '/notls';
                                $mail_port = 143;
                        }







    _______________________________________________________

This item URL is:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=12193>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]