P.V.Anthony | 1 Oct 2006 04:53
Picon

Possible bug in Zip download function in IMP

Hi,

I seem to notice a problem with the zip download feature in IMP for
attachments.

When I unzip the file using 7zip from http://www.7zip.org, it says that
the file is not supported. When I unzip the file using WinZip it works
great.

Next I compressed the files using WinZip then uncompressed it using 7zip 
and that works great.

I am not a programmer so I am just assuming that maybe zipping class in 
IMP may have a small bug.

I was hoping to use 7zip as it is a great app plus it is free.

Any advise is much appreciated.

P.V.Anthony

--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

P.V.Anthony | 1 Oct 2006 05:01
Picon

Re: Possible bug in Zip download function in IMP

On this day, 01-October-2006 10:53 AM,  P.V.Anthony wrote:
> Hi,
> 
> I seem to notice a problem with the zip download feature in IMP for
> attachments.
> 
> When I unzip the file using 7zip from http://www.7zip.org, it says that
> the file is not supported. When I unzip the file using WinZip it works
> great.
> 
> Next I compressed the files using WinZip then uncompressed it using 7zip 
> and that works great.
> 
> I am not a programmer so I am just assuming that maybe zipping class in 
> IMP may have a small bug.
> 
> I was hoping to use 7zip as it is a great app plus it is free.
> 
> Any advise is much appreciated.
> 
> P.V.Anthony
> 

Found this at the http://www.7-zip.org/faq.html#user_faq

--------------- start ----------------------------

Why can't 7-Zip open some ZIP archives?

In 99% of these cases it means that the archive contains incorrect 
(Continue reading)

Michael M Slusarz | 1 Oct 2006 06:27
Favicon
Gravatar

Re: Possible bug in Zip download function in IMP

Quoting "P.V.Anthony" <anthony <at> sound.com.sg>:

> On this day, 01-October-2006 10:53 AM,  P.V.Anthony wrote:
>> Hi,
>>
>> I seem to notice a problem with the zip download feature in IMP for
>> attachments.
>>
>> When I unzip the file using 7zip from http://www.7zip.org, it says that
>> the file is not supported. When I unzip the file using WinZip it works
>> great.
>>
>> Next I compressed the files using WinZip then uncompressed it using  
>> 7zip and that works great.
>>
>> I am not a programmer so I am just assuming that maybe zipping  
>> class in IMP may have a small bug.
>>
>> I was hoping to use 7zip as it is a great app plus it is free.
>>
>> Any advise is much appreciated.
>>
>> P.V.Anthony
>>
>
> Found this at the http://www.7-zip.org/faq.html#user_faq
>
> --------------- start ----------------------------
>
> Why can't 7-Zip open some ZIP archives?
(Continue reading)

P.V.Anthony | 1 Oct 2006 06:59
Picon

Re: Possible bug in Zip download function in IMP

On this day, 01-October-2006 12:27 PM,  Michael M Slusarz wrote:
> 
> Or, in other words, 7-zip is broken.  And if you don't believe me, run 
> an archive test on a zip file created by Horde on any other program 
> (e.g. zipinfo) and you will see there is absolutely nothing wrong.

Thank you for replying.

I understand your reply.

I hope I did not offend anyone. I just wanted to use 7zip. Thats all.

Sorry if I did offend anyone.

P.V.Anthony

--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org

Nima S Panahi | 1 Oct 2006 21:43

imp gpg key generating problem

Hi,
I have installed the latest IMP/HORDE and have a problem with PGP.
When I try to create a key, it get the messege:

Public/Private keypair not generated successfully.

When I track it down, it seems to me that the problem comes from it  
issuing the command:

/usr/bin/gpg --no-tty --no-secmem-warning --no-options  
--no-default-keyring --quiet --yes --homedir /tmp/1gd0dhg1 --gen-key  
--batch --armor

where gpg gives the error

gpg: keyblock resource `/tmp/1gd0dhg1/secring.gpg': file open error
gpg: keyblock resource `/tmp/1gd0dhg1/pubring.gpg': file open error

Now, shouldn't --homedir option be the home directoy of the user? For example

/home/nima/.gnupg

The users for imp login with realm, which might be problem. But either  
case their "real" username and corresponding home directory is just  
the name before the  <at>  sign.

-- 
University of Chicago

--

-- 
(Continue reading)

Rafael Varela Pet | 2 Oct 2006 14:14
Picon
Favicon

Re: vfolders gone after logout

Hi again,

After some additional testing, I found that, after toggling the virtual
trash setting on or off, all virtual folders appear again in folders.php
and the sidebar (after refreshing its frame). Again, they are only
available during the current session.

Also, I found that this problem only applied to one of the IMAP servers,
so I removed this imap_config entry for this server from servers.php:

    'imap_config' => array(
        'children' => false,
        'namespace' => array(
                'mail/' => array(
                        'name' => 'mail/',
                        'delimiter' => '/',
                        'type' => 'personal',
                        'hidden' => false,
                )
        ),
        'search_charset' => true
        )

and the virtual folders are back again

I know that setting imap_config is not officially supported, but it
appears to me that it should not interfere with the virtual folders.
Should I file a bug report? what do you think?

El lun, 25-09-2006 a las 13:16 +0200, Rafael Varela Pet escribió:
(Continue reading)

Peter Meier | 2 Oct 2006 17:26
Picon
Gravatar

GPG Sent Mail encryption

Hi

since some versions (i think since change to IMP 4.1) i'm having the  
problem that i can't read anymore mails in the sent-folder sent  
encrypted. it seems like they are only encrypted with the other  
persons key and not anymore with mine.

I have found the discussion in http://bugs.horde.org/ticket/?id=2670  
where it is suggested that the message in the sent-folder should be  
the same message as the sent one. i think that this has then been this  
change:

[mms] PGP encrypted messages now encrypted to all recipients in the same
       message (Bug #2670) (requires Horde 3.1).

(in 4.1-RC1)

anyway i'm not really sure if i see this correct. however it would be  
nice to still have the possibility to read the encrypted sent-messages.

did i configure something wrong or is IMP only encrypting it with the  
remote-users key?

thanks for your answer and work...

greets pete
--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org
(Continue reading)

Volker Then | 2 Oct 2006 18:43

Re: GPG Sent Mail encryption

Quoting Peter Meier <peter.meier <at> immerda.ch>:

> Hi
>
> since some versions (i think since change to IMP 4.1) i'm having the  
> problem that i can't read anymore mails in the sent-folder sent  
> encrypted. it seems like they are only encrypted with the other  
> persons key and not anymore with mine.
>
> I have found the discussion in http://bugs.horde.org/ticket/?id=2670  
> where it is suggested that the message in the sent-folder should be  
> the same message as the sent one. i think that this has then been  
> this change:
>
> [mms] PGP encrypted messages now encrypted to all recipients in the same
>       message (Bug #2670) (requires Horde 3.1).
>
> (in 4.1-RC1)
>
> anyway i'm not really sure if i see this correct. however it would  
> be nice to still have the possibility to read the encrypted  
> sent-messages.
>
> did i configure something wrong or is IMP only encrypting it with  
> the remote-users key?
>
> thanks for your answer and work...
>

That's exactly what I'm witnessing here, too. I'm working around this  
(Continue reading)

Jan Schneider | 2 Oct 2006 22:21
Favicon
Gravatar

Re: imp gpg key generating problem

Zitat von Nima S Panahi <avs <at> panahi.com>:

> Hi,
> I have installed the latest IMP/HORDE and have a problem with PGP.
> When I try to create a key, it get the messege:
>
> Public/Private keypair not generated successfully.
>
> When I track it down, it seems to me that the problem comes from it  
> issuing the command:
>
> /usr/bin/gpg --no-tty --no-secmem-warning --no-options  
> --no-default-keyring --quiet --yes --homedir /tmp/1gd0dhg1 --gen-key  
> --batch --armor
>
> where gpg gives the error
>
> gpg: keyblock resource `/tmp/1gd0dhg1/secring.gpg': file open error
> gpg: keyblock resource `/tmp/1gd0dhg1/pubring.gpg': file open error
>
> Now, shouldn't --homedir option be the home directoy of the user? For example
>
> /home/nima/.gnupg

No.

Jan.

--

-- 
Do you need professional PHP or Horde consulting?
(Continue reading)

Helge Philipp | 3 Oct 2006 14:38
Picon

Changing order of folders?

Hi all!

I am using IMP H3 (4.1.3) together with HORDE 3.1.1 at my email provider
(tuffmail.com).

One minor issue that sometimes bugs me is the fact that the IMAP folders are
sorted only by their names, so that the 'sent' and 'draft' folders are ranked
somewhere in between all the other folders.

Is there a possibility (for me as a user) to haver all special folders listed at
the top below Inbox?

Thanks,
Helge.

--

-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe <at> lists.horde.org


Gmane