Jump to content

Search the Community

Showing results for tags 'imap_open'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 2 results

  1. Hi I am getting " Unable to negotiate TLS with this server" when trying to connect to exchange 2010 from imap_open() in PHP script. PHP ver is 5.2.17. I can connect to other mail servers but this one. IMAP on the server is set to "Secure logon. A TLS connection is required for the client to authenticate to the server" and is accessible from outlook or telnet on port 143. And thats a connection line $mbox = imap_open("{10.0.10.12:143/imap4/tls/novalidate-cert/debug}INBOX", "username", "pass", OP_DEBUG); I have tried it with different options, triple checked the details. Thanks
  2. I'm trying to pull emails off an Exchange server but keep coming up with errors. The imap_open command is below: $imap = imap_open("{edison.myserver.com:995/pop3/ssl/novalidate-cert}INBOX", $imap_user, $imap_pass) or die(print_r(imap_errors()) ); NOTE: I have been successful downloading emails in this manner from a non-Exchange server. NOTE 2: I have tried many combinations of the second half of the host (from the port number on) The errors vary slightly, but... Array ( [0] => Can't connect to edison.myserver.com,143: Timed out (10060) [1] => Can't open mailbox {edison.myserver.com:993/pop3/ssl/novalidate-cert}INBOX: invalid remote specification ) I have searched for the last couple hours but have only found threads with false answers or no answers at all. Does anyone have an answer? Thanks,
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.