Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Aria Bamdad


Quoting Michael M Slusarz :

The only way IMP hides this is if you are using POP3 or the mailbox  
is read only.


michael




Thanks Michael.  I am for sure using IMAP and not POP.  I am sure this  
problem started recently during my testing of this new release.  I do  
recall seeing the 'Mark Messages' drop down in basic mode.  And, in  
fact, I do see the ability to mark as read/unread or flag for  
follow-up when I login using the dynamic mode so if it were a lock  
issue, wouldn't it disappear there also?


The only other change I recall making was the fix for this bug:
http://bugs.horde.org/ticket/11820  which is actually a PHP error.  It  
affects the Horde_Imap_Client.  Is it possible that this may have  
introduced the problem?









Aria Bamdad  wrote:


Quoting Oscar del Rio :


On 12/18/12 05:15 PM, Aria Bamdad wrote:

Using Horde 5.0.2 and IMP 6.0.2, in basic mode, seems like the ability to
set message flags is gone.  In other words, I don't see a  
dropdown to select
set message as seen/unseen or flagged for follow-up.  I see this  
in dynamic
mode under the 'Other' drop down list.  Is this working as  
designed?  If so,

is there a way I can locally add this functionality?



I have that option in Basic Mode, under "Mark Message" drop down menu.

Mark Messages  -  Filter Messages  - Move - Copy...



Yes, I knew I had seen it there at one time but now it is missing from
my basic mode view.  I don't see a 'Mark Messages' drop down at all no
matter what user I login as.

--
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


Re: [imp] Bug in horde_imap_client-2.4.0?

2012-12-19 Thread Thomas Jarosch
Hi  Lukas,

On Tuesday, 18. December 2012 16:09:32 Lukas Gradl wrote:
> After updating horde_imap_client to 2.4.0 Attachments are no longer
> shown in imp. Mails look like they don't have any file attached.
> 
> After downgrading to 2.3.2 Attachments are shown again.
> 
> Unfortunatly bugs.horde.org is not reachable at the moment, so I can't
> check the bugtracker nor create a new entry.

bugs.horde.org is back, though there is no such issue reported yet.
This is your five seconds of fame! :)

Quoting [mms]:
At a minimum will need an IMAP debug log.

To further debug this issue, we need details of the IMP -> IMAP/POP 
communication.

To enable debugging, see instructions contained in 
imp/config/backends.php (the 'debug' config parameter).

Debugging should not be enabled on a production server,   Attach/post 
only the portion of the log that directly deals with the problem 
reported (it may be simplest to clear the log file and then perform 
the event that causes the error).

Cheers,
Thomas

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


[imp] Horde IMP 6.0.2 - http segfaulting when To: contains many adresses

2012-12-19 Thread Oliver Lehmann

Hi,

Today I migrated from Horde 4 to Horde 5 including the update
to Horde IMP 6.0.2.

I wonder why I was no longer able to open one of my mailbox
folders (red Communication error window) and my http-error.log
file always prints

[Wed Dec 19 16:59:29 2012] [notice] child pid 1044 exit signal Illegal  
instruction (4)


I tracked it down to a single message in the folder containing
389 To: recipient adresses all in the notation:

=?windows-1252?Q?=95Name?= 
or
name 

And as I said 389 of them in one To: header, one per line
and seperated by ",".

The non-encoded adresses are not problematic. I nailed it down, that
as soon as the Message contains 77 or more To: recipients with
 =?windows-1252 encoded recipients, my httpd child process
crashes. When I reduce the amount of encoded adresses to 76 or lower,
displaying the folder in IMP works without any problem.

This was not an issue with the previous major version of IMP.

You can find a test-message here:  http://pastebin.com/N560XGHR

As you can see the directory is empty. Just create a new mailfolder
in IMP, and place the test.msg into it (take care about permissions
of the file otherwise your MTA may not pick it up).

I use Qmail + Vpopmail + dovecot if this is of any interest.

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


Re: [imp] Horde IMP 6.0.2 - http segfaulting when To: contains many adresses

2012-12-19 Thread Oliver Lehmann
Here you'll find the truss output (at least the end of it, more can be  
provided

if wanted) of the httpd child which died

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


Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Aria Bamdad


Quoting Michael M Slusarz :

The only way IMP hides this is if you are using POP3 or the mailbox  
is read only.


michael



Did a bit more debugging and added the following debug statement to  
the imp/mailbox.php file after the mailbox readonly status is checked:


/* Determine if mailbox is readonly. */
$readonly = IMP::mailbox()->readonly;

Horde::debug($readonly);

and got this in the debug log file:

2012-12-19T13:06:09-05:00 DEBUG: Variable information:
bool(false)

So it looks like at least at this point, the mailbox is not in  
readonly mode as I expected.  This also explains why the flags work in  
dynamic mode and in basic mode using an older version of IMP.  Will  
keep looking.





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


[imp] Blank emails

2012-12-19 Thread Simon Brereton
Hi

I've googled with no success.

I'm running Horde5/Imp6 in testing - everything was going well, but lately
emails sent from my Android device are empty.  I.e. the recipient receives
it, but there is no new text (the replied-to text is there).

In the sent folder on the phone the entire message appears blank.  I'm not
able to check through imp yet.

I haven't updated anything that could have caused this (although doubtless
updating might fix it), but I wanted to know if anyone else has had this
issue.

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


Re: [imp] Blank emails

2012-12-19 Thread mrubinsk

Quoting Simon Brereton > Hi


I've googled with no success.

I'm running Horde5/Imp6 in testing - everything was going well, but lately
emails sent from my Android device are empty.  I.e. the recipient receives
it, but there is no new text (the replied-to text is there).

In the sent folder on the phone the entire message appears blank.  I'm not
able to check through imp yet.

I haven't updated anything that could have caused this (although doubtless
updating might fix it), but I wanted to know if anyone else has had this
issue.

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

You say sent from Android; How are you sending them? IMAP client,  
mobile IMP view, active sync?


Simon Brereton  wrote:



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


Re: [imp] Blank emails

2012-12-19 Thread Simon Brereton
On Dec 19, 2012 2:03 PM,  wrote:
>
> Quoting Simon Brereton > Hi
>>
>>
>> I've googled with no success.
>>
>> I'm running Horde5/Imp6 in testing - everything was going well, but
lately
>> emails sent from my Android device are empty.  I.e. the recipient
receives
>> it, but there is no new text (the replied-to text is there).
>>
>> In the sent folder on the phone the entire message appears blank.  I'm
not
>> able to check through imp yet.
>>
>> I haven't updated anything that could have caused this (although
doubtless
>> updating might fix it), but I wanted to know if anyone else has had this
>> issue.
>>
>> Simon
>> --
>> imp mailing list
>> Frequently Asked Questions: http://wiki.horde.org/FAQ
>> To unsubscribe, mail: imp-unsubscr...@lists.horde.org
>>
> You say sent from Android; How are you sending them? IMAP client, mobile
IMP view, active sync?

Sorry, activesync.  IMAP works fine and always has done.  Have never tried
mobile imp.

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


Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Aria Bamdad


Quoting Michael M Slusarz :

The only way IMP hides this is if you are using POP3 or the mailbox  
is read only.


michael



Ok, did more tracing and it appears that it's not the mailbox readonly  
status that is causing this.  It appears that  
imp/templates/basic/mailbox/navbar.html.php is what displays the form  
field for the 'Mark Messages' drop down list.  I placed a debug  
statement in this code and it looks like this statement:


flaglist_set): ?>

is not true and therefore, the code inside that if block, which  
displays the drop drown is not included as a result.   When I do a


Horde::debug($this->flaglist_set);

I get :

2012-12-19T14:27:29-05:00 DEBUG: Variable information:
array(0) {
}

Not sure what this means but it sure doesn't look like a boolean value.



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


Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Oscar del Rio

On 12/19/12 02:38 PM, Aria Bamdad wrote:


Ok, did more tracing and it appears that it's not the mailbox readonly 
status that is causing this.  It appears that 
imp/templates/basic/mailbox/navbar.html.php is what displays the form 
field for the 'Mark Messages' drop down list.  I placed a debug 
statement in this code and it looks like this statement:


flaglist_set): ?>

is not true and therefore, the code inside that if block, which 
displays the drop drown is not included as a result.




flaglist_set seems to be defined in imp/mailbox.php.
Something in that code might be failing in your installation


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


Re: [imp] Blank emails

2012-12-19 Thread Michael J Rubinsky
Quoting Simon Brereton > On 19 December  
2012 14:21,   wrote:

Quoting Simon Brereton 


On Dec 19, 2012 2:03 PM,  wrote:


Quoting Simon Brereton > Hi



I've googled with no success.

I'm running Horde5/Imp6 in testing - everything was going well, but
lately
emails sent from my Android device are empty.  I.e. the recipient
receives
it, but there is no new text (the replied-to text is there).

In the sent folder on the phone the entire message appears blank.  I'm
not
able to check through imp yet.

I haven't updated anything that could have caused this (although
doubtless
updating might fix it), but I wanted to know if anyone else has had this
issue.

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


You say sent from Android; How are you sending them? IMAP client, mobile
IMP view, active sync?


Sorry, activesync.  IMAP works fine and always has done.  Have never tried
mobile imp.

Simon



These problems sound similar to some issues that have been fixed in the last
few pear releases. Are you sure you are using the most up to date packages?


Hi Mike

No, I haven't upgraded since I installed it.  I'm curious to know why
it would have worked and now doesn't.  I will try to update during the
holiday downtime.

FYI - IMP shows the message with "There are no parts that can be
displayed inline".  Which is weird since the recipient (including me
if I put myself in BCC) will see the entire quoted message - just not
the new response.

Cheers

Simon


Does this happen with all replied emails or only some?

mike

Sent from mobile

Simon Brereton  wrote:



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


Re: [imp] Blank emails

2012-12-19 Thread Simon Brereton
On 19 December 2012 16:59, Michael J Rubinsky  wrote:
> Quoting Simon Brereton > On 19 December 2012
> 14:21,   wrote:
>>>
>>> Quoting Simon Brereton 
>>>
>>>
>>> On Dec 19, 2012 2:03 PM,  wrote:


 Quoting Simon Brereton > Hi
>
>
>
> I've googled with no success.
>
> I'm running Horde5/Imp6 in testing - everything was going well, but
> lately
> emails sent from my Android device are empty.  I.e. the recipient
> receives
> it, but there is no new text (the replied-to text is there).
>
> In the sent folder on the phone the entire message appears blank.  I'm
> not
> able to check through imp yet.
>
> I haven't updated anything that could have caused this (although
> doubtless
> updating might fix it), but I wanted to know if anyone else has had
> this
> issue.
>
> Simon
> --
> imp mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQ
> To unsubscribe, mail: imp-unsubscr...@lists.horde.org
>
 You say sent from Android; How are you sending them? IMAP client, mobile
 IMP view, active sync?
>>>
>>>
>>> Sorry, activesync.  IMAP works fine and always has done.  Have never
>>> tried
>>> mobile imp.
>>>
>>> Simon
>>>
>>>
>>>
>>> These problems sound similar to some issues that have been fixed in the
>>> last
>>> few pear releases. Are you sure you are using the most up to date
>>> packages?
>>
>>
>> Hi Mike
>>
>> No, I haven't upgraded since I installed it.  I'm curious to know why
>> it would have worked and now doesn't.  I will try to update during the
>> holiday downtime.
>>
>> FYI - IMP shows the message with "There are no parts that can be
>> displayed inline".  Which is weird since the recipient (including me
>> if I put myself in BCC) will see the entire quoted message - just not
>> the new response.
>>
>> Cheers
>>
>> Simon
>>
> Does this happen with all replied emails or only some?

I thought at first it was ones received in HTML, but it is now all of them.

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


Re: [imp] Message flags missing in basic/mobile mode

2012-12-19 Thread Michael M Slusarz

Quoting Oscar del Rio :


On 12/19/12 02:38 PM, Aria Bamdad wrote:


Ok, did more tracing and it appears that it's not the mailbox  
readonly status that is causing this.  It appears that  
imp/templates/basic/mailbox/navbar.html.php is what displays the  
form field for the 'Mark Messages' drop down list.  I placed a  
debug statement in this code and it looks like this statement:


flaglist_set): ?>

is not true and therefore, the code inside that if block, which  
displays the drop drown is not included as a result.




flaglist_set seems to be defined in imp/mailbox.php.
Something in that code might be failing in your installation


This means that none of those flags are settable in that mailbox, per  
the IMAP server.  So we are not going to display flag actions that  
can't be done.


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