1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Updating documentation.

This commit is contained in:
Adam Coddington 2013-08-04 17:15:11 -07:00
parent 6cf74eb706
commit 58ca8beeef
2 changed files with 6 additions and 2 deletions

View file

@ -48,9 +48,9 @@ copyright = u'2013, Adam Coddington'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '2.1' version = '3.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '2.1' release = '3.0'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View file

@ -81,6 +81,10 @@ Although in this constructed example, this reduces the message's size only
marginally, in most instances, attached files are much larger than the marginally, in most instances, attached files are much larger than the
attachment shown here. attachment shown here.
.. note::
Email message bodies are ``base-64`` encoded when stored in the database.
Although the attachment is no longer preserved in the message body above, Although the attachment is no longer preserved in the message body above,
and only the ``X-Django-Mailbox-Interpolate-Attachment: 1308`` header remains and only the ``X-Django-Mailbox-Interpolate-Attachment: 1308`` header remains
in the place of the original attachment, the attachment was stored in a in the place of the original attachment, the attachment was stored in a