Bug 1643729 Comment 57 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

While working on this bug, Magnus asked me to remove the link behind the service provider icon in each attachment entry. This made the plain text version look better (less links) and reduced redundancy. The link was either the value of the service_url manifest entry or the value specified in the templateInfo.

I am now looking for a way to get that information back into the email (if specified/enforced by the add-on). I was thinking about a string below all attachment entries, still in the blue area, which spells something like:

Learn more about the used cloud service: BielingCloud, Box, GoogleDrive

(Simulating multiple different service providers used).

What do you think? Alternative wording?
While working on this bug, Magnus asked me to remove the link behind the service provider icon in each attachment entry. This made the plain text version look better (less links) and reduced redundancy. The link was either the value of the service_url manifest entry or the value specified in the templateInfo.

I am now looking for a way to get that information back into the email (if specified/enforced by the add-on). I was thinking about a string below all attachment entries, still in the blue area, which spells something like:

`Learn more about the used cloud service: BielingCloud, Box, GoogleDrive`

(Simulating multiple different service providers used).

In HTML each service name would link to the service url, in plain text this would be a list like:

```
Learn more about the used cloud service: 
 * BielingCloud: <url>,
 * Box: <url>,
 * GoogleDrive: <url>
```

What do you think? Alternative wording?

Back to Bug 1643729 Comment 57