Re: [imp] Latest horde/imp not working on iPhone/iPod touch

2008-08-28 Thread Chuck Hagenbuch
Quoting Eric Jon Rostetter <[EMAIL PROTECTED]>: RCS file: /repository/framework/Browser/Browser.php,v retrieving revision 1.153.2.64 diff -u -r1.153.2.64 Browser.php --- Browser.php 9 Jun 2008 17:33:03 - 1.153.2.64 +++ Browser.php 28 Aug 2008 17:41:10 - @@ -540,6 +540,14 @@

Re: [imp] Latest horde/imp not working on iPhone/iPod touch

2008-08-28 Thread Eric Jon Rostetter
Quoting Chuck Hagenbuch <[EMAIL PROTECTED]>: Me too, though I'd be more interested if I had an iPod Touch. :) Actually, I've only tested my patch with an iPhone, not with any iPod, so it may not work for the iPod iff the iPod uses a different user agent string for the browser. But, it should

Re: [imp] Latest horde/imp not working on iPhone/iPod touch

2008-08-28 Thread Eric Jon Rostetter
Quoting eculp <[EMAIL PROTECTED]>: I am very interested in your solution. RCS file: /repository/framework/Browser/Browser.php,v retrieving revision 1.153.2.64 diff -u -r1.153.2.64 Browser.php --- Browser.php 9 Jun 2008 17:33:03 - 1.153.2.64 +++ Browser.php 28 Aug 2008 17:41:10 -

Re: [imp] delete emails directly and permanently

2008-08-28 Thread Andrew Morgan
On Thu, 28 Aug 2008, Khanh Truong wrote: It won't matter. Several people have already told you that the ability of a mail client to delete messages on the server when you have run out of quota has NOTHING to do with the client. It is how the server handles deletion of messages. You need to fix

Re: [imp] delete emails directly and permanently

2008-08-28 Thread Khanh Truong
> It won't matter. Several people have already told you that the ability > of a mail client > to delete messages on the server when you have run out of quota has > NOTHING to do with > the client. It is how the server handles deletion of messages. You > need to fix your > SERVER not the client. The

Re: [imp] delete emails directly and permanently

2008-08-28 Thread Matus UHLAR - fantomas
> 2008/8/27 Matus UHLAR - fantomas <[EMAIL PROTECTED]>: > > On 25.08.08 10:12, Khanh Truong wrote: > >> My IMAP server enforces quotas for users. The problem is, when users reach > >> their quota, they cannot delete messages to reduce their usage. > > > > I think this is the problem you should try

Re: [imp] delete emails directly and permanently

2008-08-28 Thread Arminas
Yes, my mail server keeps (f.e. income) all messages per one file INBOX. So I guess it's all about creating temporary files when moving to different directory. Thanks for help, Graeme. (A) 2008/8/28 Graeme Wood <[EMAIL PROTECTED]>: > Different IMAP servers will implement quotas and message deleti

Re: [imp] delete emails directly and permanently

2008-08-28 Thread Graeme Wood
Different IMAP servers will implement quotas and message deletions differently, as they implement how they store mailboxes differently and how they implement quotas. If you are using University of Washington IMAP on Unix using Unix quotas, for example, you will always need to have extra quota

Re: [imp] delete emails directly and permanently

2008-08-28 Thread Arminas
Do you mean that if mail server denies moving anything to different directory if user's quota is reached, SO mail server doesnt work correctly? Mail server should allow moving stuff from one dir to another if quota is reached? 2008/8/28 Graeme Wood <[EMAIL PROTECTED]>: > It won't matter. Several p

Re: [imp] delete emails directly and permanently

2008-08-28 Thread Graeme Wood
It won't matter. Several people have already told you that the ability of a mail client to delete messages on the server when you have run out of quota has NOTHING to do with the client. It is how the server handles deletion of messages. You need to fix your SERVER not the client. The client

Re: [imp] delete emails directly and permanently

2008-08-28 Thread Graeme Wood
For what purpose? On Thu, 28 Aug 2008, Arminas wrote: Anyway I would be glad (I think not only me) if in the next horde release, feature "Delete emails permanently" will be included. F.e. if user is not using Virtual trash and function "Marking messages as deleted" is disabled, then button Dele

Re: [imp] delete emails directly and permanently

2008-08-28 Thread Arminas
Anyway I would be glad (I think not only me) if in the next horde release, feature "Delete emails permanently" will be included. F.e. if user is not using Virtual trash and function "Marking messages as deleted" is disabled, then button Delete emails permanently is shown. It's just a suggestion. A