139
edits
Jbpiacentino (talk | contribs) No edit summary |
Jbpiacentino (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
}} | }} | ||
{{FeaturePageBody | {{FeaturePageBody | ||
|Feature open issues and risks=Marketing: | |Feature open issues and risks=Marketing:<br/> | ||
- How to position this feature vs attachment. This is NOT a replacement to file attachment. (see 'Non goals' section below) | - How to position this feature vs attachment. This is NOT a replacement to file attachment. (see 'Non goals' section below)<br/> | ||
- Not all online storage services categories can possibly be addressed in v1. What guiding principles to apply to make a choice ? | - Not all online storage services categories can possibly be addressed in v1. What guiding principles to apply to make a choice ? (do we know the user segment most interested in this ?)<br/> | ||
- Are there differences in different countries ? Some consumer storage providers more popular in some countries ? | - Are there differences in different countries ? Some consumer storage providers more popular in some countries ?<br/> | ||
Use cases: | Use cases:<br/> | ||
- How to deal with offline mode ? | - How to deal with offline mode ?<br/> | ||
- Are there cases where TB should or could delete a file ? | - Are there cases where TB should or could delete a file ?<br/> | ||
- Should the online file make reference to the email that created it ? | - Should the online file make reference to the email that created it ?<br/> | ||
- Some online storage services have file expiration dates (on free accounts). Is it acceptable ? Can the recipients understand there is a limited lifetime to the link ? | - Some online storage services have file expiration dates (on free accounts). Is it acceptable ? Can the recipients understand there is a limited lifetime to the link ?<br/> | ||
- Some providers rely on a synchronization model (Dropbox, Ubuntu one...) vs direct file access (FTP, network drive...). and recommend using an installed synchronization application. Is this a problem ? Is it mandatory (can we use web APIs for TB and let users choose to install the client if they want to ?) | - Some providers rely on a synchronization model (Dropbox, Ubuntu one...) vs direct file access (FTP, network drive...). and recommend using an installed synchronization application. Is this a problem ? Is it mandatory (can we use web APIs for TB and let users choose to install the client if they want to ?) <br/> | ||
- Does the local client helps offline use (sync happens when going online, in the background) ? | - Does the local client helps offline use (sync happens when going online, in the background) ?<br/> | ||
- Recipients must not have to register to the online service provider to have access to the online file. | - Recipients must not have to register to the online service provider to have access to the online file.<br/> | ||
Implementation:<br/> | |||
- Senders should be able to ensure that a big file can only be viewed by the recipients of the email (this should be the default setting). Is this true possible for all providers ?<br/> | |||
- What technology for provider API implementation ? <br/> | |||
- Can this be done through a web app exposing web intents ? Can the web app be local ? <br/> | |||
- Each provider must be supported through an installable provider (web app or add-on), some of which are distributed by default with TB<br/> | |||
- FTP servers are difficult to set up for average users (at least to ensure security & privacy). Can this be offered to an average consumer (probably one of the the reason why online file storage are popular)<br/> | |||
|Feature overview=This Thunderbird feature provides a way to use online storage services to store large size email file attachments. With this feature, email file attachments are replaced by urls pointing to an online file storage server, where the files can be found. | |Feature overview=This Thunderbird feature provides a way to use online storage services to store large size email file attachments. With this feature, email file attachments are replaced by urls pointing to an online file storage server, where the files can be found. | ||
This feature is meant to: | This feature is meant to:<ul> | ||
<li>offer a way to easily share very large files through email</li> | |||
<li>reduce ‘file too big’ bounce email situations</li> | |||
<li>encourage file sharing over copying</li> | |||
<li>save recipients inbox space and eliminate file duplication for multiple recipients</li> | |||
<li>increase attachment sending and receiving speed</li></ul> | |||
A tight and smooth integration with Thunderbird will be required to facilitate usage and adoption of this alternative way of sending a file via email. For example, Thunderbird could propose to use this feature to resend a ‘file-too-big’ bounced email or when sending a file known or likely to be too large for the recipients email domain. On a different idea, on-the-fly setup/signup could also be implemented to ease the first use of the feature. | A tight and smooth integration with Thunderbird will be required to facilitate usage and adoption of this alternative way of sending a file via email. For example, Thunderbird could propose to use this feature to resend a ‘file-too-big’ bounced email or when sending a file known or likely to be too large for the recipients email domain. On a different idea, on-the-fly setup/signup could also be implemented to ease the first use of the feature. | ||
Online storage services can be of different categories: | Online storage services can be of different categories:<ul> | ||
<li>commercial services such as DropBox, YouSendIt, Box.net...</li> | |||
<li>consumer document sharing services such as Google Docs or MS Skydrive,</li> | |||
<li>enterprise document sharing resources such as MS SharePoint, network drives </li> | |||
<li>or more traditional network storage resources such FTP folders, …</li> | |||
</ul> | |||
|Feature users and use cases=- When a user attaches a 'Big File'<br/> | |Feature users and use cases=- When a user attaches a 'Big File'<br/> | ||
If the file is above a certain size, warn the user and offer to use online storage instead of attachment. Note: The size could be an arbitrary value, or set by the user, or even retrieved on the fly by analyzing recipients domains (gmail.com for example has a limit of 25MB). | If the file is above a certain size, warn the user and offer to use online storage instead of attachment. Note: The size could be an arbitrary value, or set by the user, or even retrieved on the fly by analyzing recipients domains (gmail.com for example has a limit of 25MB). |
edits