Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonarzz/wintertimemailtester
Python script that should send mails during changing to winter time which will allow to check how different mail hosts deal with the change
https://github.com/jonarzz/wintertimemailtester
Last synced: about 22 hours ago
JSON representation
Python script that should send mails during changing to winter time which will allow to check how different mail hosts deal with the change
- Host: GitHub
- URL: https://github.com/jonarzz/wintertimemailtester
- Owner: Jonarzz
- Created: 2015-10-22T21:06:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T09:31:31.000Z (about 9 years ago)
- Last Synced: 2023-02-28T02:11:26.515Z (over 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Winter Time Mail Tester
Python script that should send mails during changing to winter time which will allow to check how different mail hosts deal with the change.# The result of the experiment
I tested the most popular mail servers in my country: Gmail, WP, Onet and o2. There were two possibilities:
* mails are not sorted by date and the mail that got there later will show up with earlier hour
* mails are sorted by date, so they are not in order of time they were sentThe first case applies to Gmail, WP and o2, while the second one applies to Onet.
#### Gmail
![Gmail](http://i.imgur.com/mhoCaVv.png)#### WP
![WP](http://i.imgur.com/e0sbqQ2.png)#### Onet
![Onet](http://i.imgur.com/VDeibLK.png)#### o2
![o2](http://i.imgur.com/fSdAwos.png)