Green attachments / attachment seperation technology for email servers.

Shortly after annoucing this Timo Sirainen from the dovecot project made refrence to these RFC's RFC 1873 RFC 2017

Green attachments is not the same thing and it differs in many ways. If you look at the date those RFCs are written they do not meet current security standards and they interfer with current email service providers searching abilities.

Problems email currently face is there is not a easy way to scale the enviroment. Then also a huge waste of resources. Green Attachments fixes those problems, then also introduces new advantages to email technology. We can now take a old car and give it some new wheels to improve the handling and therefore making it more effecient. The drivers are also comfortable and trained to drive this car.

How is this green and better for the enviroment?

By using this type of system you can reduce bandwidth going in and out of the network. Reducing the amount of data intermediate email servers process reduces the load on the CPU and RAM on the servers therefore lower power usage. By using less power less resources are pulled from the grid that currently uses nuclear and coal to generate the electricity for these systems. Even if the provider says they run on 100% green energy doesn't mean it's true. Most providers claim this but in reality they are only investing and funding that type of research and development.Then pulling energy from the same part of the grid that uses dangerous and hazordous fuels to create energy.

Advantages

Disadvanages of current email systems

Key Elements of this system

New content dispostion type proposal

Disposition-type: seperate-attachment
url: https://www.google.com/attachments
file-name: somefilename.mov
file-size: 103432665
file-hash:b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184
auth-hash:b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184

Then this system could be established into mail clients for ease of use and would be better that short links style

Then they could access the file like so:
www.google.com/attachments/b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184

with a post variable of the:
auth-hash=b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184

skraps@zxcasd:~/gattachments$ vim ./index.html skraps@zxcasd:~/gattachments$ vim ./index.html skraps@zxcasd:~/gattachments$ cat index.html Green Attachments
Green attachments / attachment seperation technology for email servers.

Shortly after annoucing this Timo Sirainen from the dovecot project made refrence to these RFC's RFC 1873 RFC 2017

Green attachments is not the same thing and it differs in many ways. If you look at the date those RFCs are written they do not meet current security standards and they interfer with current email service providers searching abilities.

Problems email currently face is there is not a easy way to scale the enviroment. Then also a huge waste of resources. Green Attachments fixes those problems, then also introduces new advantages to email technology. We can now take a old car and give it some new wheels to improve the handling and therefore making it more effecient. The drivers are also comfortable and trained to drive this car.

How is this green and better for the enviroment?

By using this type of system you can reduce bandwidth going in and out of the network. Reducing the amount of data intermediate email servers process reduces the load on the CPU and RAM on the servers therefore lower power usage. By using less power less resources are pulled from the grid that currently uses nuclear and coal to generate the electricity for these systems. Even if the provider says they run on 100% green energy doesn't mean it's true. Most providers claim this but in reality they are only investing and funding that type of research and development.Then pulling energy from the same part of the grid that uses dangerous and hazordous fuels to create energy.

Advantages

Disadvanages of current email systems

Key Elements of this system

New content dispostion type proposal


Seperate Attachment

Disposition-type: seperate-attachment
url: https://www.google.com/attachments
file-name: somefilename.mov
file-size: 103432665
file-hash:b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184
auth-hash:b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184

Then this system could be established into mail clients for ease of use and would be better that short links style

Then they could access the file like so:
www.google.com/attachments/b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184

with a post variable of the:
auth-hash=b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184b1946ac92492d2347c6235b4d2611184


Possibly - Smtp message body compression


Implementing this standard into smtp communications RFC 4978. Now that the attachments have been stripped create a another mime type to compress the body of the message that email servers or clients can decompress. More than likely do this at a server level to prevent decompression and recompression before transmission.
Julian from the bzip2 project says in the developers documentation he has created better compression algorithims than bzip2 but does not want to create confusion with multiple types and formats so he maintained the same format. Then we can take 1800 bytes or data to a mere 14 bytes of compressed data to transfer over the ether.

Content-Disposition: compressed-body
Compression-type: {bzip2,gzip,etc}