imap/ssl

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts

  • CountScubula
    Guest replied
    Re: imap/ssl

    another funky was is to write the script on another server that supports it,
    and make calls to that script from the client server.

    --
    Mike Bradley
    http://www.gzentools.com -- free online php tools
    "Marko" <m_bukovac@hotm ail.com> wrote in message
    news:bv9cud$olj 2j$1@ID-195111.news.uni-berlin.de...[color=blue]
    > That is what I feared. Essentially, what you're saying is "no way". :) I
    > do have the skill, but not the time. Anyone know of any useful links?
    >
    > Thanks CountScubula,
    >
    > Marko
    >
    > CountScubula wrote:
    >[color=green]
    > > oh yea, another way is to write a tunnel server that listens on port x[/color][/color]
    and[color=blue][color=green]
    > > connects to port 993 on real server, thus allowing you to use std imap
    > > functions, you can write the tunnel server in php
    > >
    > > --
    > > Mike Bradley
    > > http://www.gzentools.com -- free online php tools
    > > "CountScubu la" <me@scantek.hot mail.com> wrote in message
    > > news:k6WRb.1731 1$p_4.4378@news svr27.news.prod igy.com...
    > >[color=darkred]
    > >>yes and no, depends on your skill level, you could just open a socket[/color][/color][/color]
    and[color=blue][color=green][color=darkred]
    > >>handle the data yourself, so you would have to write your own mail[/color]
    > >
    > > functions
    > >[color=darkred]
    > >>--
    > >>Mike Bradley
    > >>http://www.gzentools.com -- free online php tools
    > >>"Marko" <m_bukovac@hotm ail.com> wrote in message
    > >>news:bv98qi$n s248$1@ID-195111.news.uni-berlin.de...
    > >>
    > >>>Hi,
    > >>>
    > >>>I was just wondering if there is a way to connect to the secure imap
    > >>>server (port 993) without having --with-imap-ssl option turned on. I
    > >>>have --with-imap and --with-openssl and recompiling php is not an[/color][/color][/color]
    option[color=blue][color=green][color=darkred]
    > >>>(I'm not the server owner). Any suggestions/links are appreciated.
    > >>>
    > >>>Thanks,
    > >>>
    > >>>Marko
    > >>
    > >>[/color]
    > >
    > >[/color][/color]


    Leave a comment:


  • Marko
    Guest replied
    Re: imap/ssl

    That is what I feared. Essentially, what you're saying is "no way". :) I
    do have the skill, but not the time. Anyone know of any useful links?

    Thanks CountScubula,

    Marko

    CountScubula wrote:
    [color=blue]
    > oh yea, another way is to write a tunnel server that listens on port x and
    > connects to port 993 on real server, thus allowing you to use std imap
    > functions, you can write the tunnel server in php
    >
    > --
    > Mike Bradley
    > http://www.gzentools.com -- free online php tools
    > "CountScubu la" <me@scantek.hot mail.com> wrote in message
    > news:k6WRb.1731 1$p_4.4378@news svr27.news.prod igy.com...
    >[color=green]
    >>yes and no, depends on your skill level, you could just open a socket and
    >>handle the data yourself, so you would have to write your own mail[/color]
    >
    > functions
    >[color=green]
    >>--
    >>Mike Bradley
    >>http://www.gzentools.com -- free online php tools
    >>"Marko" <m_bukovac@hotm ail.com> wrote in message
    >>news:bv98qi$n s248$1@ID-195111.news.uni-berlin.de...
    >>[color=darkred]
    >>>Hi,
    >>>
    >>>I was just wondering if there is a way to connect to the secure imap
    >>>server (port 993) without having --with-imap-ssl option turned on. I
    >>>have --with-imap and --with-openssl and recompiling php is not an option
    >>>(I'm not the server owner). Any suggestions/links are appreciated.
    >>>
    >>>Thanks,
    >>>
    >>>Marko[/color]
    >>
    >>[/color]
    >
    >[/color]

    Leave a comment:


  • CountScubula
    Guest replied
    Re: imap/ssl

    oh yea, another way is to write a tunnel server that listens on port x and
    connects to port 993 on real server, thus allowing you to use std imap
    functions, you can write the tunnel server in php

    --
    Mike Bradley
    http://www.gzentools.com -- free online php tools
    "CountScubu la" <me@scantek.hot mail.com> wrote in message
    news:k6WRb.1731 1$p_4.4378@news svr27.news.prod igy.com...[color=blue]
    > yes and no, depends on your skill level, you could just open a socket and
    > handle the data yourself, so you would have to write your own mail[/color]
    functions[color=blue]
    >
    > --
    > Mike Bradley
    > http://www.gzentools.com -- free online php tools
    > "Marko" <m_bukovac@hotm ail.com> wrote in message
    > news:bv98qi$ns2 48$1@ID-195111.news.uni-berlin.de...[color=green]
    > > Hi,
    > >
    > > I was just wondering if there is a way to connect to the secure imap
    > > server (port 993) without having --with-imap-ssl option turned on. I
    > > have --with-imap and --with-openssl and recompiling php is not an option
    > > (I'm not the server owner). Any suggestions/links are appreciated.
    > >
    > > Thanks,
    > >
    > > Marko[/color]
    >
    >[/color]


    Leave a comment:


  • CountScubula
    Guest replied
    Re: imap/ssl

    yes and no, depends on your skill level, you could just open a socket and
    handle the data yourself, so you would have to write your own mail functions

    --
    Mike Bradley
    http://www.gzentools.com -- free online php tools
    "Marko" <m_bukovac@hotm ail.com> wrote in message
    news:bv98qi$ns2 48$1@ID-195111.news.uni-berlin.de...[color=blue]
    > Hi,
    >
    > I was just wondering if there is a way to connect to the secure imap
    > server (port 993) without having --with-imap-ssl option turned on. I
    > have --with-imap and --with-openssl and recompiling php is not an option
    > (I'm not the server owner). Any suggestions/links are appreciated.
    >
    > Thanks,
    >
    > Marko[/color]


    Leave a comment:


  • Marko
    Guest started a topic imap/ssl

    imap/ssl

    Hi,

    I was just wondering if there is a way to connect to the secure imap
    server (port 993) without having --with-imap-ssl option turned on. I
    have --with-imap and --with-openssl and recompiling php is not an option
    (I'm not the server owner). Any suggestions/links are appreciated.

    Thanks,

    Marko
Working...