[cvs] commit: imp/lib/IMAP Client.php

Michael M Slusarz slusarz at curecanti.org
Wed Jul 27 23:03:50 PDT 2005


slusarz     2005-07-27 23:03:50 PDT

  Modified files:
    lib/IMAP             Client.php 
  Log:
  fputs() -> fwrite()
  phpdoc
  Add some code to make TLS work.  Unfortunately, the PHP documentation is poor
  (it indicates that stream_socket_enable_crypto() is available in PHP 5 -
  however, it is only available since 5.1) so this code is pretty much worthless
  for everyone except people running bleeding edge PHP versions.  However, I
  already wrote it so might as well put it in.  To work around this, I think
  we just have to make it abundantly clear that users should *always* pick SSL
  over TLS (if TLS is offered, then there is almost 100% certainty that imap-ssl
  must exist on the server somewhere) - if just for the simple fact that it
  reduces some connection overhead.
  
  Revision  Changes    Path
  1.3       +112 -14   imp/lib/IMAP/Client.php

  Chora Links:
  http://cvs.horde.org/diff.php/imp/lib/IMAP/Client.php?r1=1.2&r2=1.3&ty=u


More information about the cvs mailing list