You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(6) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Mario A. <mar...@as...> - 2005-10-17 00:50:37
|
Hello everyone First of all: I am very pleased with the excellent work being done with the phplibextreme! This is what I have been looking for. It is a pity that this super product is not used more often. I use V1.10. I have the following problem with the pop3_get_mail function: * When retrieving mail data, then the data gets cut off. * It is even possible, that the output to the web page is corrupted, not completed. * This only happens with a large mailbox (> 4 MB with about 180 Mail entries) and mails from different sources * I used the supplied test program to verify the functionality $i = 1; echo "<br><b>Single Mail Unique key: </b>".$mail->pop3_get_mail_key($i)."<br>"; echo "<b>Mail single info: </b>".$mail->pop3_get_mail_info($i)."<br>"; echo "<b>Single mail size: </b>".$mail->pop3_get_mail_size($i)."<br>"; $data = $mail->pop3_get_mail($i); echo "<b>Mail data (".strlen($data)."): </b><br>".$data."<br><br>"; This produces output like: Single Mail Unique key: `b3!!JZ]"!&C&#!@@\"! Mail single info: 1 19920 Single mail size: 19920 Mail data (814): Return-Path: Received: from asclx9.asconsult.ch (asclx9.asconsult.ch [10.20.1.118]) by asclx1.asconsult.ch (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id j98Nibl15589 for ; Sun, 9 Oct 2005 01:44:42 +0200 Received: by asclx9.asconsult.ch (Postfix) id 53B2EEB164; Sun, 9 Oct 2005 01:45:16 +0200 (CEST) Date: Sun, 9 Oct 2005 01:45:16 +0200 (CEST) From: MAI...@as... (Mail Delivery System) Subject: Undelivered Mail Returned to Sender To: ma...@te... MIME-Version: 1.0 Content-Type: multipart/report; report-type=delivery-status; boundary="A78ACEB1D2.1128815116/asclx9.absender.ch" Content-Transfer-Encoding: 8bit Message-Id: <200...@as...> X-UIDL: `b3!!JZ]"!&C&#!@@\"! Status: RO message should continue here and is missing If I use a mail program (outlook, webmail), then I can retrieve the mails without difficulty. I have tried the following: Using a mail and generating a large mailbox with many entries (append to the mailbox) does not result in an error. I also found some difficulties with the UIDL identifier: With a very small loop I tried to read the UIDL info: for ($i=1;$i<177;$i++) { echo "<b>$i: </b>".$mail->pop3_get_mail_key($i)."<br>"; } And I got: 111: (:i"!R*V"!=T?"!K8J"! 112: 113: [[(!!h4,!!+)>"!H*I"! 114: ';@!!~`2!!JK>!!-[@!! - - - - 120: 7121: VV*"!&Z&!!o`9!!G7W!! 122: 9,1"!"iY"!W]d"!Z5l!! - - - - 126: /;g"!@Qm"!P;O"!+\127: m>*!!k[S!!f/-!!]1'"! 128: j3-!!*i`!!>~Z!!3e+!! 129: 130: W`*!!:U$#!W9~!!D=""! Pop3_get_stream information: [PHPLIBEX] Received socket data in fsocket->get_socketdata: "+OK 111 (:i"!R*V"!=T?"!K8J"! " [PHPLIBEX] Send socket data: "UIDL 112 " to 10.20.1.119 in fsocket->fsocket_send_socketdata() [PHPLIBEX] Received socket data in fsocket->get_socketdata: "+OK 112 [PHPLIBEX] Send socket data: "UIDL 113 " to 10.20.1.119 in fsocket->fsocket_send_socketdata() [PHPLIBEX] Received socket data in fsocket->get_socketdata: "+OK 113 [[(!!h4,!!+)>"!H*I"! " - - - - - PHPLIBEX] Send socket data: "UIDL 120 " to 10.20.1.119 in fsocket->fsocket_send_socketdata() [PHPLIBEX] Received socket data in fsocket->get_socketdata: "+OK 120 7[PHPLIBEX] Send socket data: "UIDL 121 " to 10.20.1.119 in fsocket->fsocket_send_socketdata() [PHPLIBEX] Received socket data in fsocket->get_socketdata: "+OK 121 VV*"!&Z&!!o`9!!G7W!! " [PHPLIBEX] Send socket data: "UIDL 122 " to 10.20.1.119 in fsocket->fsocket_send_socketdata() [PHPLIBEX] Received socket data in fsocket->get_socketdata: "+OK 122 9,1"!"iY"!W]d"!Z5l!! " [PHPLIBEX] Send socket data: "UIDL 126 " to 10.20.1.119 in fsocket->fsocket_send_socketdata() [PHPLIBEX] Received socket data in fsocket->get_socketdata: "+OK 126 /;g"!@Qm"!P;O"!+\[PHPLIBEX] Send socket data: "UIDL 127 " to 10.20.1.119 in fsocket->fsocket_send_socketdata() [PHPLIBEX] Received socket data in fsocket->get_socketdata: "+OK 127 m>*!!k[S!!f/-!!]1'"! " [PHPLIBEX] Send socket data: "UIDL 128 " to 10.20.1.119 in fsocket->fsocket_send_socketdata() Now, I do not know what the problem could be. I kept the mailbox for testing (just in case). Did anyone see this error before? Thanks for your help! Mario |
From: Kai K. <kai...@gm...> - 2005-08-26 13:33:21
|
Dear all, its time for V1.10. This is the last release for the next time. The interest to phplibex is very low and its to much work to make an release. If you need further updates, feel free to mail me and I will send an actual snapshot to you. Get it at: https://sourceforge.net/projects/phplibex/ Changelog: * New features o New Session class (EXPERIMENTELL version, just started). o New functions msg_addfile(), msg_addfull() in class msghandler. o All error messages will be logged now into an extra file. The configuration can be done in phplibex.inc.php. * Bugfixes o ID: 1237501 -> Fixed return value problem in mime_get_errorlist(). o ID: 1237502 -> Fixed return value problem file_get_errorlist(). o ID: 1237503 -> Fixed return value problem pop3_get_errorlist(). Cheers, Kai -- Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko! Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner -- GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl |
From: Kai K. <kai...@gm...> - 2005-06-22 15:06:53
|
Dear all, After a long test time we released today PHP-Lib-Extreme V1.00.00. Have many fun with it. Best regards, Kai Klenovsek |
From: Kai K. <kai...@gm...> - 2005-04-11 05:47:32
|
Hi Johannes, it is difficult to say what is going wrong there. I tested it again here and some other user also without any problems so it is not possible for me to debug this error :-(. With the last version it is not possible to flush the pop3 stream but with one of the next releases. You can implement the function by yourself if it help. Put following function into the fsocket class: // :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /*! \fn function fsocket_flush_stream( ) * \brief Will flush the socket stream * \return State = true or false */ function fsocket_flush_stream() // :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: { return (unset( $this->fsocket_stream )); } and the following into the pop3 class: //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: /*! \fn function pop3_flush_stream() * \brief Will flush the complete pop3 stream * \return State = true or false */ function pop3_flush_stream() //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: { return ($this->pop3_socket_hdl->fsocket_flush_stream()); } Regards, Kai Hi! > Please remove the line "$mail->pop3_close();" out of the sample and > look what happen. It could be an error in this function. No, it wasn't the $mail->pop3_close(). The error message appears when $mail->pop3_get_mail($id) is called the _second_ time. Is there anything I have to do before calling $mail->pop3_get_mail($id) a second time? Actually, the error appears also when I call pop_delete_mail or pop3_close _after_ calling pop3_get_mail. It seems that the stream used by pop3.php is somehow not read to the end. Is this possible? Can I somehow flush the stream of the pop3-class? Thanks a lot for your help! Regards, johannes -- Handyrechnung zu hoch? Tipp: SMS und MMS mit GMX Seien Sie so frei: Alle Infos unter http://www.gmx.net/de/go/freesms |
From: johannes s. <e00...@st...> - 2005-04-08 18:07:02
|
Hi! > Please remove the line "$mail->pop3_close();" out of the > sample and look what happen. It could be an error in this function. No, it wasn't the $mail->pop3_close(). The error message appears when $mail->pop3_get_mail($id) is called the _second_ time. Is there anything I have to do before calling $mail->pop3_get_mail($id) a second time? Actually, the error appears also when I call pop_delete_mail or pop3_close _after_ calling pop3_get_mail. It seems that the stream used by pop3.php is somehow not read to the end. Is this possible? Can I somehow flush the stream of the pop3-class? Thanks a lot for your help! Regards, johannes |
From: Kai K. <kai...@gm...> - 2005-04-07 11:14:32
|
Hello, i tried it here at my workstation without any problems. Please remove the line "$mail->pop3_close();" out of the sample and look what happen. It could be an error in this function. Regards, Kai Hi! The error is shown in the last line of the output Regards, Johannes Here it comes: Mailbox info: Mail ID and Size: 1 2639310 Mail ID and Size: 2 3040290 Mail unique keys: Mail ID and Unique key: 1 !iM"!_16!!@(D"!F^?!! Mail ID and Unique key: 2 Q4a"!0*J!!&mZ!!"0o"! Single Mail Unique key: Q4a"!0*J!!&mZ!!"0o"! Mail single info: 1 2639310 Single mail size: 2639310 Mail data: [... Mail data ...] Fatal error: Call to a member function on a non-object in /srv/www/htdocs/www.attac.at/fileadmin/mail/pop3.inc on line 122 -- Handyrechnung zu hoch? Tipp: SMS und MMS mit GMX Seien Sie so frei: Alle Infos unter http://www.gmx.net/de/go/freesms |
From: johannes s. <e00...@st...> - 2005-04-07 10:15:06
|
Hi! The error is shown in the last line of the output Regards, Johannes Here it comes: Mailbox info: Mail ID and Size: 1 2639310 Mail ID and Size: 2 3040290 Mail unique keys: Mail ID and Unique key: 1 !iM"!_16!!@(D"!F^?!! Mail ID and Unique key: 2 Q4a"!0*J!!&mZ!!"0o"! Single Mail Unique key: Q4a"!0*J!!&mZ!!"0o"! Mail single info: 1 2639310 Single mail size: 2639310 Mail data: [... Mail data ...] Fatal error: Call to a member function on a non-object in /srv/www/htdocs/www.attac.at/fileadmin/mail/pop3.inc on line 122 |
From: Kai K. <kai...@gm...> - 2005-04-07 10:02:41
|
Hi Johannes, what happen if you run the pop3 sample which is delivered with phplibex? Regards, Kai Hi everyone! I'm new to this list and wanted to state first that I really appreciate the work done with the phplibextreme! It's very useful for server-environments where it's impossible to install certain php-modules. Still, I've got a problem with the pop3 function: I get every now and then the following error when executing the script I put under this message: Fatal error: Call to a member function on a non-object in /pathtophplibextreme/pop3.inc on line 122 Did anyone see this error before? Thx a lot in advance! johannes <?php [...initializing database...] $mail = new pop3(); /* Connect to POP3 server */ if($mail->pop3_connect("serveradressok", "usernameok", "passwordok", 20) ) { $data = $mail->pop3_get_mailbox_info(); $data = $mail->pop3_get_mail_keys(); }else { echo "No connection to mailserver!"; die(); } for ( $i =1 ; $i<=sizeof($data); $i++ ) { $content = $mail->pop3_get_mail($i); $mail->pop3_delete_mail($i); [...write mail-content to database...] } $mail->pop3_close(); echo sizeof($data)." mails read."; ?> -- Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl |
From: johannes s. <e00...@st...> - 2005-04-07 09:51:13
|
Hi everyone! I'm new to this list and wanted to state first that I really appreciate the work done with the phplibextreme! It's very useful for server-environments where it's impossible to install certain php-modules. Still, I've got a problem with the pop3 function: I get every now and then the following error when executing the script I put under this message: Fatal error: Call to a member function on a non-object in /pathtophplibextreme/pop3.inc on line 122 Did anyone see this error before? Thx a lot in advance! johannes <?php [...initializing database...] $mail = new pop3(); /* Connect to POP3 server */ if($mail->pop3_connect("serveradressok", "usernameok", "passwordok", 20) ) { $data = $mail->pop3_get_mailbox_info(); $data = $mail->pop3_get_mail_keys(); }else { echo "No connection to mailserver!"; die(); } for ( $i =1 ; $i<=sizeof($data); $i++ ) { $content = $mail->pop3_get_mail($i); $mail->pop3_delete_mail($i); [...write mail-content to database...] } $mail->pop3_close(); echo sizeof($data)." mails read."; ?> |
From: Kai K. <kai...@gm...> - 2004-12-27 19:34:08
|
Hi, in the next 3 weeks i will release a new version with many changes. To release a stable version V1.0 i need more feedback about the libs and docs. Many thanks, Kai Klenovsek |