POP3 Tips: Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
mNo edit summary |
||
| Line 2: | Line 2: | ||
==TL;DR== |
==TL;DR== |
||
Before February 2019 it was possible to delete the spam folder and therefore all messages (including spam messages) were delivered to the Inbox - |
Before February 2019 it was possible to delete the spam folder and therefore all messages (including spam messages) were delivered to the Inbox and downloaded by your POP3 client - it is not possible to delete the spam folder on on our new email servers (Which came in to service from February 2019). Therefore, by default, spam messages will be delivered to a 'spam' folder on the server which will not be downloaded when you collect email by POP3. The work-around here is to create a sieve rule as described below, to save all messages to your Inbox. |
||
==Introduction== |
==Introduction== |
||
| Line 13: | Line 13: | ||
Messages marked as spam will be delivered to a folder called "spam" - this is sometimes displayed as Junk on some email clients. |
Messages marked as spam will be delivered to a folder called "spam" - this is sometimes displayed as Junk on some email clients. |
||
When using POP3, you will only download email that is in your |
When using POP3, you will only download email that is in your Inbox, and so '''messages in the spam folder will not be downloaded'''. - this behaviour can be overridden with a 'sieve filter' though. See below. |
||
==How to view messages marked as spam?== |
==How to view messages marked as spam?== |
||
As described above, messages that we mark as spam will be put in a separate folder on the server side. You can use our webmail (http://webmail.aa.net.uk) to view the spam folder - you can then drag and move messages from your spam folder to your |
As described above, messages that we mark as spam will be put in a separate folder on the server side. You can use our webmail (http://webmail.aa.net.uk) to view the spam folder - you can then drag and move messages from your spam folder to your Inbox if you wish for them to be downloaded by your POP3 email client. |
||
[[File:Roundcube-spam-folder.png|frame|none|Spam folder (called Junk) in webmail]] |
[[File:Roundcube-spam-folder.png|frame|none|Spam folder (called Junk) in webmail]] |
||
==How to deliver messages marked as spam to your |
==How to deliver messages marked as spam to your Inbox?== |
||
You can override the behaviour of delivering spam messages to the spam folder. To do this, you create a 'sieve filter' to force all messages to be saved to the |
You can override the behaviour of delivering spam messages to the spam folder. To do this, you create a 'sieve filter' to force all messages to be saved to the Inbox. This can be done via webmail as follows: |
||
#Log in to webmail - http://webmail.aa.net.uk |
#Log in to webmail - http://webmail.aa.net.uk |
||
| Line 30: | Line 30: | ||
#Click the Plus (+) icon at the bottom of the 'Filters' column |
#Click the Plus (+) icon at the bottom of the 'Filters' column |
||
#Set the filter as follows, as per the image below: |
#Set the filter as follows, as per the image below: |
||
#*Filter name: Save all messages to |
#*Filter name: Save all messages to Inbox |
||
#*For incoming mail: all messages |
#*For incoming mail: all messages |
||
#*execute the following actions: Move message to Inbox |
#*execute the following actions: Move message to Inbox |
||