|
|
Feature Test Spec
5.0 Project (seamonkey)
Mail and News Component
Mime Parts on Demand (MPOD)
Written by: Peter Mock
History:
120998 Revised for seamonkey
010799 Updated footer and
header
011199 Minor update
011499 Incorporated suggestions
from Chrisf
Reviewed by: Chris Fuchs on 01/12/99
References:
UI Specification: IMAP Mime Parts on Demand
Description: This is an IMAP only feature. The IMAP protocol
lets us selectively download parts of a message. When displaying
messages that have large attachments, it is more efficient to download
and display just the message body. The user can download the file
attachment at any time. This feature is refer to as "MIME parts on demand,"
or MPOD. No functional changes expected according to developer.
Note, Mission Control features are not covered in this QA test spec.
Perquisite: the file attachment you use should not be files that are
normally displayed in line such as Text, Gif, JPEG, and BMP. I suggest
using MS Office documents for file attachments.
-
Verify the default MPOD preferences
-
Verify the default state for MPOD is to be enabled. Send yourself
a message that has a large word document greater than 30k. The attachment
should not be downloaded.
-
Verify you can disable MPOD by adding the following user preference to
the pref.js file. "mail.imap.mime_parts_on_demand"
- TRUE if enabled (default); if FALSE, we never do it
-
Verify the default attachment size before MPOD takes effect is 30K.
-
Send a attachment less than 30k. The attachment should be downloaded
-
Send a attachment greater than or equal to 30K. The attachment should
not be downloaded.
-
Verify you can change the default MPOD threshold. You want to add
the following user preference. "mail.imap.mime_parts_on_demand_threshold"
(message size, in bytes, above which we try using MIME parts on demand.
Default is 30k.)
-
Change the size to 100k then test the new setting
-
Change the size to 1 MB then test the new setting
-
Verify you can change the maximum depth of a message which we will try
to parse and use MPOD. You want to add the following user preference
"mail.imap.mime_parts_on_demand_max_depth" - (The maximum depth of a message
which we will try to parse and use MPOD for. Depth is defined as
how many layers of forwarding there are. Default is 15. If we are
trying to parse the body structure of a message which goes deeper than
this, we will stop parsing and revert back to a normal full message fetch.
This is to prevent attacks with malicious, extremely complex messages.)
-
Send a sample MS Outlook message to test the default. You may need
to look at the IMAP protocol log (Need to create a MS test message)
-
Send a sample MS Express message to test the default. You may need
to look at the IMAP protocol log (Need to create a MS test message)
-
Verify the feedback given in the message that contains an attachment.
-
Verify that the attachment description text read, "Not downloaded with
message" or a similar phase
-
Verify that the View | Page Source reads, "This body part will be downloaded
on demand." or a similar phase
-
Add the easter egg user preference which will enable you to see if the
attachment has been downloaded. Add the following preference, "mailnews.color_tag_attachments"
(FALSE by default; if TRUE, we attach a colored tag to each attachment
in the message to indicate whether or not it has been downloaded as part
of the message. green = downloaded, orange = not downloaded.
This pref. can be useful for testing.)
-
Send a attachment less than 30k. The attachment should be downloaded
and display a green bar.
-
Send a attachment greater than or equal to 30K. The attachment should
not be downloaded and display a orange bar.
-
Expand the Size column in the Thread pane
-
Verify that attachments that are automatically downloaded have a file size
less than 30k
-
Verify that attachments that are not automatically downloaded greater or
equal to 30k
-
Verify you can save the file attachment that has not been downloaded.
Perform these tests in the Message pane.
-
Verify you can click on attachment link to download and save the attachment
-
Verify you can right click on the attachment link and use the context menu
"save link as" to download and save the attachment
-
Verify you can open the attachment pane (bottom of the message) and double
click on the attachment link to download and save the attachment
-
Verify you can open the attachment pane (bottom of the message) and right
click on the attachment link and use the context menu "Save Attachment
As" to download and save the attachment
-
Verify you can open the attachment pane (bottom of the message) and right
click on the attachment link and use the context menu "Open Attachment"
to download and save the attachment
-
Repeat the above section but perform the tests in the Message Window
-
Verify the following Message actions which does not require the file attachment
to be downloaded (it uses a shell). To verify, it may require looking
at the IMAP Protocol log. Assume that the file attachment is greater
than the default setting. Perform these tests in the Message pane.
-
Set the View message option to view attachments in line. Verify that
has a file attachment (not downloaded) does not automatically download
-
Set the View message option to not view attachments in line.
-
Receive a message that has a plain text attachment and verify the entire
message including text attachment was not downloaded
-
Receive a message that has a message body which is a multipart type (multipart/mixed,
multipart/related, etc.) and verify that we download that multipart's first
part. For example, attach a web page to produce a multipart/mixed
message.
-
Verify viewing a message page source (View | Page Source) that has a file
attachment (not downloaded) does not automatically download
-
Verify Quoting
-
With automatically quoting enable, reply to a message that has a file attachment
and verify that the attachment was not downloaded.
-
Forward quote a message that has a file attachment and verify that the
attachment was not downloaded
-
Forward in line a message that has a file attachment and verify that the
attachment
was not downloaded
-
With automatically quoting disable, reply to a message then press the quote
button located on the toolbar. Verify that the attachment was not
downloaded.
-
Verify when you print a message that has a file attachment, the attachment
was not downloaded
-
Repeat the above section but perform the tests in the Message Window
-
Verify the following Messenger actions which should always read the entire
message including attachments. Assume message has a file attachment.
-
Forward a message as attachment and verify that the attachment was downloaded
-
Synchronize and Go Offline then verify messages that has file attachment
was downloaded
-
Move/Copy to Offline Folder then Synchronize and verify messages that has
file attachment were all downloaded
-
Save Message and verify the attachment was downloaded
-
Edit Message and verify the attachment was downloaded
-
Verifying if the message shell and attachment has been cached (Use
IMAP Protocol logging). Verify the IMAP log to verify that the attachment
was not downloaded again.
-
Receive a message with an attach Word document (less than 30K). Select
another message then re-select this message and verify that the shell and
file attachment was not downloaded again
-
Receive a message with an attach Word document (greater than 30K and less
than 1 MB)
-
Select another message then re-select this message and verify that the
shell was not downloaded again
-
Forward this message as a file attachment and verify the shell and attachment
was downloaded from the server
-
Receive a message with an attach Word document greater than 1 MB
-
Select another message then re-select this message and verify that the
shell was not downloaded again
-
Save the attachment. Select another message then re-select this message
and verify that the attachment may have been downloaded again
-
Verify Signed & Encrypted messages
-
Verify encrypted message are always downloaded in full. (It is assumed
from the outset that encrypted messages cannot benefit from this feature
because their MIME structure is hidden from us before they are decrypted.)
-
Verify signed messages that if there are any parts of the message that
are not downloaded, the signature will check out as invalid since it uses
all the parts to compute the signature. (Note: instead of displaying
this as invalid, we will display it as "Unverified Signature." If
the user chooses to verify the signature by clicking on the signature icon,
we will re-download the whole message and display the correct signature
information.)
-
Verify MPOD works with multiple attachments. Suggestion: use MS Office
document greater than 30k but less than 1MB
-
Send a message to yourself with 2 or more file attachments, verify neither
attachments are downloaded
-
Verify you save both attachments one at a time
-
Forward the message as an attachment and verify all attachments are downloaded
-
Deselect the mail message and re-select the message. Verify the attachment
is cached
-
Verify MPOD works with complex body structures. Verify MPOD functions
as expected.
-
Send a message that has a double forwarded message with one external attachment
on each
-
Send a message that has a double forwarded message with one in line attachment
on each and one external attachment on each
-
Send a message that has a triple-forwarded message with one external attachment
on each
-
Send a message that has a triple-forwarded message with one in line attachment
on each and with one external attachment on each
-
Send a message that has been forwarded 10 times message with one external
attachment on each
-
Send a message that has been forwarded 10 times message with one in line
attachment on each and with one external attachment on each
|