mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Mention safe characters for email titles in documentation.
This makes it clear that only a specific set of characters is allowed to be used for email titles. It is worth mentioning this in the documentation as it otherwise needs to be figured out from the Paperless sources [0]. [0] SAFE_REGEX in src/documents/models.py
This commit is contained in:
parent
13b4610c1d
commit
8c06dc2dd1
@ -134,6 +134,8 @@ So, with all that in mind, here's what you do to get it running:
|
||||
so if you set the subject to ``Correspondent - Title - tag,tag,tag``, you'll
|
||||
get what you expect. Also, you must include the aforementioned secret
|
||||
string in every email so the fetcher knows that it's safe to import.
|
||||
Note that Paperless only allows the email title to consist of safe characters
|
||||
to be imported. These consist of alpha-numeric characters and ``-_ ,.'``.
|
||||
5. After a few minutes, the consumer will poll your mailbox, pull down the
|
||||
message, and place the attachment in the consumption directory with the
|
||||
appropriate name. A few minutes later, the consumer will import it like any
|
||||
|
Loading…
x
Reference in New Issue
Block a user