Summary | Junk folder missing over actvicesync after SPAM configuration |
Queue | IMP |
Queue Version | 6.2.3 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | sascha (at) schmidt (dot) ps |
Created | 11/25/2014 (3897 days ago) |
Due | |
Updated | 12/08/2014 (3884 days ago) |
Assigned | 11/30/2014 (3892 days ago) |
Resolved | 12/08/2014 (3884 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
web preferences and setting the following within backends.local.php
IMP_Mailbox::MBOX_SPAM => 'Spam',
But I really don't know why this works...
regardless of the value. I'm going to close this with the assumption
that something was changed/fixed in Git after the version you are using.
preferences and setting the following within backends.local.php
IMP_Mailbox::MBOX_SPAM => 'Spam',
But I really don't know why this works...
doesn't matter if I configure special_mailboxes or not, the Junk
folder is always available on the device.
- A folder named "Junk" exists on my IMAP server
- The backends.local.php has configured special MBoxes.
IMP_Mailbox::MBOX_SPAM => 'Junk',
- Within the prefs the Junk folder is configured, too.
$_prefs['spam_folder']['value'] = 'Junk';
disappears over activesync...
backends.local.php
'special_mboxes' => array(
IMP_Mailbox::MBOX_DRAFTS => 'Drafts',
IMP_Mailbox::MBOX_SENT => 'Sent',
IMP_Mailbox::MBOX_SPAM => 'Junk',
IMP_Mailbox::MBOX_TEMPLATES => 'Templates',
IMP_Mailbox::MBOX_TRASH => 'Trash',
)
determine if it is the actual Junk folder, you will probably need to
rename the Spam folder to Junk in either your user prefs, or imp's
backends.local.php file. See imp/config/backends.php for more info.
mailboxes within backends.local.php. Actually I've configured
"IMP_Mailbox::MBOX_SPAM => 'Junk'," but this didn't help...
Additionally within the preferences I could choose the local imap
folder "Junk" as the SPAM folder. But afterwards, the Junk folder
disappears using activesync...
determine if it is the actual Junk folder, you will probably need to
rename the Spam folder to Junk in either your user prefs, or imp's
backends.local.php file. See imp/config/backends.php for more info.
State ⇒ Feedback
if it is the actual Junk folder, you will probably need to rename the
Spam folder to Junk in either your user prefs, or imp's
backends.local.php file. See imp/config/backends.php for more info.
State ⇒ Assigned
Priority ⇒ 1. Low
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Junk folder missing over actvicesync after SPAM configuration
Type ⇒ Bug
Priority ⇒ 3. High
the "Junk" named folder is missing on iOS devices synced over
activesync.
Additionally the configuration of the spam folder makes the "Junk"
folder disappear on all iOS devices over activesync.
After disabling the SPAM configuration the "Junk" folder appears
again. The "Junk" folder to use the function "Move to spam".