Displaying 9 results from an estimated 9 matches for "imap_open".
2005 May 23
1
dovecot and php imap_open
Hi
I'm have problems with dovecot and the php imap_open function.
Can't seem to get it to work. I just get a "Aborted login [127.0.0.1]"
in the dovecot logs.
The php error is:
[client 192.168.1.254] PHP Warning: imap_open(): Couldn't open stream
{127.0.0.1:110/pop3/notls/norsh/novalidate-cert}INBOX
in /var/www/html/mail/auth.php on...
2011 Dec 20
1
Why imap_open doesn't work as is expected to?
Hi, everybody!
Question: Why imap_open function doesn't work while getting a mailbox through telnet works perfectly?
Note:?imap.so is loaded!?imap.ini is parsed!?
2011 Dec 20
1
Why imap_open function doesn't work while getting a mailbox through telnet works perfectly?
Hi, everybody!
Question: Why imap_open function doesn't work while getting a mailbox through telnet works perfectly?
Note:?imap.so is loaded!?imap.ini is parsed!php flags is checked!
Is it a bug?
2010 Mar 06
5
Quota plugin and SQL
I have read through http://wiki.dovecot.org/Quota/Dict, which suggests a
database schema for using quota. For 1.2, this includes a username,
bytes and messages.
Is there any way to modify the queries used to split out username into
localpart and domain? This would enable me to put the current quota
information in my main mailbox table and display it to users in my admin
interface.
Or
2009 Nov 01
0
Exchange 2007 and Voicemail with Imap Storage
...f "Username
\mailboxalias". If I try the alternate login of "Username at Domain/
mailboxalias" I get an invalid remote specification from the c-client
library. I'm using imap2007e. The strange thing is that both of
those logins appear to work fine when using the php imap_open command,
which is also built against the c-client libraries, though they appear
to be built against the older 2001 version.
Thanks,
Ryan Wyse
2014 Nov 05
3
Bounced email processing
CentOS 6.5
Hi All:
We are looking for a way to automate the handling of bounced emails.
I have spend some time looking an scan find one open source package,
bounceHammer, and one commercial package, BoogieTools.
Does any comments on the effectiveness of either package?
Any suggestions on other packages?
TIA
Regards, Hugh
--
Hugh E Cruickshank, Forward Software, www.forward-software.com
2020 Nov 01
0
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
...ake Thunderbird out of the equation by running
another imap client, for example this three line php script (that relies
on having the php imap extension installed) can be run from the command
line with
php -f filename.php
and for me produces the same results as doveadm search.
<?php
$conn?? = imap_open('{server.example.com:993/imap/ssl}INBOX',
'username', 'password', OP_READONLY);
$uids?? = imap_search($conn, 'BODY "tambi?n"', SE_UID);
print_r($uids);
Only thing I cannot vouch for is bringing dovecot fts library and config
into the equation because my se...
2020 Oct 31
2
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed) [proposed patch]
On 10/31/20 9:55 AM, John Fawcett wrote:
> I can contribute a patch that solves the segfault. Unfortunately though
> fts search may be more broken than this. It does not give me search
> results, even though I see it querying solr and getting hits.
Thx -- hopefully it moves this in the right direction.
Also on the 'good news' page, it appears there's been some progress on
2008 Apr 12
2
Master user and missing folders
Hello again.
I am trying to use a master user. The login works. However, a LIST
command gives me only the INBOX. Is this to be expected? When logging in
normally, I do get the full list of folders.
(using Dovecot 1.1 rc3.)
Anders.