imap quota is considering sent folder

View: New views
2 Messages — Rating Filter:   Alert me  

imap quota is considering sent folder

by juan carlos-13 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all
I have a webmail with horde 3.2 and imp 4.2 and I have configured the quota, it
works OK but it,s considering the Sent mail Folder and I dont want to consider
this folder in the quota.

$servers['imap'] = array(
...
    'quota' => array(
        'driver' => 'imap',
        'params' => array()
    ),
...
);

$servers['pop'] = array(
...
    'quota' => array(
        'driver' => 'imap',
        'params' => array()
    ),
...
);

Hope you can help me

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

Re: imap quota is considering sent folder

by Jan Schneider :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Zitat von juan carlos <jcflores@...>:

> Hi all
> I have a webmail with horde 3.2 and imp 4.2 and I have configured  
> the quota, it
> works OK but it,s considering the Sent mail Folder and I dont want  
> to consider
> this folder in the quota.
>
> $servers['imap'] = array(
> ...
>     'quota' => array(
>         'driver' => 'imap',
>         'params' => array()
>     ),
> ...
> );
>
> $servers['pop'] = array(
> ...
>     'quota' => array(
>         'driver' => 'imap',
>         'params' => array()
>     ),
> ...
> );
>
> Hope you can help me

This has nothing to do with Horde. Your IMAP server is calculating the quota.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

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