Search results

  1. S

    Firewall blocking Port 993

    port 993 is used for imap access with ssl. port 995 is for pop3 access with ssl. I am building an application that reads mail. i cannot use pop3 access for what i'm trying to do (yes supermatthew, port 995 i open, i tried working on that). x10 is one of the few hosting sites that has imap...
  2. S

    Firewall blocking Port 993

    Bryon, Is port 993 blocked in the free account? If it is closed is it open in any of the paid accounts? Thanks
  3. S

    Firewall blocking Port 993

    It would be really helpful if you could find that out for me. Thanks
  4. S

    Firewall blocking Port 993

    Does anybody know if port 993 is unblocked by the firewall in any of the paid accounts? It seems to be blocked in the free hosting acount
  5. S

    imap php

    Thanks for the responses. IMAP is enabled in my gmail settings. If port 993 is blocked for the free accounts, would you happen to know what accounts they enable that port for. Thanks
  6. S

    imap php

    i tried adding /novalidate and it did not work. the code you gave me works, but that is POP3 on port 995. I want to connect with IMAP on port 993 and that still doesnt work. Is x10hosting blocking port 993? Thanks
  7. S

    imap php

    I am getting an error while using the imap_open() function. Warning: imap_open() [function.imap-open]: Couldn't open stream {imap.gmail.com:993/imap/ssl/}INBOX Can't connect: Can't open mailbox {imap.gmail.com:993/imap/ssl/}INBOX: invalid remote specification the following is the code...
Top