Buenas:
Queria haceros una pregunta hay alguna forma de ver mis emails de hotmail en mi web de php...
mercii
| |||
Buenas he buscado por la red y encontrado esto pero no me funciona,me sale el siguiente error... Código HTML: Warning: imap_open(): Couldn't open stream {imap.gmail.com:993/imap/ssl} in k:\administrador\easyphp1-8\www\mail.php on line 2 can't connect: Can't open mailbox {imap.gmail.com:993/imap/ssl}: invalid remote specification Notice: (null)(): Can't open mailbox {imap.gmail.com:993/imap/ssl}: invalid remote specification (errflg=2) in Unknown on line 0 Código PHP: pero la extension imap la tengo instalada miro en el php info y me sale... Código PHP: mercii Última edición por GatorV; 09/03/2009 a las 08:50 |
| |||
Respuesta: ver mis emails de hotmail en mi web. Cita: lo he activado y nada de nada...joerrr ![]() merciii |
| |||
Respuesta: ver mis emails de hotmail en mi web. me aparece esto en el php info: openssl OpenSSL support enabled OpenSSL Version OpenSSL 0.9.7c 30 Sep 2003 me voy a tirar de un puente ![]() gracias |
| ||||
Respuesta: ver mis emails de hotmail en mi web. Parece ser un bug con algunas instalaciones de PHP / OpenSSL Sobre Windows, te recomendaría probar el código en una plataforma Unix. Saludos ![]() |
| |||
Cita: pufff no tengo ninguna plataforma unix para probarlo... no hay ninguna otra forma de hacerlo o algo?![]() he descubierto que si pongo un arroba antes de imap_open me cambia el mensaje de error... Código PHP: el error es este... Código HTML: can't connect: Can't open mailbox {imap.gmail.com:993/imap/ssl}: invalid remote specification Notice: (null)(): Can't open mailbox {imap.gmail.com:993/imap/ssl}: invalid remote specification (errflg=2) in Unknown on line 0 Código HTML: apache [ fonctions ] bcmath [ fonctions ] calendar [ fonctions ] com [ fonctions ] ctype [ fonctions ] ftp [ fonctions ] gd [ fonctions ] imap [ fonctions ] mysql [ fonctions ] odbc [ fonctions ] openssl [ fonctions ] overload [ fonctions ] pcre [ fonctions ] session [ fonctions ] standard [ fonctions ] tokenizer [ fonctions ] wddx [ fonctions ] xml [ fonctions ] zlib [ fonctions ] graciasss he encontrado esto que dice como arreglarlo pero no lo entiend bien alguien que tenga mas conocimientos sabe explicarmelo? Gracias http://bugs.php.net/bug.php?id=29036 Código HTML: Description: ------------ The php_imap extension is unable to connect over ssl to an imap server. The reason is because the ssl engine is not initialized: In php_imap.c Line 435 the function ssl_onceonlyinit (); is not called on windows systems. The following fix will correct this: *** php_imap.c.org Thu Jan 15 01:36:08 2004 --- php_imap.c Thu May 06 13:28:30 2004 *************** *** 427,438 **** #ifndef PHP_WIN32 auth_link(&auth_log); /* link in the log authenticator */ auth_link(&auth_md5); /* link in the cram-md5 authenticator */ #if HAVE_IMAP_KRB && defined(HAVE_IMAP_AUTH_GSS) auth_link(&auth_gss); /* link in the gss authenticator */ #endif #ifdef HAVE_IMAP_SSL ssl_onceonlyinit (); - #endif #endif --- 427,438 ---- #ifndef PHP_WIN32 auth_link(&auth_log); /* link in the log authenticator */ auth_link(&auth_md5); /* link in the cram-md5 authenticator */ #if HAVE_IMAP_KRB && defined(HAVE_IMAP_AUTH_GSS) auth_link(&auth_gss); /* link in the gss authenticator */ #endif + #endif #ifdef HAVE_IMAP_SSL ssl_onceonlyinit (); #endif Última edición por GatorV; 09/03/2009 a las 21:54 |
| ||||
Respuesta: ver mis emails de hotmail en mi web. Es extraño, yo estoy utilizando XAMPP en mi servidor local windows, y funciona bien: Código PHP: |
| |||
Cita: bueno yo estoy con phpeasy ahora mismo me bajo el xamp y os digo algo...
Iniciado por Ronruby ![]() Es extraño, yo estoy utilizando XAMPP en mi servidor local windows, y funciona bien: Código PHP: espero que haya suerte... Gracias ![]() no me funciona en xampp tampoco me instalare el easy php 3.0 aver que tal... toy desesperadoo ![]() Última edición por GatorV; 10/03/2009 a las 14:21 |