[imp] Reply and Forward windows broken with certain mail messages

2013-05-27 Thread Ruben Squartini

Hi Michael!

After setting up the latest "-git" version of Horde 5 (5.1.0-git +
6.1.0-git) (pulled few minutes ago), problems related to preview are fixed,
but the same mails are not visible in either Forward or Reply windows.
Either in HTML or Text only composition.

Could you check if you can do the same kind of wrong charset detection in
those?

In the 6.0.4, going from HTML to text showed the contents of the message in
the composition window, now that is not the case anymore.

Both the customer and us are pushing this migration, then any
information/feedback/testing you need is first in our task list.

Regards,
Ruben.
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] about ERR: HORDE Mail server denied authentication.

2013-05-27 Thread Ricardo David Carrillo Sanchez
Hi,

I have tried to install horde webmail, but I'm stuck, I have cofigured next
applications:

- dovecot (pop/imap)
- postfix
- horde

But specifically with horde and app. imp i'm getting this error:

 HORDE [imp] Mail server denied authentication.

I do not know what to do i have already 4 day's traing to solve it.
This is my backend.php configuration:


$servers['imap'] = array(
// ENABLED by default
'disabled' => false,
'name' => 'Soluciones Cosmeticas',
'hostspec' => 'mail.solucionescosmeticas.mx',
'hordeauth' =>false,
'protocol' => 'imap',
'port' => 143,
// Plaintext logins are disabled by default on IMAP servers (see RFC
3501
// [6.2.3]), so TLS is the only guaranteed authentication available by
// default.
'secure' => false,
'maildomain' => 'solucionescosmeticas.mx',
'smtp' => array(
  //  'auth' => true,
  //  'localhost' => 'localhost',
  //  'host' => 'mail.solucionescosmeticas.mx',
  //  'password' => null,
  //  'port' => 25,
  //  'username' => null
),
'cache' => false,
 'debug' => '/tmp/imp_imap.log',
 'debug_raw' => false,
);
$servers['pop'] = array(
// Disabled by default
'disabled' => false,
'name' => 'Soluciones Cosmeticas',
'hostspec' => 'localhost',
'hordeauth' => false,
'protocol' => 'pop3',
'port' => 110,
'secure' => false,
'maildomain' => 'solucionescosmeticas.mx',
'smtp' => array(
//'auth' => true,
//   'localhost' => 'localhost',
//'host' => 'mail.solucionescosmeticas.mx',
//'password' => null,
//'port' => 25,
//'username' => null
),
'debug' => '/tmp/imp_imap.log',
'debug_raw' => false,
'cache' => false,
);


Thak's a lot for your help.
PD. Sorry for my english.

Saludos
--
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] about ERR: HORDE Mail server denied authentication.

2013-05-27 Thread Ricardo David Carrillo Sanchez
more data about my applications:


Horde (horde) 5.0.4
Mail (imp) 6.0.4
Dovecot 2.0.19
O.S: Ubuntu precise (12.04.2 LTS)
Arch: 64 bits.


Saludos
--



On Mon, May 27, 2013 at 3:27 PM, Ricardo David Carrillo Sanchez <
dominus@gmail.com> wrote:

> Hi,
>
> I have tried to install horde webmail, but I'm stuck, I have cofigured next
> applications:
>
> - dovecot (pop/imap)
> - postfix
> - horde
>
> But specifically with horde and app. imp i'm getting this error:
>
>  HORDE [imp] Mail server denied authentication.
>
> I do not know what to do i have already 4 day's traing to solve it.
> This is my backend.php configuration:
>
>
> $servers['imap'] = array(
> // ENABLED by default
> 'disabled' => false,
> 'name' => 'Soluciones Cosmeticas',
> 'hostspec' => 'mail.solucionescosmeticas.mx',
> 'hordeauth' =>false,
> 'protocol' => 'imap',
> 'port' => 143,
> // Plaintext logins are disabled by default on IMAP servers (see RFC
> 3501
> // [6.2.3]), so TLS is the only guaranteed authentication available by
> // default.
> 'secure' => false,
> 'maildomain' => 'solucionescosmeticas.mx',
> 'smtp' => array(
>   //  'auth' => true,
>   //  'localhost' => 'localhost',
>   //  'host' => 'mail.solucionescosmeticas.mx',
>   //  'password' => null,
>   //  'port' => 25,
>   //  'username' => null
> ),
> 'cache' => false,
>  'debug' => '/tmp/imp_imap.log',
>  'debug_raw' => false,
> );
> $servers['pop'] = array(
> // Disabled by default
> 'disabled' => false,
> 'name' => 'Soluciones Cosmeticas',
> 'hostspec' => 'localhost',
> 'hordeauth' => false,
> 'protocol' => 'pop3',
> 'port' => 110,
> 'secure' => false,
> 'maildomain' => 'solucionescosmeticas.mx',
> 'smtp' => array(
> //'auth' => true,
> //   'localhost' => 'localhost',
> //'host' => 'mail.solucionescosmeticas.mx',
> //'password' => null,
> //'port' => 25,
> //'username' => null
> ),
> 'debug' => '/tmp/imp_imap.log',
> 'debug_raw' => false,
> 'cache' => false,
> );
>
>
> Thak's a lot for your help.
> PD. Sorry for my english.
>
> Saludos
> --
> --
> imp mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQ
> To unsubscribe, mail: imp-unsubscr...@lists.horde.org
>
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] Imap client socket erros - resource expected

2013-05-27 Thread Luis Felipe Marzagao

Hello:

I'm geting endless erros like these in the logs:

May 28 00:00:09 mserver HORDE: [imp] PHP ERROR: feof() expects parameter 
1 to be resource, null given [pid 3227 on line 4190 of 
"/usr/share/php/Horde/Imap/Client/Socket.php"]


May 28 00:00:09 mserver HORDE: [imp] PHP ERROR: fgets() expects 
parameter 1 to be resource, null given [pid 3227 on line 4203 of 
"/usr/share/php/Horde/Imap/Client/Socket.php"]


Does anyone have a hint on what may be causing it? Would it be imapproxy 
related? How can i further debug it?


Thanks in advance.
Luis Felipe
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Imap client socket erros - resource expected

2013-05-27 Thread Michael M Slusarz

Quoting Luis Felipe Marzagao :


Hello:

I'm geting endless erros like these in the logs:


Bug #12265

___
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] about ERR: HORDE Mail server denied authentication.

2013-05-27 Thread Michael M Slusarz

Quoting Ricardo David Carrillo Sanchez :


But specifically with horde and app. imp i'm getting this error:

 HORDE [imp] Mail server denied authentication.

I do not know what to do i have already 4 day's traing to solve it.
This is my backend.php configuration:


[snip]


 'debug' => '/tmp/imp_imap.log',


So what does the IMAP debug log show?

michael

___
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] Reply and Forward windows broken with certain mail messages

2013-05-27 Thread Michael M Slusarz

Quoting Ruben Squartini :


Hi Michael!

After setting up the latest "-git" version of Horde 5 (5.1.0-git +
6.1.0-git) (pulled few minutes ago), problems related to preview are fixed,
but the same mails are not visible in either Forward or Reply windows.
Either in HTML or Text only composition.

Could you check if you can do the same kind of wrong charset detection in
those?


We do.  It's the identical code.  And I can't reproduce (and this is  
one of the tests I ran when fixing the bug before).


michael

___
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] scrollbars on message listing

2013-05-27 Thread Edward Burr


Quoting Michael M Slusarz :


Quoting Edward Burr :

After upgrading ti Horde Groupware 5.0.4 from v4 a few months ago,  
I've noticed that the scrollbar on the side of the message listing  
has disappeared. I have missed it, but didn't think much about it  
until I was troubleshooting another problem this morning and opened  
my mail using IE (instead of chrome) and discovered the scrollbar  
was there! So, now I'm wondering if it is possible to get the  
scrollbar back on chrome.


It is there.  If you are not seeing it, there is an error in the  
javascript on your browser.


Interesting. I tried it on my work laptop, and the scrollbars are  
there. Same level of chrome, and as far as I can tell all the same  
settings. I can't find any difference between them at all. They're  
even both running win7 64-bit. Can you think of anything I should look  
for?


The only error on the javascript console is "Port error: Could not  
establish connection. Receiving end does not exist.  
chromeHidden.Port.dispatchOnDisconnect" but that is also on my work  
laptop where the scrollbars are working, and that actually has a lot  
more errors.


Edward
--
"In television it is a cardinal sin to allow the viewer a
single moment when his ears and eyes are not assaulted by
sound and fury" -- Alfred Hitchcock, announcing a commercial
break in "Hangover" aired 12/06/1962 and just as true today
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org