phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] email app - stuck in imap -- want pop3


From: Chris Weiss
Subject: Re: [Phpgroupware-users] email app - stuck in imap -- want pop3
Date: Fri, 05 Apr 2002 19:15:08 +0000

felamimail doesn't support IMAP at all.  It's purpose is to be only an IMAP 
client.

However, email does/should, but doesn't seem to work for either, but it does 
give
pop3 like errors.

class.mail_dcom_pop3.inc.php is supposed to provide php_imap compatable 
functions
where possible even if it is using the socket class.  Makes coding to use the 
email
class much easier because the class takes care of what needs to be done for 
pop3,
imap, or whetever.  class.msg_pop3.inc.php only worked if you had php_imap
installed and was a pain to use.

If at all possible, I encourage you to switch to IMAP.  It's faster, more 
flexable,
and much better suited for web based email.  If you /must/ have POP3, then you 
have
to do some debuging.  Our main email maintainer, Angles, has taken a sabaticle 
of
indefinate time.


Ben Cottrill (address@hidden) wrote*:
>
>Is anybody sucessfully using pop3 for email from Version-0_9_14-branch?  It
>seems that pop3 has gone south (perhaps the felamimail integration?), as my
>mail server says it is getting imap requests, the error showing up in my
>browser is an IMAP error, and the file class.mail_dcom_pop3.inc.php is full
>of commands like imap_sort($stream,$criteria,$reverse,$flags);, whereas the
>old 0.9.12 file class.msg_pop3.inc.php actually seemed to do pop stuff...
>
>Is pop3 functionality broken due to felamimail, or am I just doing something
>wrong?
>
>Thanks for any insight,
>Ben
>
>
>
>
>
>
>
>On Thursday 04 April 2002 01:32 pm, Ben Cottrill wrote:
>> Imap does work (using kmail).  As far as which server, it appears to be
>> uwash.
>>
>> So I am guessing I messed up somewhere in my installation.  I cannot seem
>> to find any reference to imap or pop in the phpgw_preferences table.  If i
>> am authenticating via ldap, could the information be (not) getting tossed
>> into my ldap record??
>>
>> Thanks,
>> Ben
>>
>> On Thursday 04 April 2002 12:28 pm, you wrote:
>> > You can try using the Custom Email Setting in Email prefs.  And to make
>> > sure it's not a IMAP config issue try a standard mail client that does
>> > IMAP too.
>> >
>> > You didn't say what IMAP/POP3 server you are using.  In phpGW chose UWASH
>> > for everything except for a Cyrus server.
>> >
>> > Ben Cottrill (address@hidden) wrote*:
>> > >Hi,
>> > >
>> > >I am attempting to setup phpgroupware -- using the Version-0_9_14-branch
>> > > out of CVS.  I initially setup the mail configuration to use IMAP,
>> > > however I was getting authentication errors.  I decided to revert back
>> > > to pop3 in my configuration (for which I know the mail server is good,
>> > > and which has worked for me in 0.9.12).  However, I am still stuck with
>> > > authentication errors (the browser output is shown below).  When
>> > > examining the log on my mail server though (relelvent lines below), it
>> > > seems that phpgroupware is still trying to authenticate for IMAP (and
>> > > does not seem to be specifying a user either -- quite possibly the
>> > > reason I could not get IMAP to work in the first place).
>> > >
>> > >I would like to try and debug this a little further so that I am not
>> > > wasting anyone's time if it is a configuration problem on my end.  Does
>> > > anybody have any suggestions where I might start though (such such as
>> > > where users' preferences for email configuration stored?)
>> > >
>> > >Thanks,
>> > >Ben
>> > >
>> > >
>> > >-----------result in browser--------
>> > >Warning: Couldn't open stream INBOX in
>> > >/var/www/html/phpgroupware/email/inc/class.mail_dcom_pop3.inc.php on
>> > > line 181
>> > >
>> > >
>> > >There was an error trying to connect to your mail server.
>> > >Please, check your username and password, or contact your admin.
>> > > source: email class.mail_msg_base.inc.php
>> > > called from: /phpgroupware/index.php, index_data()
>> > > imap_last_error: OK [CAPABILITY IMAP4 IMAP4REV1 STARTTLS
>> > > LOGIN-REFERRALS AUTH=LOGIN] mail.biomec.com IMAP4rev1 2000.287rh at
>> > > Thu, 4 Apr 2002 11:56:57 -0500 (EST)
>> > >
>> > >Fatal error: Call to undefined function: parse_navbar_end() in
>> > >/var/www/html/phpgroupware/phpgwapi/inc/footer.inc.php on line 62
>> > >
>> > >-----from  /var/log/maillog on my mail server-------------
>> > >
>> > >Apr  4 11:56:57 mail imapd[31095]: imap service init from 192.168.100.45
>> > >Apr  4 11:56:57 mail imapd[31095]: Missing command before authentication
>> > >host=linuxdev.biomec [192.168.100.45]
>> > >Apr  4 11:56:57 mail imapd[31095]: Command stream end of file, while
>> > > reading line user=??? host=linuxdev.biomec [192.168.100.45]
>> > >
>> > >
>> > >
>> > >
>> > >_______________________________________________
>> > >Phpgroupware-users mailing list
>> > >address@hidden
>> > >http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>> >
>> > _______________________________________________
>> > Phpgroupware-users mailing list
>> > address@hidden
>> > http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]