6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
11/26/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7545] Translation and Pseudo default folders
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. ..__ .___..___. |_/ \ /| \ _/ _/ | \ \/ |__/./__../__.
Comment
> Here is a patch that solves the isuue: > > > > You also have to set in imp prefs.php > > > > // sent mail folder > > $_prefs['sent_mail_folder'] = array( > > // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC > > // 3501 [5.1.3]). For Exchange, uncomment the entry below and remove the > > // default value entry. > > // 'value' => 'Sent Items', > > 'value' => "Sent", > > // 'value' => _("Sent"), > > 'locked' => false, > > 'shared' => false, > > 'type' => 'implicit'); > > > > // drafts folder > > $_prefs['drafts_folder'] = array( > > // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC > > // 3501 [5.1.3]). > > 'value' => "Drafts", > > // 'value' => _("Drafts"), > > 'locked' => false, > > 'shared' => false, > > 'type' => 'implicit'); > > > > // trash folder > > $_prefs['trash_folder'] = array( > > // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC > > // 3501 [5.1.3]). For Exchange, uncomment the entry below and remove the > > // default value entry. > > // 'value' => 'Deleted Items', > > 'value' => "Trash", > > // 'value' => _("Trash"), > > 'locked' => false, > > 'shared' => false, > > 'type' => 'implicit'); > > > > // spam folder > > $_prefs['spam_folder'] = array( > > // The mailbox value must be encoded in the UTF7-IMAP charset (see RFC > > // 3501 [5.1.3]). > > 'value' => "Spam", > > // 'value' => _("Spam"), > > 'locked' => false, > > 'shared' => false, > > 'type' => 'implicit'); > > > > > > Best regards > > Massimiliano Ferrero
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers