Commit ·
fb238c5
0
Parent(s):
Super-squash branch 'main' using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +3 -0
- .gitignore +19 -0
- .netlify/netlify.toml +25 -0
- .netlify/state.json +3 -0
- .venv/.gitignore +2 -0
- .venv/pyvenv.cfg +5 -0
- .vscode/settings.json +3 -0
- CHANGELOG.md +216 -0
- README.md +245 -0
- changelog.html +393 -0
- dev/TESTING_GUIDE.md +190 -0
- dev/blue button.psd +0 -0
- dev/blue button_recreated.af +0 -0
- dev/blue button_recreated.af~lock~ +0 -0
- dev/goback.psd +0 -0
- dev/home_hero.psd +3 -0
- dev/home_request.psd +0 -0
- dev/orange button.psd +0 -0
- dev/orange button_recreated.af +0 -0
- dev/orange button_recreated.af~lock~ +0 -0
- dev/previous_hover.af +0 -0
- dev/previous_off.af +0 -0
- dev/test-split-json.html +106 -0
- dev/title.psd +0 -0
- favicon.ico +0 -0
- index.html +163 -0
- legal.html +794 -0
- mail/allen-p/attachments/00a7766310e632775f0e9a4421721aec_SepBidWeekData.xls +3 -0
- mail/allen-p/attachments/00d532f569cc7a4eff2654ae69d8011d_Enron in Action Submission Form.doc +0 -0
- mail/allen-p/attachments/00ddb8e58f4911d95dbd6edfc2105128_granhous1.xls +0 -0
- mail/allen-p/attachments/00ddf192440298151c789b0779d1f177_counter_131.doc +0 -0
- mail/allen-p/attachments/0100eb69b67abab435376c36d38bb543_X20292.DOC +0 -0
- mail/allen-p/attachments/011db189fbcd30628456c7fa86480807_rentroll_922.xls +0 -0
- mail/allen-p/attachments/011db189fbcd30628456c7fa86480807_rentroll_929.xls +0 -0
- mail/allen-p/attachments/016d13211fbb16476b2e7e644219786c_amortization.xls +0 -0
- mail/allen-p/attachments/016d13211fbb16476b2e7e644219786c_brenda_k_stone.doc +0 -0
- mail/allen-p/attachments/017e5f37d2629423b327d79bfb46e143_systems.doc +0 -0
- mail/allen-p/attachments/01c3e4ff4417d0306da18dd85234dfdb_Market briefs.xls +0 -0
- mail/allen-p/attachments/01c3e4ff4417d0306da18dd85234dfdb_bug_black.gif +0 -0
- mail/allen-p/attachments/01e07827a599d493fcb15f4abe7fce24_California Update.doc +0 -0
- mail/allen-p/attachments/01f9bca577099f7160bc9ed8eabefc3f_Jan00Expense.xls +0 -0
- mail/allen-p/attachments/0253f6e17bae36af67bd9dc1e4df948e__1.dat +0 -0
- mail/allen-p/attachments/02a001a3a4b31edea74c4e4d01ba2864_Talking Points on California prices.doc +0 -0
- mail/allen-p/attachments/02b480c18e67875c5d4ece798632769b_Request For Distribution_1994 Plan.doc +0 -0
- mail/allen-p/attachments/02b480c18e67875c5d4ece798632769b_Request for Distribution Procedures_1994 Plan.doc +0 -0
- mail/allen-p/attachments/02ca73be78f028ec47bcf43a96e4d72b_Socal Presentation_122600.xls +0 -0
- mail/allen-p/attachments/02e58c76f8d17c8cd69526e7399d3381_Briefing-Mar2.pdf +3 -0
- mail/allen-p/attachments/02e9aff544b999f33e582fcc7910b9e4_house2.xls +0 -0
- mail/allen-p/attachments/032800b93608070042ad5878b8407d63_Sep_Socal.xls +0 -0
- mail/allen-p/attachments/03410b410c50f47d2cd284333253997e_New_Generation_Oct24_2000.ppt +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Auto detect text files and perform LF normalization
|
| 2 |
+
* text=auto
|
| 3 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Development files and backups
|
| 2 |
+
dev/
|
| 3 |
+
.cache/
|
| 4 |
+
.venv/
|
| 5 |
+
|
| 6 |
+
# Python cache
|
| 7 |
+
__pycache__/
|
| 8 |
+
*.pyc
|
| 9 |
+
*.pyo
|
| 10 |
+
|
| 11 |
+
# Editor files
|
| 12 |
+
.vscode/
|
| 13 |
+
.idea/
|
| 14 |
+
*.swp
|
| 15 |
+
*.swo
|
| 16 |
+
*~
|
| 17 |
+
|
| 18 |
+
# Email attachments (stored in HuggingFace dataset)
|
| 19 |
+
mail/*/attachments/
|
.netlify/netlify.toml
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
plugins = []
|
| 2 |
+
headers = []
|
| 3 |
+
redirects = []
|
| 4 |
+
|
| 5 |
+
[functions]
|
| 6 |
+
|
| 7 |
+
[functions."*"]
|
| 8 |
+
|
| 9 |
+
[build]
|
| 10 |
+
publish = "D:\\git\\enron-mail"
|
| 11 |
+
publishOrigin = "default"
|
| 12 |
+
|
| 13 |
+
[build.environment]
|
| 14 |
+
|
| 15 |
+
[build.processing]
|
| 16 |
+
|
| 17 |
+
[build.processing.css]
|
| 18 |
+
|
| 19 |
+
[build.processing.html]
|
| 20 |
+
|
| 21 |
+
[build.processing.images]
|
| 22 |
+
|
| 23 |
+
[build.processing.js]
|
| 24 |
+
|
| 25 |
+
[build.services]
|
.netlify/state.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"siteId": "d4907e01-6f26-4f0a-9bfc-b7f01e7dff1c"
|
| 3 |
+
}
|
.venv/.gitignore
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Created by venv; see https://docs.python.org/3/library/venv.html
|
| 2 |
+
*
|
.venv/pyvenv.cfg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
home = C:\Python314
|
| 2 |
+
include-system-site-packages = false
|
| 3 |
+
version = 3.14.0
|
| 4 |
+
executable = C:\Python314\python.exe
|
| 5 |
+
command = C:\Python314\python.exe -m venv d:\git\enron-mail\.venv
|
.vscode/settings.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0a49a7492fe5bde03eb5a7cff61747d91c96a9471987ed92cb200b37e1e94e7
|
| 3 |
+
size 40
|
CHANGELOG.md
ADDED
|
@@ -0,0 +1,216 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Changelog
|
| 2 |
+
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
### Version 1.1
|
| 6 |
+
*Released on January 7th, 2026.*
|
| 7 |
+
|
| 8 |
+
**ADDED**
|
| 9 |
+
|
| 10 |
+
- Added calendar function, that displays calendar events in an actual calendar, featuring monthly, weekly, daily and schedule views.
|
| 11 |
+
- Added option on comprehensive search page to search for either emails or calendar entries, with their respective views.
|
| 12 |
+
- Added changelog.md file.
|
| 13 |
+
- Added option to cancel search.
|
| 14 |
+
|
| 15 |
+
**FIXED**
|
| 16 |
+
|
| 17 |
+
- Calendar entries no longer display as emails.
|
| 18 |
+
- Comprehensive search has hardcoded mailboxes now, instead of slowly loading each one just to select which ones to search.
|
| 19 |
+
|
| 20 |
+
**REMOVED**
|
| 21 |
+
|
| 22 |
+
- Removed /changelog.html file.
|
| 23 |
+
- Remove option to "include calendar entries" on search page.
|
| 24 |
+
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
### Version 1.0.2
|
| 28 |
+
*Released on December 14th, 2025.*
|
| 29 |
+
|
| 30 |
+
**ADDED**
|
| 31 |
+
|
| 32 |
+
- Added a toggle to include calendar entries in the comprehensive search. Default behaviour is off.
|
| 33 |
+
- Clicking on the topbar now acts as a go to homepage button. For logged in users, this takes you to the
|
| 34 |
+
- Results in search page now have same pagination options as mailbox folders.
|
| 35 |
+
|
| 36 |
+
**FIXED**
|
| 37 |
+
|
| 38 |
+
- Fixed perlingiere-d mailbox.
|
| 39 |
+
- Fixed go back button not going to the search page when coming from search.
|
| 40 |
+
- Checkmark indicators now match website styling in search page.
|
| 41 |
+
- Mailbox title now displays full name instead of truncated version.
|
| 42 |
+
|
| 43 |
+
**REMOVED**
|
| 44 |
+
|
| 45 |
+
- Removed /mail/mailbox_viewer.html file that was old and not needed.
|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
|
| 49 |
+
### Version 1.0.1
|
| 50 |
+
*Released on December 14th, 2025.*
|
| 51 |
+
|
| 52 |
+
**FIXED**
|
| 53 |
+
|
| 54 |
+
- Fixed comprehensive search page not loading mailbox data.
|
| 55 |
+
- Fixed comprehensive search page not working when logged out.
|
| 56 |
+
- Fixed comprehensive search page passing mailbox parameters when logged in.
|
| 57 |
+
|
| 58 |
+
---
|
| 59 |
+
|
| 60 |
+
### Version 1.0.0
|
| 61 |
+
*Released on December 14th, 2025.*
|
| 62 |
+
|
| 63 |
+
**ADDED**
|
| 64 |
+
|
| 65 |
+
- Added all mailboxes from the dataset.
|
| 66 |
+
- Finalized website design and layout.
|
| 67 |
+
- Added dataset-wide search.
|
| 68 |
+
|
| 69 |
+
**CHANGED**
|
| 70 |
+
|
| 71 |
+
- The entire database, display and functionality was re-made from scratch.
|
| 72 |
+
|
| 73 |
+
**REMOVED**
|
| 74 |
+
|
| 75 |
+
- Removed all pseudo-email functionality.
|
| 76 |
+
|
| 77 |
+
**COMMENTS**
|
| 78 |
+
|
| 79 |
+
- With this release, the site is feature and content complete. Don't plan on adding any other features beyond this, but I will fix bugs as they appear.
|
| 80 |
+
|
| 81 |
+
---
|
| 82 |
+
|
| 83 |
+
### Version 0.7.2
|
| 84 |
+
*Released on April 27th, 2024.*
|
| 85 |
+
|
| 86 |
+
**ADDED**
|
| 87 |
+
|
| 88 |
+
- townsend-j
|
| 89 |
+
- sanchez-m
|
| 90 |
+
|
| 91 |
+
---
|
| 92 |
+
|
| 93 |
+
### Version 0.7.1
|
| 94 |
+
*Released on March 8th, 2024.*
|
| 95 |
+
|
| 96 |
+
**ADDED**
|
| 97 |
+
|
| 98 |
+
- panus-s
|
| 99 |
+
|
| 100 |
+
---
|
| 101 |
+
|
| 102 |
+
### Version 0.7
|
| 103 |
+
*Released on March 4th, 2024.*
|
| 104 |
+
|
| 105 |
+
**ADDED**
|
| 106 |
+
|
| 107 |
+
- king-j
|
| 108 |
+
- bailey-s
|
| 109 |
+
|
| 110 |
+
---
|
| 111 |
+
|
| 112 |
+
### Version 0.6
|
| 113 |
+
*Released on February 27th, 2024.*
|
| 114 |
+
|
| 115 |
+
**ADDED**
|
| 116 |
+
|
| 117 |
+
- meyers-a
|
| 118 |
+
- hendrickson-s
|
| 119 |
+
|
| 120 |
+
---
|
| 121 |
+
|
| 122 |
+
### Version 0.5
|
| 123 |
+
*Released on February 25th, 2024.*
|
| 124 |
+
|
| 125 |
+
**ADDED**
|
| 126 |
+
|
| 127 |
+
- slinger-r
|
| 128 |
+
- rapp-b
|
| 129 |
+
- harris-s
|
| 130 |
+
|
| 131 |
+
**FIXED**
|
| 132 |
+
|
| 133 |
+
- **Legal**: Fixed breadcrumb links and nav items.
|
| 134 |
+
|
| 135 |
+
---
|
| 136 |
+
|
| 137 |
+
### Version 0.4.1
|
| 138 |
+
*Released on February 20th, 2024.*
|
| 139 |
+
|
| 140 |
+
**FIXED**
|
| 141 |
+
|
| 142 |
+
- **Home**: Redid the page to fix some scaling issues on different resolutions and zoom levels.
|
| 143 |
+
|
| 144 |
+
---
|
| 145 |
+
|
| 146 |
+
### Version 0.4
|
| 147 |
+
*Released on February 20th, 2024.*
|
| 148 |
+
|
| 149 |
+
**ADDED**
|
| 150 |
+
|
| 151 |
+
- pereira-s
|
| 152 |
+
- quenet-j
|
| 153 |
+
|
| 154 |
+
**CHANGED**
|
| 155 |
+
|
| 156 |
+
- **Messages**: Styling has been moved from the HTML file to a separate CSS file.
|
| 157 |
+
- **Home**: Cosmetic changes
|
| 158 |
+
|
| 159 |
+
**FIXED**
|
| 160 |
+
|
| 161 |
+
- **Whole Site:** Right pinstripe was thicker than left one.
|
| 162 |
+
- **Changelog**: Fixed navitems
|
| 163 |
+
|
| 164 |
+
---
|
| 165 |
+
|
| 166 |
+
### Version 0.3
|
| 167 |
+
*Released on February 19th, 2024.*
|
| 168 |
+
|
| 169 |
+
**ADDED**
|
| 170 |
+
|
| 171 |
+
- **Help**: Added simple help/feeback form for each account.
|
| 172 |
+
- **Home**: Added links to legal, changelog and About (website for this one is not live yet).
|
| 173 |
+
|
| 174 |
+
**COMMENTS**
|
| 175 |
+
|
| 176 |
+
- With this release, the site is more or less feature complete. Don't plan on adding any other features beyond this. I will just add all the mailboxes.
|
| 177 |
+
|
| 178 |
+
---
|
| 179 |
+
|
| 180 |
+
### Version 0.2.1
|
| 181 |
+
*Released on February 19th, 2024.*
|
| 182 |
+
|
| 183 |
+
**FIXED**
|
| 184 |
+
|
| 185 |
+
- **Attachment**: Fixed database error that prevent attachments from being accesible.
|
| 186 |
+
|
| 187 |
+
---
|
| 188 |
+
|
| 189 |
+
### Version 0.2
|
| 190 |
+
*Released on February 19th, 2024.*
|
| 191 |
+
|
| 192 |
+
**ADDED**
|
| 193 |
+
|
| 194 |
+
- **Compose Mail**: Basic compose mail page, it won't actually send the email but it will save what you write so use please don't put personal information.
|
| 195 |
+
|
| 196 |
+
**COMMENTS**
|
| 197 |
+
|
| 198 |
+
- Compose mail page uses netlify for form submission, if you fork the project you'll need to update this.
|
| 199 |
+
|
| 200 |
+
---
|
| 201 |
+
|
| 202 |
+
### Version 0.1
|
| 203 |
+
*Released on February 19th, 2024.*
|
| 204 |
+
|
| 205 |
+
**ADDED**
|
| 206 |
+
|
| 207 |
+
- **Home**: Includes functional login (username input must match avaliable mailboxes, only 'south-s' works for now, password can be anything
|
| 208 |
+
- **south-s**: Mailbox view only
|
| 209 |
+
|
| 210 |
+
**COMMENTS**
|
| 211 |
+
|
| 212 |
+
- Initial Release. Most features are not implemented.
|
| 213 |
+
|
| 214 |
+
---
|
| 215 |
+
|
| 216 |
+
*Imported from changelog.html*
|
README.md
ADDED
|
@@ -0,0 +1,245 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
# Enron Email
|
| 3 |
+
|
| 4 |
+
An accessible and organized copy of the Enron Email dataset. Part of the **Enron Archive**.
|
| 5 |
+
|
| 6 |
+
A live mirror is available at https://mail.enroncorp.com
|
| 7 |
+
|
| 8 |
+
## Features
|
| 9 |
+
|
| 10 |
+
### Core Functionality
|
| 11 |
+
- **151 employee mailboxes** with complete email history and attachments
|
| 12 |
+
- **Pseudo-login system** - Browse any account; stays logged in until logged off
|
| 13 |
+
- **Folder navigation** - Inbox, Sent Items, and custom folders per user
|
| 14 |
+
- **Full email viewing** - Read complete emails with headers, body, and attachments
|
| 15 |
+
- **Attachment support** - Download original files from emails
|
| 16 |
+
- **Authentic design** - Matched to Enron's internet presence in mid-2001
|
| 17 |
+
- **Static website** - Pure HTML, CSS, and JavaScript (no server required)
|
| 18 |
+
|
| 19 |
+
### Performance Optimizations
|
| 20 |
+
- **Parallel JSON loading** - 66% faster mailbox loading (3-5s vs 15s for large mailboxes)
|
| 21 |
+
- **Folder caching** - 98% faster folder switching (<10ms vs 500ms)
|
| 22 |
+
- **Debounced search** - 300ms delay prevents lag while typing
|
| 23 |
+
- **Progress indicators** - Loading feedback for better UX
|
| 24 |
+
- **HTML sanitization** - XSS protection on email content
|
| 25 |
+
|
| 26 |
+
### Search & Navigation
|
| 27 |
+
- **Full-text search** - Search within email subjects, senders, and content
|
| 28 |
+
- **Search result count** - Shows "X results" when filtering
|
| 29 |
+
- **Folder filter** - Real-time search to find folders quickly
|
| 30 |
+
- **Keyboard shortcuts**:
|
| 31 |
+
- `J` / `K` - Navigate up/down through emails
|
| 32 |
+
- `Enter` - Open selected email
|
| 33 |
+
- `Escape` - Close email / Clear search
|
| 34 |
+
- `S` - Focus search box
|
| 35 |
+
- Arrow keys - Select emails
|
| 36 |
+
- **Page jump** - Input field to jump directly to any page
|
| 37 |
+
- **Two-row pagination** - Previous/Next buttons on top row, page info and jump input below
|
| 38 |
+
|
| 39 |
+
### Email Management
|
| 40 |
+
- **Read/Unread tracking** - Mark emails as read/unread with bullet indicator (●)
|
| 41 |
+
- Blue bullet = unread
|
| 42 |
+
- Gray bullet = read
|
| 43 |
+
- Click to toggle status
|
| 44 |
+
- Persists across sessions (localStorage)
|
| 45 |
+
- **Star/Favorite system** - Star important emails with ★/☆ icons
|
| 46 |
+
- Click star to toggle
|
| 47 |
+
- Persists across sessions (localStorage)
|
| 48 |
+
- **Sorting options** - Sort by date, sender, or subject
|
| 49 |
+
- **Special folders** - Inbox, Sent Items, and All Mail always visible at top
|
| 50 |
+
- **Show more/less folders** - Collapse folder list to show only first 10
|
| 51 |
+
|
| 52 |
+
### UI Enhancements
|
| 53 |
+
- **Responsive column widths** - Subject (60%), From (20%), Date (20%)
|
| 54 |
+
- **Word-breaking** - Email addresses break at spaces to prevent overflow
|
| 55 |
+
- **Collapsible recipient lists** - Long To/Cc lists show "X more..." link
|
| 56 |
+
- **Orange accents** - Enron brand color (#ff9900) throughout
|
| 57 |
+
- **Flexbox pagination** - Prevents layout breaking on narrow screens
|
| 58 |
+
- **UTF-8 support** - Proper Unicode character rendering (★, ☆, ●)
|
| 59 |
+
|
| 60 |
+
## Repository Structure
|
| 61 |
+
|
| 62 |
+
```
|
| 63 |
+
mail/
|
| 64 |
+
├── mailbox-app.js # Main application logic
|
| 65 |
+
├── index.html # Mailbox viewer interface
|
| 66 |
+
├── mailbox-viewer.html # Email detail view
|
| 67 |
+
└── [user-folders]/ # 151 user mailbox directories
|
| 68 |
+
├── mailbox.json # Email metadata and folder structure
|
| 69 |
+
├── mailbox_part_*.json # Split files for large mailboxes (>50MB)
|
| 70 |
+
└── attachments/ # Email attachments (organized by email ID)
|
| 71 |
+
|
| 72 |
+
src/
|
| 73 |
+
├── mail.css # Mailbox styling
|
| 74 |
+
└── [images] # UI assets (buttons, icons, spacers)
|
| 75 |
+
|
| 76 |
+
index.html # Login page
|
| 77 |
+
search.html # Comprehensive search page
|
| 78 |
+
legal.html # Legal notices
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
+
## Getting Started
|
| 82 |
+
|
| 83 |
+
Visit the live site at https://mail.enroncorp.com
|
| 84 |
+
|
| 85 |
+
## Valid Accounts
|
| 86 |
+
|
| 87 |
+
- allen-p
|
| 88 |
+
- arnold-j
|
| 89 |
+
- arora-h
|
| 90 |
+
- badeer-r
|
| 91 |
+
- bailey-s
|
| 92 |
+
- bass-e
|
| 93 |
+
- baughman-d
|
| 94 |
+
- beck-s
|
| 95 |
+
- benson-r
|
| 96 |
+
- blair-l
|
| 97 |
+
- brawner-s
|
| 98 |
+
- buy-r
|
| 99 |
+
- campbell-l
|
| 100 |
+
- carson-m
|
| 101 |
+
- cash-m
|
| 102 |
+
- causholli-m
|
| 103 |
+
- corman-s
|
| 104 |
+
- crandall-s
|
| 105 |
+
- cuilla-m
|
| 106 |
+
- dasovich-j
|
| 107 |
+
- davis-d
|
| 108 |
+
- dean-c
|
| 109 |
+
- dean-c2
|
| 110 |
+
- delainey-d
|
| 111 |
+
- derrick-j
|
| 112 |
+
- dickson-s
|
| 113 |
+
- donoho-l
|
| 114 |
+
- donohoe-t
|
| 115 |
+
- dorland-c
|
| 116 |
+
- ermis-f
|
| 117 |
+
- farmer-d
|
| 118 |
+
- fischer-m
|
| 119 |
+
- fischer-m2
|
| 120 |
+
- forney-j
|
| 121 |
+
- fossum-d
|
| 122 |
+
- gang-l
|
| 123 |
+
- gay-r
|
| 124 |
+
- geaccone-t
|
| 125 |
+
- germany-c
|
| 126 |
+
- gilbertsmith-d
|
| 127 |
+
- giron-d
|
| 128 |
+
- griffith-j
|
| 129 |
+
- grigsby-m
|
| 130 |
+
- guzman-m
|
| 131 |
+
- haedicke-m
|
| 132 |
+
- hain-m
|
| 133 |
+
- harris-s
|
| 134 |
+
- hayslett-r
|
| 135 |
+
- heard-m
|
| 136 |
+
- hendrickson-s
|
| 137 |
+
- hernandez-j
|
| 138 |
+
- hodge-j
|
| 139 |
+
- hodge-j2
|
| 140 |
+
- holst-k
|
| 141 |
+
- horton-s
|
| 142 |
+
- hyatt-k
|
| 143 |
+
- hyvl-d
|
| 144 |
+
- jones-t
|
| 145 |
+
- kaminski-v
|
| 146 |
+
- kean-s
|
| 147 |
+
- keavey-p
|
| 148 |
+
- keiser-k
|
| 149 |
+
- king-j
|
| 150 |
+
- kitchen-l
|
| 151 |
+
- kuykendall-t
|
| 152 |
+
- lavorato-j
|
| 153 |
+
- lay-k
|
| 154 |
+
- lenhart-m
|
| 155 |
+
- lewis-a
|
| 156 |
+
- linder-e
|
| 157 |
+
- lokay-m
|
| 158 |
+
- lokey-t
|
| 159 |
+
- love-p
|
| 160 |
+
- lucci-p
|
| 161 |
+
- maggi-m
|
| 162 |
+
- mann-k
|
| 163 |
+
- martin-t
|
| 164 |
+
- may-l
|
| 165 |
+
- mccarty-d
|
| 166 |
+
- mcconnell-m
|
| 167 |
+
- mckay-b
|
| 168 |
+
- mckay-j
|
| 169 |
+
- mclaughlin-e
|
| 170 |
+
- merris-s
|
| 171 |
+
- meyers-a
|
| 172 |
+
- mims-p
|
| 173 |
+
- motley-m
|
| 174 |
+
- neal-s
|
| 175 |
+
- nemec-g
|
| 176 |
+
- panus-s
|
| 177 |
+
- parks-j
|
| 178 |
+
- pereira-s
|
| 179 |
+
- perlingiere-d
|
| 180 |
+
- pimenov-v
|
| 181 |
+
- platter-p
|
| 182 |
+
- presto-k
|
| 183 |
+
- quenet-j
|
| 184 |
+
- quigley-d
|
| 185 |
+
- rapp-b
|
| 186 |
+
- reitmeyer-j
|
| 187 |
+
- richey-c
|
| 188 |
+
- ring-a
|
| 189 |
+
- ring-r
|
| 190 |
+
- rodrigue-r
|
| 191 |
+
- rogers-b
|
| 192 |
+
- ruscitti-k
|
| 193 |
+
- sager-e
|
| 194 |
+
- saibi-e
|
| 195 |
+
- salisbury-h
|
| 196 |
+
- sanchez-m
|
| 197 |
+
- sanders-r
|
| 198 |
+
- scholtes-d
|
| 199 |
+
- schoolcraft-d
|
| 200 |
+
- schwieger-j
|
| 201 |
+
- scott-s
|
| 202 |
+
- semperger-c
|
| 203 |
+
- shackleton-s
|
| 204 |
+
- shankman-j
|
| 205 |
+
- shapiro-r
|
| 206 |
+
- shively-h
|
| 207 |
+
- skilling-j
|
| 208 |
+
- slinger-r
|
| 209 |
+
- smith-m
|
| 210 |
+
- solberg-g
|
| 211 |
+
- south-s
|
| 212 |
+
- staab-t
|
| 213 |
+
- stclair-c
|
| 214 |
+
- steffes-j
|
| 215 |
+
- stepenovitch-j
|
| 216 |
+
- stokley-c
|
| 217 |
+
- storey-g
|
| 218 |
+
- sturm-f
|
| 219 |
+
- swerzbin-m
|
| 220 |
+
- symes-k
|
| 221 |
+
- taylor-m
|
| 222 |
+
- tholt-j
|
| 223 |
+
- thomas-p
|
| 224 |
+
- townsend-j
|
| 225 |
+
- tycholiz-b
|
| 226 |
+
- ward-k
|
| 227 |
+
- watson-k
|
| 228 |
+
- weldon-c
|
| 229 |
+
- whalley-g
|
| 230 |
+
- white-s
|
| 231 |
+
- whitt-m
|
| 232 |
+
- williams-b
|
| 233 |
+
- williams-j
|
| 234 |
+
- wolfe-j
|
| 235 |
+
- ybarbo-p
|
| 236 |
+
- zipper-a
|
| 237 |
+
- zufferli-j
|
| 238 |
+
|
| 239 |
+
## About the Enron Archive
|
| 240 |
+
|
| 241 |
+
The Enron Archive aims to preserve the information about Enron Corp. and its activities worldwide before the company's eventual demise. For more information, visit https://archive.enroncorp.com
|
| 242 |
+
|
| 243 |
+
## License
|
| 244 |
+
|
| 245 |
+
This dataset is in the public domain as it was released by FERC during legal proceedings.
|
changelog.html
ADDED
|
@@ -0,0 +1,393 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<html>
|
| 2 |
+
|
| 3 |
+
<head>
|
| 4 |
+
<title>Enron WebMail: Changelog</title>
|
| 5 |
+
<LINK REL=stylesheet HREF="/src/mail.css" TYPE="text/css">
|
| 6 |
+
<script>
|
| 7 |
+
function getTopbarTarget() {
|
| 8 |
+
var mailbox = localStorage.getItem('enron_current_mailbox');
|
| 9 |
+
return mailbox ? '/mail/index.html' : '/index.html';
|
| 10 |
+
}
|
| 11 |
+
|
| 12 |
+
function initTopbarLink() {
|
| 13 |
+
var topbar = document.getElementById('topbar-link');
|
| 14 |
+
if (!topbar) { return; }
|
| 15 |
+
topbar.addEventListener('click', function(e) {
|
| 16 |
+
e.preventDefault();
|
| 17 |
+
window.location.href = getTopbarTarget();
|
| 18 |
+
});
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
document.addEventListener('DOMContentLoaded', initTopbarLink);
|
| 22 |
+
</script>
|
| 23 |
+
</head>
|
| 24 |
+
|
| 25 |
+
<body bgcolor="#ffffff">
|
| 26 |
+
|
| 27 |
+
<a name="top">
|
| 28 |
+
|
| 29 |
+
<div align="center">
|
| 30 |
+
|
| 31 |
+
<!-- Six-column layout... each column is 120 px wide with seven 1-px pinstripes separating -->
|
| 32 |
+
|
| 33 |
+
<table border="0" width="727" cellspacing="0" cellpadding="0">
|
| 34 |
+
|
| 35 |
+
<tr><td colspan=13><a href="/index.html" id="topbar-link" style="display:block; line-height:0;"><img src="/src/topbar.jpg" width="727" height="93" border="0" style="display:block"></a></td></tr>
|
| 36 |
+
|
| 37 |
+
<!-- bread crumb stripe -->
|
| 38 |
+
<tr>
|
| 39 |
+
<td colspan=13 bgcolor="#0066cc">
|
| 40 |
+
<img src="/src/spacer.gif" width=10 height=1>
|
| 41 |
+
<b class="crumblink">You are here:</b> <nobr><a href="changelog.html" class="crumblink">>>Website Changelog</a></nobr>
|
| 42 |
+
</td>
|
| 43 |
+
</tr>
|
| 44 |
+
|
| 45 |
+
<!-- top horizontal pinstripe -->
|
| 46 |
+
<tr>
|
| 47 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 48 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 49 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 50 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 51 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 52 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 53 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 54 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 55 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 56 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 57 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 58 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 59 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 60 |
+
</tr>
|
| 61 |
+
|
| 62 |
+
<!-- makes left blue pinstripe contiguous but creates break between navbar and bread crumb bar -->
|
| 63 |
+
<tr><td colspan=1 bgcolor="#0066cc" width=1><img src="/src/spacer.gif" width=1 height=1></td><td colspan=12 bgcolor="#ffffff" width=726><img src="/src/spacer.gif" width=726 height=1></td></tr>
|
| 64 |
+
|
| 65 |
+
<tr>
|
| 66 |
+
<!-- left edge, vertical pinstripe -->
|
| 67 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc" rowspan=2><br /></td>
|
| 68 |
+
|
| 69 |
+
<!-- page content is columns 1,2,3,4,5 -->
|
| 70 |
+
<td valign="top" colspan=9 rowspan=2>
|
| 71 |
+
|
| 72 |
+
<!-- above-the-title section navigation, if any -->
|
| 73 |
+
<table cellspacing=0 cellpadding=0 border=0 width=604>
|
| 74 |
+
<tr>
|
| 75 |
+
<td width=13><img src="/src/spacer.gif" width=13 height=1></td>
|
| 76 |
+
<td>
|
| 77 |
+
<img src="/src/spacer.gif" width=1 height=10><br><h2 align=center>Changelog</h2>
|
| 78 |
+
<!-- </b></font> -->
|
| 79 |
+
</td>
|
| 80 |
+
</tr>
|
| 81 |
+
</table>
|
| 82 |
+
<!-- <p> -->
|
| 83 |
+
|
| 84 |
+
<!-- copy spans columns 2,3,4 -->
|
| 85 |
+
<table cellspacing=0 cellpadding=0 border=0 width=483>
|
| 86 |
+
<tr>
|
| 87 |
+
<td><img src="/src/spacer.gif" width=120 height=1></td>
|
| 88 |
+
<td>
|
| 89 |
+
<!--START OF RELEASE-->
|
| 90 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 91 |
+
<h3 align=center>Version 1.0.2</h3>
|
| 92 |
+
<p align=center>Released on December 14th, 2025.</p>
|
| 93 |
+
|
| 94 |
+
<p>
|
| 95 |
+
<b>ADDED</b><br><br>
|
| 96 |
+
<li>Added a toggle to include calendar entries in the comprehensive search. Default behaviour is off.</li>
|
| 97 |
+
<li>Clicking on the topbar now acts as a go to homepage button. For logged in users, this takes you to the </li>
|
| 98 |
+
<li>Results in search page now have same pagination options as mailbox folders.</li>
|
| 99 |
+
<br>
|
| 100 |
+
<b>FIXED</b><br><br>
|
| 101 |
+
|
| 102 |
+
<li>Fixed perlingiere-d mailbox.</li>
|
| 103 |
+
<li>Fixed go back button not going to the search page when coming from search.</li>
|
| 104 |
+
<li>Checkmark indicators now match website styling in search page.</li>
|
| 105 |
+
<li>Mailbox title now displays full name instead of truncated version.</li>
|
| 106 |
+
<br>
|
| 107 |
+
|
| 108 |
+
<b>REMOVED</b><br><br>
|
| 109 |
+
<li>Removed /mail/mailbox_viewer.html file that was old and not needed.</li>
|
| 110 |
+
|
| 111 |
+
</p>
|
| 112 |
+
<br>
|
| 113 |
+
<!-- END OF RELEASE -->
|
| 114 |
+
|
| 115 |
+
<!--START OF RELEASE-->
|
| 116 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 117 |
+
<h3 align=center>Version 1.0.1</h3>
|
| 118 |
+
<p align=center>Released on December 14th, 2025.</p>
|
| 119 |
+
|
| 120 |
+
<b>FIXED</b>
|
| 121 |
+
<p align=left>
|
| 122 |
+
<li>Fixed comprehensive search page not loading mailbox data.</li>
|
| 123 |
+
<li>Fixed comprehensive search page not working when logged out.</li>
|
| 124 |
+
<li>Fixed comprehensive search page passing mailbox parameters when logged in.</li>
|
| 125 |
+
|
| 126 |
+
</p>
|
| 127 |
+
<br>
|
| 128 |
+
<!-- END OF RELEASE -->
|
| 129 |
+
|
| 130 |
+
<!--START OF RELEASE-->
|
| 131 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 132 |
+
<h3 align=center>Version 1.0.0</h3>
|
| 133 |
+
<p align=center>Released on December 14th, 2025.</p>
|
| 134 |
+
|
| 135 |
+
<b>ADDED</b>
|
| 136 |
+
<p align=left>
|
| 137 |
+
<li>Added all mailboxes from the dataset.</li>
|
| 138 |
+
<li>Finalized website design and layout.</li>
|
| 139 |
+
<li>Added dataset-wide search.</li>
|
| 140 |
+
|
| 141 |
+
<b>CHANGED</b>
|
| 142 |
+
<p align=left>
|
| 143 |
+
<li>The entire database, display and functionality was re-made from scratch.</li>
|
| 144 |
+
|
| 145 |
+
<b>REMOVED</b>
|
| 146 |
+
<p align=left>
|
| 147 |
+
<li>Removed all pseudo-email functionality.</li>
|
| 148 |
+
|
| 149 |
+
<b>COMMENTS</b>
|
| 150 |
+
<p align=left>
|
| 151 |
+
<li>With this release, the site is feature and content complete. Don't plan on adding any other features beyond this, but I will fix bugs as they appear.</li>
|
| 152 |
+
</p>
|
| 153 |
+
|
| 154 |
+
</p>
|
| 155 |
+
<br>
|
| 156 |
+
<!-- END OF RELEASE -->
|
| 157 |
+
|
| 158 |
+
<!--START OF RELEASE-->
|
| 159 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 160 |
+
<h3 align=center>Version 0.7.2</h3>
|
| 161 |
+
<p align=center>Released on April 27th, 2024.</p>
|
| 162 |
+
|
| 163 |
+
<b>ADDED</b>
|
| 164 |
+
<p align=left>
|
| 165 |
+
<li>townsend-j</li>
|
| 166 |
+
<li>sanchez-m</li>
|
| 167 |
+
</p>
|
| 168 |
+
<br>
|
| 169 |
+
<!-- END OF RELEASE -->
|
| 170 |
+
|
| 171 |
+
<!--START OF RELEASE-->
|
| 172 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 173 |
+
<h3 align=center>Version 0.7.1</h3>
|
| 174 |
+
<p align=center>Released on March 8th, 2024.</p>
|
| 175 |
+
|
| 176 |
+
<b>ADDED</b>
|
| 177 |
+
<p align=left>
|
| 178 |
+
<li>panus-s</li>
|
| 179 |
+
</p>
|
| 180 |
+
<br>
|
| 181 |
+
<!-- END OF RELEASE -->
|
| 182 |
+
|
| 183 |
+
<!--START OF RELEASE-->
|
| 184 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 185 |
+
<h3 align=center>Version 0.7</h3>
|
| 186 |
+
<p align=center>Released on March 4th, 2024.</p>
|
| 187 |
+
|
| 188 |
+
<b>ADDED</b>
|
| 189 |
+
<p align=left>
|
| 190 |
+
<li>king-j</li>
|
| 191 |
+
<li>bailey-s</li>
|
| 192 |
+
</p>
|
| 193 |
+
<br>
|
| 194 |
+
<!-- END OF RELEASE -->
|
| 195 |
+
|
| 196 |
+
<!--START OF RELEASE-->
|
| 197 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 198 |
+
<h3 align=center>Version 0.6</h3>
|
| 199 |
+
<p align=center>Released on February 27th, 2024.</p>
|
| 200 |
+
|
| 201 |
+
<b>ADDED</b>
|
| 202 |
+
<p align=left>
|
| 203 |
+
<li>meyers-a</li>
|
| 204 |
+
<li>hendrickson-s</li>
|
| 205 |
+
</p>
|
| 206 |
+
<br>
|
| 207 |
+
<!-- END OF RELEASE -->
|
| 208 |
+
|
| 209 |
+
<!--START OF RELEASE-->
|
| 210 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 211 |
+
<h3 align=center>Version 0.5</h3>
|
| 212 |
+
<p align=center>Released on February 25th, 2024.</p>
|
| 213 |
+
|
| 214 |
+
<b>ADDED</b>
|
| 215 |
+
<p align=left>
|
| 216 |
+
<li>slinger-r</li>
|
| 217 |
+
<li>rapp-b</li>
|
| 218 |
+
<li>harris-s</li>
|
| 219 |
+
</p>
|
| 220 |
+
<br>
|
| 221 |
+
|
| 222 |
+
<b>FIXED</b>
|
| 223 |
+
<p align=left>
|
| 224 |
+
<li><b>Legal</b>: Fixed breadcrumb links and nav items.</li>
|
| 225 |
+
</p>
|
| 226 |
+
<br>
|
| 227 |
+
<!-- END OF RELEASE -->
|
| 228 |
+
|
| 229 |
+
<!--START OF RELEASE-->
|
| 230 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 231 |
+
<h3 align=center>Version 0.4.1</h3>
|
| 232 |
+
<p align=center>Released on February 20th, 2024.</p>
|
| 233 |
+
|
| 234 |
+
<b>FIXED</b>
|
| 235 |
+
<p align=left>
|
| 236 |
+
<li><b>Home</b>: Redid the page to fix some scaling issues on different resolutions and zoom levels.</li>
|
| 237 |
+
</p>
|
| 238 |
+
<br>
|
| 239 |
+
<!-- END OF RELEASE -->
|
| 240 |
+
|
| 241 |
+
<!--START OF RELEASE-->
|
| 242 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 243 |
+
<h3 align=center>Version 0.4</h3>
|
| 244 |
+
<p align=center>Released on February 20th, 2024.</p>
|
| 245 |
+
|
| 246 |
+
<b>ADDED</b>
|
| 247 |
+
<p align=left>
|
| 248 |
+
<li>pereira-s</li>
|
| 249 |
+
<li>quenet-j</li>
|
| 250 |
+
</p>
|
| 251 |
+
<br>
|
| 252 |
+
|
| 253 |
+
<b>CHANGED</b>
|
| 254 |
+
<p align=left>
|
| 255 |
+
<li><b>Messages</b>: Styling has been moved from the HTML file to a separate CSS file.</li>
|
| 256 |
+
<li><b>Home</b>: Cosmetic changes</li>
|
| 257 |
+
</p>
|
| 258 |
+
<br>
|
| 259 |
+
|
| 260 |
+
<b>FIXED</b>
|
| 261 |
+
<p align=left>
|
| 262 |
+
<li><b>Whole Site:</b> Right pinstripe was thicker than left one.</li>
|
| 263 |
+
<li><b>Changelog</b>: Fixed navitems</li>
|
| 264 |
+
</p>
|
| 265 |
+
<br>
|
| 266 |
+
<!-- END OF RELEASE -->
|
| 267 |
+
|
| 268 |
+
<!--START OF RELEASE-->
|
| 269 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 270 |
+
<h3 align=center>Version 0.3</h3>
|
| 271 |
+
<p align=center>Released on February 19th, 2024.</p>
|
| 272 |
+
|
| 273 |
+
<b>ADDED</b>
|
| 274 |
+
<p align=left>
|
| 275 |
+
<li><b>Help</b>: Added simple help/feeback form for each account.</li>
|
| 276 |
+
<li><b>Home</b>: Added links to legal, changelog and About (website for this one is not live yet).</li>
|
| 277 |
+
</p>
|
| 278 |
+
<br>
|
| 279 |
+
|
| 280 |
+
<b>COMMENTS</b>
|
| 281 |
+
<p align=left>
|
| 282 |
+
<li>With this release, the site is more or less feature complete. Don't plan on adding any other features beyond this. I will just add all the mailboxes.</li>
|
| 283 |
+
</p>
|
| 284 |
+
<br>
|
| 285 |
+
<!-- END OF RELEASE -->
|
| 286 |
+
|
| 287 |
+
<!--START OF RELEASE-->
|
| 288 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 289 |
+
<h3 align=center>Version 0.2.1</h3>
|
| 290 |
+
<p align=center>Released on February 19th, 2024.</p>
|
| 291 |
+
|
| 292 |
+
<b>FIXED</b>
|
| 293 |
+
<p align=left>
|
| 294 |
+
<li><b>Attachment</b>: Fixed database error that prevent attachments from being accesible.</li>
|
| 295 |
+
</p>
|
| 296 |
+
<br>
|
| 297 |
+
<!-- END OF RELEASE -->
|
| 298 |
+
|
| 299 |
+
<!--START OF RELEASE-->
|
| 300 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 301 |
+
<h3 align=center>Version 0.2</h3>
|
| 302 |
+
<p align=center>Released on February 19th, 2024.</p>
|
| 303 |
+
|
| 304 |
+
<b>ADDED</b>
|
| 305 |
+
<p align=left>
|
| 306 |
+
<li><b>Compose Mail</b>: Basic compose mail page, it won't actually send the email but it will save what you write so use please don't put personal information.</li>
|
| 307 |
+
</p>
|
| 308 |
+
<br>
|
| 309 |
+
|
| 310 |
+
<b>COMMENTS</b>
|
| 311 |
+
<p align=left>
|
| 312 |
+
<li>Compose mail page uses netlify for form submission, if you fork the project you'll need to update this.</li>
|
| 313 |
+
</p>
|
| 314 |
+
<br>
|
| 315 |
+
<!-- END OF RELEASE -->
|
| 316 |
+
|
| 317 |
+
<!--START OF RELEASE-->
|
| 318 |
+
<img src="/src/024.gif" width="363" height="1">
|
| 319 |
+
<h3 align=center>Version 0.1</h3>
|
| 320 |
+
<p align=center>Released on February 19th, 2024.</p>
|
| 321 |
+
|
| 322 |
+
<b>ADDED</b>
|
| 323 |
+
<p align=left>
|
| 324 |
+
<li><b>Home</b>: Includes functional login (username input must match avaliable mailboxes, only 'south-s' works for now, password can be anything</li>
|
| 325 |
+
<li><b>south-s</b>: Mailbox view only</li>
|
| 326 |
+
</p>
|
| 327 |
+
<br>
|
| 328 |
+
|
| 329 |
+
<b>COMMENTS</b>
|
| 330 |
+
<p align=left>
|
| 331 |
+
<li>Initial Release. Most features are not implemented.</li>
|
| 332 |
+
</p>
|
| 333 |
+
<br>
|
| 334 |
+
<!-- END OF RELEASE -->
|
| 335 |
+
|
| 336 |
+
|
| 337 |
+
<br>
|
| 338 |
+
<img src="/src/spacer.gif" width=1 height=40><br>
|
| 339 |
+
<a href="#top"><div class="backtotop">top of page</div></a><br>
|
| 340 |
+
<img src="/src/spacer.gif" width=1 height=25>
|
| 341 |
+
</td>
|
| 342 |
+
</tr>
|
| 343 |
+
</table>
|
| 344 |
+
</td>
|
| 345 |
+
|
| 346 |
+
<!-- pinstripe separating page content from "see also" column -->
|
| 347 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc" rowspan=2><br /></td>
|
| 348 |
+
|
| 349 |
+
<!-- column 6: navbar or "see also" or whatever -->
|
| 350 |
+
<td valign="top" bgcolor="#0066cc">
|
| 351 |
+
<table cellspacing=0 cellpadding=0 border=0 width=120>
|
| 352 |
+
<!-- <tr><td bgcolor="#ffffff" colspan=3><img src="/_images/spacer.gif" width=120 height=1></td></tr> -->
|
| 353 |
+
<tr>
|
| 354 |
+
<td><img src="/src/spacer.gif" width=10 height=1></td>
|
| 355 |
+
<td valign="top">
|
| 356 |
+
<img src="/src/spacer.gif" width=1 height=10><br>
|
| 357 |
+
<!-- produced by navgen -->
|
| 358 |
+
<div class=navitems>See also:<br></div>
|
| 359 |
+
<div class=navitems><a class='navlink' href='/index.html'>Enron WebMail</a><br></div>
|
| 360 |
+
<div class=navitems><a href="/dev/changelog/" class=navlink>Webmail Changelog</a><br></div>
|
| 361 |
+
<div class=navitems><a href="https://enroncorp.com/project/changelog" class=navlink>Corp Changelog</a><br></div>
|
| 362 |
+
<img src=/src/spacer.gif width=1 height=10><br>
|
| 363 |
+
<img src=/src/555.gif width=90 height=1><br>
|
| 364 |
+
<img src=/src/spacer.gif width=1 height=15><br>
|
| 365 |
+
<div class=navitems><a href="https://enroncorp.com" class=navlink>back to enron.com</a><br></div>
|
| 366 |
+
<!-- end of navgen -->
|
| 367 |
+
|
| 368 |
+
</td>
|
| 369 |
+
<td><img src="/src/spacer.gif" width=5 height=1></td>
|
| 370 |
+
</tr>
|
| 371 |
+
</table>
|
| 372 |
+
</td>
|
| 373 |
+
|
| 374 |
+
<!-- pinstripe at right edge of page -->
|
| 375 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc" rowspan=2><br /></td>
|
| 376 |
+
</tr>
|
| 377 |
+
|
| 378 |
+
|
| 379 |
+
<!-- for column 6 only, to get the navimage to stick to the bottom -->
|
| 380 |
+
<tr><td valign="bottom" bgcolor="#0066cc"><img src="/src/navimage_r.gif"></td></tr>
|
| 381 |
+
|
| 382 |
+
|
| 383 |
+
<!-- bottom pinstripe -->
|
| 384 |
+
<tr><td valign="top" class="gridLine" bgcolor="#0066cc" colspan="13"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td></tr>
|
| 385 |
+
|
| 386 |
+
<tr><td colspan=13><img src="/src/bottombar.gif"></td></tr>
|
| 387 |
+
|
| 388 |
+
</table>
|
| 389 |
+
|
| 390 |
+
</div>
|
| 391 |
+
|
| 392 |
+
</body>
|
| 393 |
+
</html>
|
dev/TESTING_GUIDE.md
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Testing Guide - Enron Mail Repository
|
| 2 |
+
|
| 3 |
+
## Server is Running! ✅
|
| 4 |
+
|
| 5 |
+
The Python HTTP server is now running on **http://localhost:8000**
|
| 6 |
+
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
## Quick Test URLs
|
| 10 |
+
|
| 11 |
+
### 1. **Test Page for Split JSON Files**
|
| 12 |
+
**URL:** http://localhost:8000/dev/test-split-json.html
|
| 13 |
+
|
| 14 |
+
This automated test page will:
|
| 15 |
+
- Test loading non-split mailbox (south-s)
|
| 16 |
+
- Test loading small split mailbox (farmer-d - 2 parts)
|
| 17 |
+
- Test loading medium split mailbox (jones-t - 3 parts)
|
| 18 |
+
- Test loading large split mailbox (kean-s - 15 parts)
|
| 19 |
+
- Show load times and email counts
|
| 20 |
+
- ✅ or ❌ Pass/Fail indicators
|
| 21 |
+
|
| 22 |
+
### 2. **Main Site**
|
| 23 |
+
**URL:** http://localhost:8000/index.html
|
| 24 |
+
|
| 25 |
+
Test the actual mailbox viewer:
|
| 26 |
+
- Login with any username (e.g., "kean-s")
|
| 27 |
+
- Any password works
|
| 28 |
+
- Browse folders and emails
|
| 29 |
+
- Test attachments
|
| 30 |
+
|
| 31 |
+
### 3. **Specific Mailbox Tests**
|
| 32 |
+
|
| 33 |
+
**Non-Split User (Original Structure):**
|
| 34 |
+
- http://localhost:8000/mail/mailbox-viewer.html?mailbox=south-s
|
| 35 |
+
- Should load normally, 250 emails
|
| 36 |
+
|
| 37 |
+
**Split Users (New Structure):**
|
| 38 |
+
- http://localhost:8000/mail/mailbox-viewer.html?mailbox=kean-s (15 parts, 225,633 emails)
|
| 39 |
+
- http://localhost:8000/mail/mailbox-viewer.html?mailbox=dasovich-j (10 parts, 75,382 emails)
|
| 40 |
+
- http://localhost:8000/mail/mailbox-viewer.html?mailbox=kaminski-v (4 parts, 55,277 emails)
|
| 41 |
+
|
| 42 |
+
**Users with Reorganized Attachments:**
|
| 43 |
+
- http://localhost:8000/mail/mailbox-viewer.html?mailbox=kean-s
|
| 44 |
+
- Open any email with attachments
|
| 45 |
+
- Click attachment links to verify they download
|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
|
| 49 |
+
## What to Test
|
| 50 |
+
|
| 51 |
+
### ✅ Basic Functionality
|
| 52 |
+
1. **Login**: Enter any username from the list
|
| 53 |
+
2. **Mailbox loads**: All folders appear in sidebar
|
| 54 |
+
3. **Email list loads**: Emails display in the main view
|
| 55 |
+
4. **Email opens**: Click an email to view full content
|
| 56 |
+
5. **Search works**: Use search box to filter emails
|
| 57 |
+
6. **Attachments work**: Click attachment links to download files
|
| 58 |
+
|
| 59 |
+
### ✅ Split JSON Files (Technical)
|
| 60 |
+
1. **Open browser DevTools** (F12)
|
| 61 |
+
2. **Go to Console tab**
|
| 62 |
+
3. **Load a split mailbox** (e.g., kean-s)
|
| 63 |
+
4. **Look for messages**:
|
| 64 |
+
- "Loading 15 index file parts..."
|
| 65 |
+
- "Loaded part 2: 15000 emails"
|
| 66 |
+
- "Total emails loaded: 225633"
|
| 67 |
+
|
| 68 |
+
### ✅ Performance
|
| 69 |
+
- **Small mailbox** (south-s): Should load instantly
|
| 70 |
+
- **Medium mailbox** (jones-t, 3 parts): ~1-2 seconds
|
| 71 |
+
- **Large mailbox** (kean-s, 15 parts): ~2-4 seconds
|
| 72 |
+
|
| 73 |
+
### ✅ Attachments in Batch Folders
|
| 74 |
+
1. Navigate to kean-s mailbox
|
| 75 |
+
2. Find an email with attachments (look for @ icon)
|
| 76 |
+
3. Open the email
|
| 77 |
+
4. Click an attachment link
|
| 78 |
+
5. File should download correctly
|
| 79 |
+
|
| 80 |
+
---
|
| 81 |
+
|
| 82 |
+
## Known Test Scenarios
|
| 83 |
+
|
| 84 |
+
### Users to Test (All 14 Split Users)
|
| 85 |
+
|
| 86 |
+
| Username | Parts | Emails | Attachments Batches |
|
| 87 |
+
|----------|-------|--------|---------------------|
|
| 88 |
+
| kean-s | 15 | 225,633 | 9 batches |
|
| 89 |
+
| dasovich-j | 10 | 75,382 | 4 batches |
|
| 90 |
+
| kaminski-v | 4 | 55,277 | 3 batches |
|
| 91 |
+
| shackleton-s | 3 | 33,266 | 2 batches |
|
| 92 |
+
| jones-t | 3 | 33,720 | 2 batches |
|
| 93 |
+
| taylor-m | 3 | 33,116 | 2 batches |
|
| 94 |
+
| skilling-j | 3 | 31,819 | - |
|
| 95 |
+
| whalley-g | 4 | 31,342 | - |
|
| 96 |
+
| mann-k | 2 | 28,312 | 3 batches |
|
| 97 |
+
| haedicke-m | 2 | 35,882 | - |
|
| 98 |
+
| farmer-d | 2 | 21,900 | - |
|
| 99 |
+
| nemec-g | 2 | 19,346 | 2 batches |
|
| 100 |
+
| scott-s | 2 | 15,200 | - |
|
| 101 |
+
| shapiro-r | 2 | 11,071 | - |
|
| 102 |
+
|
| 103 |
+
---
|
| 104 |
+
|
| 105 |
+
## Expected Results
|
| 106 |
+
|
| 107 |
+
### ✅ All Should Work:
|
| 108 |
+
- All mailboxes load without errors
|
| 109 |
+
- Email counts match the table above
|
| 110 |
+
- Folders display correctly
|
| 111 |
+
- Emails open and display content
|
| 112 |
+
- Attachments download successfully
|
| 113 |
+
- Search/filter functions work
|
| 114 |
+
- No console errors in DevTools
|
| 115 |
+
|
| 116 |
+
### ⚠️ Acceptable Issues:
|
| 117 |
+
- First load of large mailbox (kean-s) may take 2-4 seconds
|
| 118 |
+
- Very large mailboxes may show brief "Loading..." message
|
| 119 |
+
|
| 120 |
+
### ❌ Red Flags (Report These):
|
| 121 |
+
- Console errors about failed to load index-part-N.json
|
| 122 |
+
- Email count doesn't match expected (within reason)
|
| 123 |
+
- Attachments fail to download (404 errors)
|
| 124 |
+
- Mailbox doesn't load at all
|
| 125 |
+
- JavaScript errors in console
|
| 126 |
+
|
| 127 |
+
---
|
| 128 |
+
|
| 129 |
+
## Debugging Tips
|
| 130 |
+
|
| 131 |
+
If something doesn't work:
|
| 132 |
+
|
| 133 |
+
1. **Check Console (F12)**
|
| 134 |
+
- Look for red error messages
|
| 135 |
+
- Note which file failed to load
|
| 136 |
+
|
| 137 |
+
2. **Check Network Tab (F12)**
|
| 138 |
+
- See all files being requested
|
| 139 |
+
- Check for 404 (Not Found) errors
|
| 140 |
+
- Verify index-part-N.json files load
|
| 141 |
+
|
| 142 |
+
3. **Verify File Exists**
|
| 143 |
+
- If index-part-3.json fails, check:
|
| 144 |
+
- `mail/USERNAME/index-part-3.json` exists
|
| 145 |
+
|
| 146 |
+
4. **Common Issues**
|
| 147 |
+
- **CORS errors**: Make sure using http://localhost:8000, not file://
|
| 148 |
+
- **Port in use**: If 8000 is busy, restart server on different port
|
| 149 |
+
- **Cache**: Hard refresh with Ctrl+F5
|
| 150 |
+
|
| 151 |
+
---
|
| 152 |
+
|
| 153 |
+
## Stop the Server
|
| 154 |
+
|
| 155 |
+
When done testing:
|
| 156 |
+
1. Go back to the terminal/console
|
| 157 |
+
2. Press **Ctrl+C**
|
| 158 |
+
3. Server will stop
|
| 159 |
+
|
| 160 |
+
---
|
| 161 |
+
|
| 162 |
+
## Re-Run Verification
|
| 163 |
+
|
| 164 |
+
If you want to re-run the comprehensive tests:
|
| 165 |
+
|
| 166 |
+
```powershell
|
| 167 |
+
python dev\tools\final_verification.py
|
| 168 |
+
```
|
| 169 |
+
|
| 170 |
+
This will check:
|
| 171 |
+
- ✅ All JSON files valid and under 50MB
|
| 172 |
+
- ✅ No folders over 9000 files
|
| 173 |
+
- ✅ All backups in dev/backup/
|
| 174 |
+
- ✅ .gitignore configured
|
| 175 |
+
|
| 176 |
+
---
|
| 177 |
+
|
| 178 |
+
## Summary
|
| 179 |
+
|
| 180 |
+
Everything has been:
|
| 181 |
+
- ✅ Split and reorganized for Git compatibility
|
| 182 |
+
- ✅ Verified for data integrity (zero data loss)
|
| 183 |
+
- ✅ Updated with working application code
|
| 184 |
+
- ✅ Tested with automated scripts
|
| 185 |
+
- ✅ Ready for manual verification
|
| 186 |
+
|
| 187 |
+
**Server Running:** http://localhost:8000
|
| 188 |
+
**Test Page:** http://localhost:8000/dev/test-split-json.html
|
| 189 |
+
|
| 190 |
+
Happy testing! 🎉
|
dev/blue button.psd
ADDED
|
|
dev/blue button_recreated.af
ADDED
|
Binary file (33.9 kB). View file
|
|
|
dev/blue button_recreated.af~lock~
ADDED
|
Binary file (100 Bytes). View file
|
|
|
dev/goback.psd
ADDED
|
|
dev/home_hero.psd
ADDED
|
|
Git LFS Details
|
dev/home_request.psd
ADDED
|
|
dev/orange button.psd
ADDED
|
|
dev/orange button_recreated.af
ADDED
|
Binary file (33.5 kB). View file
|
|
|
dev/orange button_recreated.af~lock~
ADDED
|
Binary file (100 Bytes). View file
|
|
|
dev/previous_hover.af
ADDED
|
Binary file (37.6 kB). View file
|
|
|
dev/previous_off.af
ADDED
|
Binary file (26.1 kB). View file
|
|
|
dev/test-split-json.html
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
<title>Test Split JSON Loading</title>
|
| 5 |
+
<style>
|
| 6 |
+
body { font-family: Arial, sans-serif; margin: 20px; }
|
| 7 |
+
.test { margin: 20px 0; padding: 15px; border: 1px solid #ddd; border-radius: 5px; }
|
| 8 |
+
.pass { background: #d4edda; border-color: #c3e6cb; }
|
| 9 |
+
.fail { background: #f8d7da; border-color: #f5c6cb; }
|
| 10 |
+
.loading { background: #fff3cd; border-color: #ffeaa7; }
|
| 11 |
+
h1 { color: #333; }
|
| 12 |
+
h3 { margin-top: 0; }
|
| 13 |
+
.details { font-family: monospace; font-size: 12px; margin: 10px 0; }
|
| 14 |
+
button { padding: 10px 20px; font-size: 16px; cursor: pointer; }
|
| 15 |
+
</style>
|
| 16 |
+
</head>
|
| 17 |
+
<body>
|
| 18 |
+
<h1>🧪 Split JSON Files Test Suite</h1>
|
| 19 |
+
<button onclick="runTests()">Run All Tests</button>
|
| 20 |
+
|
| 21 |
+
<div id="results"></div>
|
| 22 |
+
|
| 23 |
+
<script>
|
| 24 |
+
async function runTests() {
|
| 25 |
+
const resultsDiv = document.getElementById('results');
|
| 26 |
+
resultsDiv.innerHTML = '';
|
| 27 |
+
|
| 28 |
+
const tests = [
|
| 29 |
+
{ name: 'Test non-split user (south-s)', user: 'south-s', expectedParts: 1 },
|
| 30 |
+
{ name: 'Test split user - small (farmer-d)', user: 'farmer-d', expectedParts: 2 },
|
| 31 |
+
{ name: 'Test split user - medium (jones-t)', user: 'jones-t', expectedParts: 3 },
|
| 32 |
+
{ name: 'Test split user - large (kean-s)', user: 'kean-s', expectedParts: 15 }
|
| 33 |
+
];
|
| 34 |
+
|
| 35 |
+
for (const test of tests) {
|
| 36 |
+
await runTest(test);
|
| 37 |
+
}
|
| 38 |
+
}
|
| 39 |
+
|
| 40 |
+
async function runTest(test) {
|
| 41 |
+
const resultsDiv = document.getElementById('results');
|
| 42 |
+
const testDiv = document.createElement('div');
|
| 43 |
+
testDiv.className = 'test loading';
|
| 44 |
+
testDiv.innerHTML = `<h3>${test.name}</h3><p>Testing...</p>`;
|
| 45 |
+
resultsDiv.appendChild(testDiv);
|
| 46 |
+
|
| 47 |
+
try {
|
| 48 |
+
const startTime = Date.now();
|
| 49 |
+
|
| 50 |
+
// Load index.json
|
| 51 |
+
const response = await fetch(`mail/${test.user}/index.json`);
|
| 52 |
+
if (!response.ok) {
|
| 53 |
+
throw new Error(`Failed to load: ${response.status}`);
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
const data = await response.json();
|
| 57 |
+
const totalParts = data.total_parts || 1;
|
| 58 |
+
let allEmails = data.emails || [];
|
| 59 |
+
|
| 60 |
+
// Load additional parts if they exist
|
| 61 |
+
if (totalParts > 1) {
|
| 62 |
+
for (let i = 2; i <= totalParts; i++) {
|
| 63 |
+
const partResponse = await fetch(`/mail/${test.user}/index-part-${i}.json`);
|
| 64 |
+
if (partResponse.ok) {
|
| 65 |
+
const partData = await partResponse.json();
|
| 66 |
+
allEmails = allEmails.concat(partData.emails || []);
|
| 67 |
+
}
|
| 68 |
+
}
|
| 69 |
+
}
|
| 70 |
+
|
| 71 |
+
const loadTime = Date.now() - startTime;
|
| 72 |
+
|
| 73 |
+
// Verify results
|
| 74 |
+
const passed = totalParts === test.expectedParts;
|
| 75 |
+
testDiv.className = passed ? 'test pass' : 'test fail';
|
| 76 |
+
|
| 77 |
+
testDiv.innerHTML = `
|
| 78 |
+
<h3>${passed ? '✅' : '❌'} ${test.name}</h3>
|
| 79 |
+
<div class="details">
|
| 80 |
+
<strong>Expected parts:</strong> ${test.expectedParts}<br>
|
| 81 |
+
<strong>Actual parts:</strong> ${totalParts}<br>
|
| 82 |
+
<strong>Total emails loaded:</strong> ${allEmails.length}<br>
|
| 83 |
+
<strong>Load time:</strong> ${loadTime}ms<br>
|
| 84 |
+
<strong>Status:</strong> ${passed ? 'PASS' : 'FAIL - Part count mismatch'}
|
| 85 |
+
</div>
|
| 86 |
+
`;
|
| 87 |
+
|
| 88 |
+
} catch (error) {
|
| 89 |
+
testDiv.className = 'test fail';
|
| 90 |
+
testDiv.innerHTML = `
|
| 91 |
+
<h3>❌ ${test.name}</h3>
|
| 92 |
+
<div class="details">
|
| 93 |
+
<strong>Error:</strong> ${error.message}<br>
|
| 94 |
+
<strong>Status:</strong> FAIL - Exception thrown
|
| 95 |
+
</div>
|
| 96 |
+
`;
|
| 97 |
+
}
|
| 98 |
+
}
|
| 99 |
+
|
| 100 |
+
// Auto-run tests on page load
|
| 101 |
+
window.addEventListener('load', () => {
|
| 102 |
+
setTimeout(runTests, 500);
|
| 103 |
+
});
|
| 104 |
+
</script>
|
| 105 |
+
</body>
|
| 106 |
+
</html>
|
dev/title.psd
ADDED
|
|
favicon.ico
ADDED
|
|
index.html
ADDED
|
@@ -0,0 +1,163 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<html>
|
| 2 |
+
|
| 3 |
+
<head>
|
| 4 |
+
<title>Enron WebMail</title>
|
| 5 |
+
</head>
|
| 6 |
+
|
| 7 |
+
<body>
|
| 8 |
+
<!-- this script handles the login logic-->
|
| 9 |
+
<script src="redirectLogic.js"> //see this file for a list of valid logins</script>
|
| 10 |
+
<script>
|
| 11 |
+
function getTopbarTarget() {
|
| 12 |
+
var currentMailbox = localStorage.getItem('enron_current_mailbox');
|
| 13 |
+
return currentMailbox ? '/mail/index.html' : '/index.html';
|
| 14 |
+
}
|
| 15 |
+
|
| 16 |
+
function initTopbarLink() {
|
| 17 |
+
var topbar = document.getElementById('topbar-link');
|
| 18 |
+
if (!topbar) { return; }
|
| 19 |
+
topbar.addEventListener('click', function(e) {
|
| 20 |
+
e.preventDefault();
|
| 21 |
+
window.location.href = getTopbarTarget();
|
| 22 |
+
});
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
+
// Check if user is already logged in
|
| 26 |
+
window.addEventListener('DOMContentLoaded', function() {
|
| 27 |
+
initTopbarLink();
|
| 28 |
+
|
| 29 |
+
// Check if navigating to search
|
| 30 |
+
if (sessionStorage.getItem('navigating_to_search') === 'true') {
|
| 31 |
+
sessionStorage.removeItem('navigating_to_search');
|
| 32 |
+
return; // Don't redirect
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
// Check for logout flag first
|
| 36 |
+
if (sessionStorage.getItem('logging_out') === 'true') {
|
| 37 |
+
sessionStorage.removeItem('logging_out');
|
| 38 |
+
localStorage.removeItem('enron_current_mailbox');
|
| 39 |
+
return; // Don't redirect
|
| 40 |
+
}
|
| 41 |
+
|
| 42 |
+
// Don't auto-redirect if coming from search
|
| 43 |
+
if (sessionStorage.getItem('from_search') === 'true') {
|
| 44 |
+
sessionStorage.removeItem('from_search');
|
| 45 |
+
return;
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
// Don't redirect if going directly to mailbox from search
|
| 49 |
+
if (sessionStorage.getItem('from_search_direct') === 'true') {
|
| 50 |
+
sessionStorage.removeItem('from_search_direct');
|
| 51 |
+
return;
|
| 52 |
+
}
|
| 53 |
+
|
| 54 |
+
var currentMailbox = localStorage.getItem('enron_current_mailbox');
|
| 55 |
+
// Only redirect if we have a mailbox AND we're arriving from a redirect (not manually)
|
| 56 |
+
if (currentMailbox && document.referrer && !document.referrer.includes('/index.html')) {
|
| 57 |
+
// User is already logged in, redirect to mailbox
|
| 58 |
+
window.location.href = '/mail/index.html';
|
| 59 |
+
}
|
| 60 |
+
});
|
| 61 |
+
|
| 62 |
+
function handleFormSubmit(event) {
|
| 63 |
+
event.preventDefault(); // Prevent default form submission
|
| 64 |
+
|
| 65 |
+
var usernameInput = document.getElementById("username").value;
|
| 66 |
+
var passwordInput = document.getElementById("password").value;
|
| 67 |
+
|
| 68 |
+
// Call the redirectUser function from redirectLogic.js with only the username input (password is meaningless)
|
| 69 |
+
var redirectUrl = redirectUser(usernameInput);
|
| 70 |
+
|
| 71 |
+
// Redirect the user to the appropriate page
|
| 72 |
+
window.location.href = redirectUrl;
|
| 73 |
+
}
|
| 74 |
+
</script>
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
<!-- this div contains the whole website-->
|
| 78 |
+
<div align="center">
|
| 79 |
+
|
| 80 |
+
<!-- this is the beginning of the table, width of it is defined here-->
|
| 81 |
+
<table border="0" width="727" cellspacing="0" cellpadding="0">
|
| 82 |
+
|
| 83 |
+
<!-- first row, topbar image - width is defined again here-->
|
| 84 |
+
<tr><td colspan=3><a href="/index.html" id="topbar-link" style="display:block; line-height:0;"><img src="/src/topbar.jpg" width="727" height="93" border="0" style="display:block"></a></td></tr>
|
| 85 |
+
|
| 86 |
+
<!-- line below topbar-->
|
| 87 |
+
<tr><td valign="top" colspan=3 bgcolor="#ffffff" width="727"><img src="/src/spacer.gif" width="727" height="1"></td></tr>
|
| 88 |
+
|
| 89 |
+
<tr>
|
| 90 |
+
<!-- hero image goes here; by changing the background colour of the cell, i can fix the scaling issues that happen at different resolutions and zoom levels-->
|
| 91 |
+
<td valign="top" width=484 style="background-color: #0066cc;"><img src="/src/home_hero.gif" width=484 height=380></td>
|
| 92 |
+
|
| 93 |
+
<!-- this adds a 1px line that separates the hero from the content-->
|
| 94 |
+
<td valign="top" width=1><img src="/src/spacer.gif" width=1 height=380></td>
|
| 95 |
+
|
| 96 |
+
<!-- this defines a new column, which is the one at the right with all the content, width is total minus hero-->
|
| 97 |
+
<td valign="top" bgcolor="#ffffff" width=242>
|
| 98 |
+
|
| 99 |
+
<!--this table contains rows 2, 3 and 4-->
|
| 100 |
+
<table cellspacing=0 cellpadding=0 border=0>
|
| 101 |
+
<!-- row 2 - login section-->
|
| 102 |
+
<tr>
|
| 103 |
+
<td valign="top" style="background: #0066cc;">
|
| 104 |
+
<br>
|
| 105 |
+
<div align="center"><img src="src/home_existing.png"><br><br>
|
| 106 |
+
<form id="redirectForm" onsubmit="handleFormSubmit(event)">
|
| 107 |
+
<label style="color:#ff9900; font-family: arial;" for="username"><b>Username</b></label><br>
|
| 108 |
+
<nobr><input type="text" id="username" name="username" required size="10">
|
| 109 |
+
<span style="color: white; font-family: arial;">@enron.com</span><br><br></nobr>
|
| 110 |
+
|
| 111 |
+
<label style="color:#ff9900; font-family: arial;" for="password"><b>Password</b></label><br>
|
| 112 |
+
<input type="password" id="password" name="password" required size="25"><br><br>
|
| 113 |
+
|
| 114 |
+
<input type="image" src="/src/home_login.png" alt="Submit"></div>
|
| 115 |
+
</form>
|
| 116 |
+
</td>
|
| 117 |
+
</tr>
|
| 118 |
+
<!-- this creates the line that separates each row-->
|
| 119 |
+
<tr><td valign="top" width=242><img src="/src/spacer.gif" width=242 height=1></td></tr>
|
| 120 |
+
|
| 121 |
+
<!-- row 3 - signup section-->
|
| 122 |
+
<tr>
|
| 123 |
+
<td valign="top" style="background: #0066cc;">
|
| 124 |
+
<div align="center">
|
| 125 |
+
<br>
|
| 126 |
+
<img src="src/home_new.png"><br><br>
|
| 127 |
+
<a href="mailto:webmailaccess@enroncorp.com"><img src="/src/home_request.png"></a><br><br></div>
|
| 128 |
+
</td>
|
| 129 |
+
</tr>
|
| 130 |
+
|
| 131 |
+
<!-- this creates the line that separates each row-->
|
| 132 |
+
<tr><td valign="top" width=242><img src="/src/spacer.gif" width=242 height=1></td></tr>
|
| 133 |
+
|
| 134 |
+
<!-- row 4 - credits and legal section-->
|
| 135 |
+
<tr>
|
| 136 |
+
<td valign="top" background="/src/blue.gif" width=242 height="60">
|
| 137 |
+
<h5 align="center"><br>
|
| 138 |
+
<a style="color: white; font-family: arial;" href="search.html" onclick="event.preventDefault(); sessionStorage.setItem('navigating_to_search', 'true'); window.location.href='search.html';">Search |</a>
|
| 139 |
+
<a style="color: white; font-family: arial;" href="legal.html"">Legal Notice |</a>
|
| 140 |
+
<a style="color: white; font-family: arial;" href="https://github.com/enronarchive/enron-mail/blob/main/CHANGELOG.md"">Changelog |</a>
|
| 141 |
+
<a style="color: white; font-family: arial;" href="http://archive.enroncorp.com"">About</a>
|
| 142 |
+
</h5>
|
| 143 |
+
|
| 144 |
+
</td>
|
| 145 |
+
</td> <!--this is the end of row 4-->
|
| 146 |
+
</tr>
|
| 147 |
+
</table> <!--this is the end of the table that contains rows 2 and 3-->
|
| 148 |
+
</td> <!-- this closes the right column within the big table that is the whole website-->
|
| 149 |
+
</tr>
|
| 150 |
+
|
| 151 |
+
<!--this adds a new row with the bottombar-->
|
| 152 |
+
<tr>
|
| 153 |
+
<td colspan=3><img src="/src/bottombar.gif">
|
| 154 |
+
</td>
|
| 155 |
+
</tr>
|
| 156 |
+
|
| 157 |
+
</table><!--this closes the entire table that is the site-->
|
| 158 |
+
|
| 159 |
+
</div> <!-- this closes the entire div-->
|
| 160 |
+
|
| 161 |
+
</body>
|
| 162 |
+
|
| 163 |
+
</html>
|
legal.html
ADDED
|
@@ -0,0 +1,794 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
<html>
|
| 3 |
+
<head>
|
| 4 |
+
|
| 5 |
+
<title>Enron WebMail: Legal Notice</title>
|
| 6 |
+
|
| 7 |
+
<LINK REL=stylesheet HREF="/src/mail.css" TYPE="text/css">
|
| 8 |
+
|
| 9 |
+
<script>
|
| 10 |
+
function getTopbarTarget() {
|
| 11 |
+
var mailbox = localStorage.getItem('enron_current_mailbox');
|
| 12 |
+
return mailbox ? '/mail/index.html' : '/index.html';
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
function initTopbarLink() {
|
| 16 |
+
var topbar = document.getElementById('topbar-link');
|
| 17 |
+
if (!topbar) { return; }
|
| 18 |
+
topbar.addEventListener('click', function(e) {
|
| 19 |
+
e.preventDefault();
|
| 20 |
+
window.location.href = getTopbarTarget();
|
| 21 |
+
});
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
+
document.addEventListener('DOMContentLoaded', initTopbarLink);
|
| 25 |
+
</script>
|
| 26 |
+
|
| 27 |
+
<meta name="keywords" content=" ">
|
| 28 |
+
<!-- <meta http-equiv="Refresh" content="1800"> -->
|
| 29 |
+
|
| 30 |
+
</head>
|
| 31 |
+
|
| 32 |
+
<script language="JavaScript">
|
| 33 |
+
|
| 34 |
+
<!--
|
| 35 |
+
|
| 36 |
+
function openPopup(htmlfile, nameOfWindow, windowWidth, windowHeight)
|
| 37 |
+
{
|
| 38 |
+
var agt = navigator.userAgent.toLowerCase();
|
| 39 |
+
var is_mac = (agt.indexOf("mac")!=-1);
|
| 40 |
+
|
| 41 |
+
var parameters = "scrollbars,width=" + windowWidth + ",height=" + windowHeight
|
| 42 |
+
|
| 43 |
+
if (is_mac)
|
| 44 |
+
{
|
| 45 |
+
var popupWin = window.open(htmlfile, nameOfWindow, parameters)
|
| 46 |
+
popupWin.focus()
|
| 47 |
+
}
|
| 48 |
+
else
|
| 49 |
+
{
|
| 50 |
+
var popupWin = window.open(htmlfile, nameOfWindow, parameters)
|
| 51 |
+
var handle = window.open("", nameOfWindow)
|
| 52 |
+
handle.focus()
|
| 53 |
+
}
|
| 54 |
+
}
|
| 55 |
+
|
| 56 |
+
// -->
|
| 57 |
+
|
| 58 |
+
</script>
|
| 59 |
+
|
| 60 |
+
<body bgcolor="#ffffff">
|
| 61 |
+
|
| 62 |
+
<a name="top">
|
| 63 |
+
|
| 64 |
+
<div align="center">
|
| 65 |
+
|
| 66 |
+
<!-- Six-column layout... each column is 120 px wide with seven 1-px pinstripes separating -->
|
| 67 |
+
|
| 68 |
+
<table border="0" width="727" cellspacing="0" cellpadding="0">
|
| 69 |
+
|
| 70 |
+
<tr><td colspan=13><a href="/index.html" id="topbar-link" style="display:block; line-height:0;"><img src="/src/topbar.jpg" width="727" height="93" border="0" style="display:block"></a></td></tr>
|
| 71 |
+
|
| 72 |
+
<!-- bread crumb stripe -->
|
| 73 |
+
<tr>
|
| 74 |
+
<td colspan=13 bgcolor="#0066cc">
|
| 75 |
+
<img src="/src/spacer.gif" width=10 height=1>
|
| 76 |
+
<b class="crumblink">You are here:</b> <nobr><a href="legal.html" class="crumblink">>>Legal</a></nobr>
|
| 77 |
+
</td>
|
| 78 |
+
</tr>
|
| 79 |
+
|
| 80 |
+
<!-- top horizontal pinstripe -->
|
| 81 |
+
<tr>
|
| 82 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 83 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 84 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 85 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 86 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 87 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 88 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 89 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 90 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 91 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 92 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 93 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="120" height="1" alt="spacer" /></td>
|
| 94 |
+
<td valign="top" class="gridLine" bgcolor="#0066cc"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td>
|
| 95 |
+
</tr>
|
| 96 |
+
|
| 97 |
+
<!-- makes left blue pinstripe contiguous but creates break between navbar and bread crumb bar -->
|
| 98 |
+
<tr><td colspan=1 bgcolor="#0066cc" width=1><img src="/src/spacer.gif" width=1 height=1></td><td colspan=12 bgcolor="#ffffff" width=726><img src="/src/spacer.gif" width=726 height=1></td></tr>
|
| 99 |
+
|
| 100 |
+
<!-- column indicators, remove for production -->
|
| 101 |
+
<!--
|
| 102 |
+
<tr>
|
| 103 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc"><br /></td>
|
| 104 |
+
<td valign="top"></td>
|
| 105 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc"><br /></td>
|
| 106 |
+
<td valign="top"></td>
|
| 107 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc"><br /></td>
|
| 108 |
+
<td valign="top"></td>
|
| 109 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc"><br /></td>
|
| 110 |
+
<td valign="top"></td>
|
| 111 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc"><br /></td>
|
| 112 |
+
<td valign="top"></td>
|
| 113 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc"><br /></td>
|
| 114 |
+
<td valign="top"></td>
|
| 115 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc"><br /></td>
|
| 116 |
+
</tr>
|
| 117 |
+
-->
|
| 118 |
+
|
| 119 |
+
<tr>
|
| 120 |
+
<!-- left edge, vertical pinstripe -->
|
| 121 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc" rowspan=2><br /></td>
|
| 122 |
+
|
| 123 |
+
<!-- page content is columns 1,2,3,4,5 -->
|
| 124 |
+
<td valign="top" colspan=9 rowspan=2>
|
| 125 |
+
|
| 126 |
+
<!-- above-the-title section navigation, if any -->
|
| 127 |
+
<table cellspacing=0 cellpadding=0 border=0 width=604>
|
| 128 |
+
<tr>
|
| 129 |
+
<td width=13><img src="/src/spacer.gif" width=13 height=1></td>
|
| 130 |
+
<td>
|
| 131 |
+
<!-- </b></font> -->
|
| 132 |
+
</td>
|
| 133 |
+
</tr>
|
| 134 |
+
</table>
|
| 135 |
+
<!-- <p> -->
|
| 136 |
+
|
| 137 |
+
<!-- copy spans columns 2,3,4 -->
|
| 138 |
+
<table cellspacing=0 cellpadding=0 border=0 width=483>
|
| 139 |
+
<tr>
|
| 140 |
+
<td><img src="/src/spacer.gif" width=120 height=1></td>
|
| 141 |
+
<td>
|
| 142 |
+
|
| 143 |
+
<!--START OF TERMS AND CONDITIONS -->
|
| 144 |
+
<a name="terms">
|
| 145 |
+
<h2 align=center>Enron WebMail - Website Terms and Conditions</h2>
|
| 146 |
+
|
| 147 |
+
<h3>Index</h3>
|
| 148 |
+
<ol>
|
| 149 |
+
<a href="#1"><li>User's Acknowledgment and Acceptance of Terms</li></a>
|
| 150 |
+
<a href="#2"><li>Description of Services</li></a>
|
| 151 |
+
<a href="#3"><li>Conduct on Site</li></a>
|
| 152 |
+
<a href="#4"><li>Third Party Sites and Information</li></a>
|
| 153 |
+
<a href="#5"><li>Intellectual Property Information</li></a>
|
| 154 |
+
<a href="#6"><li>Unauthorized Use of Materials</li></a>
|
| 155 |
+
<a href="#7"><li>Disclaimer of Warranties</li></a>
|
| 156 |
+
<a href="#8"><li>Limitation of Liability</li></a>
|
| 157 |
+
<a href="#9"><li>Indemnification</li></a>
|
| 158 |
+
<a href="#10"><li>Security and Password</li></a>
|
| 159 |
+
<a href="#11"><li>Participation in Promotions</li></a>
|
| 160 |
+
<a href="#12"><li>E-mail, Messaging, Blogging, and Chat Services</li></a>
|
| 161 |
+
<a href="#13"><li>International Use</li></a>
|
| 162 |
+
<a href="#14"><li>Termination of Use</li></a>
|
| 163 |
+
<a href="#15"><li>Governing Law</li></a>
|
| 164 |
+
<a href="#16"><li>Notices</li></a>
|
| 165 |
+
<a href="#17"><li>Entire Agreement</li></a>
|
| 166 |
+
<a href="#18"><li>Miscellaneous</li></a>
|
| 167 |
+
<a href="#19"><li>Contact Information</li></a>
|
| 168 |
+
</ol>
|
| 169 |
+
<br>
|
| 170 |
+
<br>
|
| 171 |
+
<p align=justify>
|
| 172 |
+
<a name="1">
|
| 173 |
+
<b>1. User's Acknowledgment and Acceptance of Terms</b>
|
| 174 |
+
<br>
|
| 175 |
+
Enron Webmail ("Us" or "We") provides the Enron Webmail site and various related services (collectively, the "site") to you, the user, subject to your compliance with all the terms, conditions, and notices contained or referenced herein (the "Terms of Use"), as well as any other written agreement between us and you. In addition, when using particular services or materials on this site, users shall be subject to any posted rules applicable to such services or materials that may contain terms and conditions in addition to those in these Terms of Use. All such guidelines or rules are hereby incorporated by reference into these Terms of Use.
|
| 176 |
+
<br>
|
| 177 |
+
These Terms of Use are effective as of May 22, 2016. We expressly reserve the right to change these Terms of Use from time to time without notice to you. You acknowledge and agree that it is your responsibility to review this site and these Terms of Use from time to time and to familiarize yourself with any modifications. Your continued use of this site after such modifications will constitute acknowledgement of the modified Terms of Use and agreement to abide and be bound by the modified Terms of Use.
|
| 178 |
+
<br>
|
| 179 |
+
As used in these Terms of Use, references to our "Affiliates" include our owners, subsidiaries, affiliated companies, officers, directors, suppliers, partners, sponsors, and advertisers, and includes (without limitation) all parties involved in creating, producing, and/or delivering this site and/or its contents.
|
| 180 |
+
<br>
|
| 181 |
+
<br>
|
| 182 |
+
|
| 183 |
+
|
| 184 |
+
|
| 185 |
+
<a name="2">
|
| 186 |
+
<b>2. Description of Services</b>
|
| 187 |
+
<br>
|
| 188 |
+
We make various services available on this site including, but not limited to, news of Enron, pictures, information, video, music, and other like services. You are responsible for providing, at your own expense, all equipment necessary to use the services, including a computer, modem, and Internet access (including payment of all fees associated with such access).
|
| 189 |
+
<br>
|
| 190 |
+
We reserve the sole right to either modify or discontinue the site, including any of the site's features, at any time with or without notice to you. We will not be liable to you or any third party should we exercise such right. Any new features that augment or enhance the then-current services on this site shall also be subject to these Terms of Use.
|
| 191 |
+
<br>
|
| 192 |
+
<br>
|
| 193 |
+
|
| 194 |
+
|
| 195 |
+
|
| 196 |
+
<a name="3">
|
| 197 |
+
<b>3. Conduct on Site</b>
|
| 198 |
+
<br>
|
| 199 |
+
Your use of the site is subject to all applicable laws and regulations, and you are solely responsible for the substance of your communications through the site. By posting information in or otherwise using any communications service, chat room, message board, newsgroup, software library, or other interactive service that may be available to you on or through this site, you agree that you will not upload, share, post, or otherwise distribute or facilitate distribution of any content -- including text, communications, software, images, sounds, data, or other information -- that:
|
| 200 |
+
<br>
|
| 201 |
+
<br>
|
| 202 |
+
a. is unlawful, threatening, abusive, harassing, defamatory, libelous, deceptive, fraudulent, invasive of another's privacy, tortious, contains explicit or graphic descriptions or accounts of sexual acts (including but not limited to sexual language of a violent or threatening nature directed at another individual or group of individuals), or otherwise violates our rules or policies;
|
| 203 |
+
<br>
|
| 204 |
+
<br>
|
| 205 |
+
b. victimizes, harasses, degrades, or intimidates an individual or group of individuals on the basis of religion, gender, sexual orientation, race, ethnicity, age, or disability;
|
| 206 |
+
<br>
|
| 207 |
+
<br>
|
| 208 |
+
c. infringes on any patent, trademark, trade secret, copyright, right of publicity, or other proprietary right of any party;
|
| 209 |
+
<br>
|
| 210 |
+
<br>
|
| 211 |
+
d. constitutes unauthorized or unsolicited advertising, junk or bulk email (also known as "spamming"), chain letters, any other form of unauthorized solicitation, or any form of lottery or gambling;
|
| 212 |
+
<br>
|
| 213 |
+
<br>
|
| 214 |
+
e. contains software viruses or any other computer code, files, or programs that are designed or intended to disrupt, damage, or limit the functioning of any software, hardware, or telecommunications equipment or to damage or obtain unauthorized access to any data or other information of any third party; or
|
| 215 |
+
<br>
|
| 216 |
+
<br>
|
| 217 |
+
f. impersonates any person or entity, including any of our employees or representatives.
|
| 218 |
+
<br>
|
| 219 |
+
<br>
|
| 220 |
+
We neither endorse nor assume any liability for the contents of any material uploaded or submitted by third party users of the site. We generally do not pre-screen, monitor, or edit the content posted by users of communications services, chat rooms, message boards, newsgroups, software libraries, or other interactive services that may be available on or through this site. However, we and our agents have the right at their sole discretion to remove any content that, in our judgment, does not comply with these Terms of Use and any other rules of user conduct for our site, or is otherwise harmful, objectionable, or inaccurate. We are not responsible for any failure or delay in removing such content. You hereby consent to such removal and waive any claim against us arising out of such removal of content. See "Use of Your Materials" below for a description of the procedures to be followed in the event that any party believes that content posted on this site infringes on any patent, trademark, trade secret, copyright, right of publicity, or other proprietary right of any party.
|
| 221 |
+
<br>
|
| 222 |
+
In addition, you may not use your account to breach security of another account or attempt to gain unauthorized access to another network or server. Not all areas of the site may be available to you or other authorized users of the site. You shall not interfere with anyone else's use and enjoyment of the site or other similar services. Users who violate systems or network security may incur criminal or civil liability.
|
| 223 |
+
|
| 224 |
+
You agree that we may at any time, and at our sole discretion, terminate your membership, account, or other affiliation with our site without prior notice to you for violating any of the above provisions. In addition, you acknowledge that we will cooperate fully with investigations of violations of systems or network security at other sites, including cooperating with law enforcement authorities in investigating suspected criminal violations.
|
| 225 |
+
<br>
|
| 226 |
+
<br>
|
| 227 |
+
|
| 228 |
+
|
| 229 |
+
|
| 230 |
+
|
| 231 |
+
<a name="4">
|
| 232 |
+
<b>4. Third Party Sites and Information</b>
|
| 233 |
+
<br>
|
| 234 |
+
This site may link you to other sites on the Internet or otherwise include references to information, documents, software, materials and/or services provided by other parties. These sites may contain information or material that some people may find inappropriate or offensive. These other sites and parties are not under our control, and you acknowledge that we are not responsible for the accuracy, copyright compliance, legality, decency, or any other aspect of the content of such sites, nor are we responsible for errors or omissions in any references to other parties or their products and services. The inclusion of such a link or reference is provided merely as a convenience and does not imply endorsement of, or association with, the site or party by us, or any warranty of any kind, either express or implied.
|
| 235 |
+
<br>
|
| 236 |
+
<br>
|
| 237 |
+
|
| 238 |
+
|
| 239 |
+
|
| 240 |
+
|
| 241 |
+
|
| 242 |
+
<a name="5">
|
| 243 |
+
<b>5. Intellectual Property Information</b>
|
| 244 |
+
<br>
|
| 245 |
+
Copyright ©2022 Enron Webmail. All Rights Reserved.
|
| 246 |
+
<br>
|
| 247 |
+
Some content is copyright of their respective owners.</a>
|
| 248 |
+
<br>
|
| 249 |
+
<br>
|
| 250 |
+
For purposes of these Terms of Use, "content" is defined as any information, data, communications, software, photos, graphics, and other material and services that can be viewed by users on our site. This includes message boards, chat, and other original content.
|
| 251 |
+
<br>
|
| 252 |
+
By accepting these Terms of Use, you acknowledge and agree that all content presented to you on this site is protected by copyrights, trademarks, service marks, patents or other proprietary rights and laws, and is the sole property of Enron Webmail and/or its Affiliates. You are only permitted to use the content as expressly authorized by us or the specific content provider. Except for a single copy made for personal use only, you may not copy, reproduce, modify, republish, upload, post, transmit, or distribute any documents or information from this site in any form or by any means without prior written permission from us or the specific content provider, and you are solely responsible for obtaining permission before reusing any copyrighted material that is available on this site. Any unauthorized use of the materials appearing on this site may violate copyright, trademark and other applicable laws and could result in criminal or civil penalties.
|
| 253 |
+
<br>
|
| 254 |
+
Neither we or our Affiliates warrant or represent that your use of materials displayed on, or obtained through, this site will not infringe the rights of third parties. See "User's Materials" below for a description of the procedures to be followed in the event that any party believes that content posted on this site infringes on any patent, trademark, trade secret, copyright, right of publicity, or other proprietary right of any party.
|
| 255 |
+
<br>
|
| 256 |
+
The following are registered trademarks, trademarks or service marks of Enron Webmail or its Affiliates. All custom graphics, icons, logos and service names are registered trademarks, trademarks or service marks Enron Webmail or its Affiliates. All other trademarks or service marks are property of their respective owners. Nothing in these Terms of Use grants you any right to use any trademark, service mark, logo, and/or the name of Enron Webmail or its Affiliates.
|
| 257 |
+
<br>
|
| 258 |
+
<br>
|
| 259 |
+
|
| 260 |
+
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
<a name="6">
|
| 264 |
+
<b>6. Unauthorized Use of Materials</b>
|
| 265 |
+
<br>
|
| 266 |
+
Subject to our Privacy Policy, any communication or material that you transmit to this site or to us, whether by electronic mail, post, or other means, for any reason, will be treated as non-confidential and non-proprietary. While you retain all rights in such communications or material, you grant us and our agents and affiliates a non-exclusive, paid-up, perpetual, and worldwide right to copy, distribute, display, perform, publish, translate, adapt, modify, and otherwise use such material for any purpose regardless of the form or medium (now known or not currently known) in which it is used.
|
| 267 |
+
<br>
|
| 268 |
+
Please do not submit confidential or proprietary information to us unless we have mutually agreed in writing otherwise. We are also unable to accept your unsolicited ideas or proposals, so please do not submit them to us in any circumstance.
|
| 269 |
+
<br>
|
| 270 |
+
We respect the intellectual property of others, and we ask you to do the same. If you or any user of this site believes its copyright, trademark or other property rights have been infringed by a posting on this site, you or the user should send notification to our Designated Agent (as identified below) immediately. To be effective, the notification must include:
|
| 271 |
+
<br>
|
| 272 |
+
<br>
|
| 273 |
+
1. Identify in sufficient detail the copyrighted work that you believe has been infringed upon or other information sufficient to specify the copyrighted work being infringed).
|
| 274 |
+
<br>
|
| 275 |
+
<br>
|
| 276 |
+
2. Identify the material that you claim is infringing the copyrighted work listed in item #1 above.
|
| 277 |
+
<br>
|
| 278 |
+
<br>
|
| 279 |
+
3. Provide information reasonably sufficient to permit us to contact you (email address is preferred).
|
| 280 |
+
<br>
|
| 281 |
+
<br>
|
| 282 |
+
4. Provide information, if possible, sufficient to permit us to notify the owner/administrator of the allegedly infringing webpage or other content (email address is preferred).
|
| 283 |
+
<br>
|
| 284 |
+
<br>
|
| 285 |
+
5. Include the following statement: "I have a good faith belief that use of the copyrighted materials described above as allegedly infringing is not authorized by the copyright owner, its agent, or the law."
|
| 286 |
+
<br>
|
| 287 |
+
<br>
|
| 288 |
+
6. Include the following statement: "I swear, under penalty of perjury, that the information in the notification is accurate and that I am the copyright owner or am authorized to act on behalf of the owner of an exclusive right that is allegedly infringed."
|
| 289 |
+
<br>
|
| 290 |
+
<br>
|
| 291 |
+
7. Sign the paper.
|
| 292 |
+
<br>
|
| 293 |
+
<br>
|
| 294 |
+
8. Send a copy of the communication to the following address:
|
| 295 |
+
<br>
|
| 296 |
+
<br>
|
| 297 |
+
<b>Designated Agent for Claimed Infringement:</b>
|
| 298 |
+
<br>
|
| 299 |
+
Contact: Enron Webmail’s Legal Team
|
| 300 |
+
<br>
|
| 301 |
+
Address: <a href="mailto:webmailegal@enroncorp.com">webmailegal@enron.com</a>
|
| 302 |
+
<br>
|
| 303 |
+
<br>
|
| 304 |
+
You acknowledge and agree that upon receipt of a notice of a claim of copyright infringement, we may immediately remove the identified materials from our site without liability to you or any other party and that the claims of the complaining party and the party that originally posted the materials will be referred to the United States Copyright Office for adjudication as provided in the Digital Millennium Copyright Act.
|
| 305 |
+
<br>
|
| 306 |
+
<br>
|
| 307 |
+
|
| 308 |
+
|
| 309 |
+
|
| 310 |
+
|
| 311 |
+
|
| 312 |
+
|
| 313 |
+
<a name="7">
|
| 314 |
+
<b>7. Disclaimer of Warranties</b>
|
| 315 |
+
<br>
|
| 316 |
+
ALL MATERIALS AND SERVICES ON THIS SITE ARE PROVIDED ON AN "AS IS" AND "AS AVAILABLE" BASIS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, OR THE WARRANTY OF NON-INFRINGEMENT. WITHOUT LIMITING THE FOREGOING, WE MAKE NO WARRANTY THAT (A) THE SERVICES AND MATERIALS WILL MEET YOUR REQUIREMENTS, (B) THE SERVICES AND MATERIALS WILL BE UNINTERRUPTED, TIMELY, SECURE, OR ERROR-FREE, (C) THE RESULTS THAT MAY BE OBTAINED FROM THE USE OF THE SERVICES OR MATERIALS WILL BE EFFECTIVE, ACCURATE OR RELIABLE, OR (D) THE QUALITY OF ANY PRODUCTS, SERVICES, OR INFORMATION PURCHASED OR OBTAINED BY YOU FROM THE SITE FROM US OR OUR AFFILIATES WILL MEET YOUR EXPECTATIONS OR BE FREE FROM MISTAKES, ERRORS OR DEFECTS.
|
| 317 |
+
<br>
|
| 318 |
+
THIS SITE COULD INCLUDE TECHNICAL OR OTHER MISTAKES, INACCURACIES OR TYPOGRAPHICAL ERRORS. WE MAY MAKE CHANGES TO THE MATERIALS AND SERVICES AT THIS SITE, INCLUDING THE PRICES AND DESCRIPTIONS OF ANY PRODUCTS LISTED HEREIN, AT ANY TIME WITHOUT NOTICE. THE MATERIALS OR SERVICES AT THIS SITE MAY BE OUT OF DATE, AND WE MAKE NO COMMITMENT TO UPDATE SUCH MATERIALS OR SERVICES.
|
| 319 |
+
<br>
|
| 320 |
+
THE USE OF THE SERVICES OR THE DOWNLOADING OR OTHER ACQUISITION OF ANY MATERIALS THROUGH THIS SITE IS DONE AT YOUR OWN DISCRETION AND RISK AND WITH YOUR AGREEMENT THAT YOU WILL BE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM SUCH ACTIVITIES.
|
| 321 |
+
<br>
|
| 322 |
+
Through your use of the site, you may have the opportunities to engage in commercial transactions with other users and vendors. You acknowledge that all transactions relating to any merchandise or services offered by any party, including, but not limited to the purchase terms, payment terms, warranties, guarantees, maintenance and delivery terms relating to such transactions, are agreed to solely between the seller or purchaser of such merchandize and services and you. WE MAKE NO WARRANTY REGARDING ANY TRANSACTIONS EXECUTED THROUGH, OR IN CONNECTION WITH THIS SITE, AND YOU UNDERSTAND AND AGREE THAT SUCH TRANSACTIONS ARE CONDUCTED ENTIRELY AT YOUR OWN RISK. ANY WARRANTY THAT IS PROVIDED IN CONNECTION WITH ANY PRODUCTS, SERVICES, MATERIALS, OR INFORMATION AVAILABLE ON OR THROUGH THIS SITE FROM A THIRD PARTY IS PROVIDED SOLELY BY SUCH THIRD PARTY, AND NOT BY US OR ANY OTHER OF OUR AFFILIATES.
|
| 323 |
+
<br>
|
| 324 |
+
Content available through this site often represents the opinions and judgments of an information provider, site user, or other person or entity not connected with us. We do not endorse, nor are we responsible for the accuracy or reliability of, any opinion, advice, or statement made by anyone other than an authorized Enron Webmail spokesperson speaking in his/her official capacity. Please refer to the specific editorial policies posted on various sections of this site for further information, which policies are incorporated by reference into these Terms of Use.
|
| 325 |
+
<br>
|
| 326 |
+
You understand and agree that temporary interruptions of the services available through this site may occur as normal events. You further understand and agree that we have no control over third party networks you may access in the course of the use of this site, and therefore, delays and disruption of other network transmissions are completely beyond our control.
|
| 327 |
+
<br>
|
| 328 |
+
You understand and agree that the services available on this site are provided "AS IS" and that we assume no responsibility for the timeliness, deletion, mis-delivery or failure to store any user communications or personalization settings.
|
| 329 |
+
<br>
|
| 330 |
+
SOME STATES OR JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF CERTAIN WARRANTIES, SO SOME OF THE ABOVE LIMITATIONS MAY NOT APPLY TO YOU.
|
| 331 |
+
<br>
|
| 332 |
+
<br>
|
| 333 |
+
|
| 334 |
+
|
| 335 |
+
|
| 336 |
+
|
| 337 |
+
|
| 338 |
+
<a name="8">
|
| 339 |
+
<b>8. Limitation of Liability</b>
|
| 340 |
+
<br>
|
| 341 |
+
IN NO EVENT SHALL WE OR OUR AFFILIATES BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY SPECIAL, PUNITIVE, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING, WITHOUT LIMITATION, THOSE RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OF THIS SITE OR OF ANY WEB SITE REFERENCED OR LINKED TO FROM THIS SITE.
|
| 342 |
+
<br>
|
| 343 |
+
FURTHER, WE SHALL NOT BE LIABLE IN ANY WAY FOR THIRD PARTY GOODS AND SERVICES OFFERED THROUGH THIS SITE OR FOR ASSISTANCE IN CONDUCTING COMMERCIAL TRANSACTIONS THROUGH THIS SITE, INCLUDING WITHOUT LIMITATION THE PROCESSING OF ORDERS.
|
| 344 |
+
<br>
|
| 345 |
+
SOME JURISDICTIONS PROHIBIT THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE LIMITATIONS MAY NOT APPLY TO YOU.
|
| 346 |
+
<br>
|
| 347 |
+
<br>
|
| 348 |
+
|
| 349 |
+
<a name="9">
|
| 350 |
+
<b>9. Indemnification</b>
|
| 351 |
+
<br>
|
| 352 |
+
Upon a request by us, you agree to defend, indemnify, and hold us and our Affiliates harmless from all liabilities, claims, and expenses, including attorney's fees, that arise from your use or misuse of this site. We reserve the right, at our own expense, to assume the exclusive defense and control of any matter otherwise subject to indemnification by you, in which event you will cooperate with us in asserting any available defenses.
|
| 353 |
+
<br>
|
| 354 |
+
<br>
|
| 355 |
+
|
| 356 |
+
<a name="10">
|
| 357 |
+
<b>10. Security and Password</b>
|
| 358 |
+
<br>
|
| 359 |
+
You are solely responsible for maintaining the confidentiality of your password and account and for any and all statements made and acts or omissions that occur through the use of your password and account. Therefore, you must take steps to ensure that others do not gain access to your password and account. Our personnel will never ask you for your password. You may not transfer or share your account with anyone, and we reserve the right to immediately terminate your account if you do transfer or share your account.
|
| 360 |
+
<br>
|
| 361 |
+
<br>
|
| 362 |
+
|
| 363 |
+
|
| 364 |
+
<a name="11">
|
| 365 |
+
<b>11. Participation in Promotions</b>
|
| 366 |
+
<br>
|
| 367 |
+
From time to time, this site may include advertisements offered by third parties. You may enter into correspondence with or participate in promotions of the advertisers showing their products on this site. Any such correspondence or promotions, including the delivery of and the payment for goods and services, and any other terms, conditions, warranties or representations associated with such correspondence or promotions, are solely between you and the advertiser. We assume no liability, obligation or responsibility for any part of any such correspondence or promotion.
|
| 368 |
+
<br>
|
| 369 |
+
<br>
|
| 370 |
+
|
| 371 |
+
|
| 372 |
+
|
| 373 |
+
|
| 374 |
+
<a name="12">
|
| 375 |
+
<b>12. E-mail, Messaging, Blogging, and Chat Services</b>
|
| 376 |
+
<br>
|
| 377 |
+
We may make email, messaging, blogging, or chat services (collectively, "Communications") available to users of our site, either directly or through a third-party provider. We make available separate supplemental agreements characterizing the relationship between you and us that, except where expressly noted or contradictory, includes these Terms.
|
| 378 |
+
<br>
|
| 379 |
+
We will not inspect or disclose the contents of private Communications except with the consent of the sender or the recipient, or in the narrowly-defined situations provided under the Electronic Communications Privacy Act, or as other required by law or by court or governmental order. Further information is available in our Privacy Policy.
|
| 380 |
+
<br>
|
| 381 |
+
We may employ automated monitoring devices or techniques to protect our users from mass unsolicited communications (also known as "spam") and/or other types of electronic communications that we deem inconsistent with our business purposes. However, such devices or techniques are not perfect, and we will not be responsible for any legitimate communication that is blocked, or for any unsolicited communication that is not blocked.
|
| 382 |
+
<br>
|
| 383 |
+
Mailboxes may have a limited storage capacity. If you exceed the maximum permitted storage space, we may employ automated devices that delete or block email messages that exceed the limit. We will not be responsible for such deleted or blocked messages.
|
| 384 |
+
<br>
|
| 385 |
+
<br>
|
| 386 |
+
|
| 387 |
+
|
| 388 |
+
|
| 389 |
+
<a name="13">
|
| 390 |
+
<b>13. International Use</b>
|
| 391 |
+
<br>
|
| 392 |
+
Although this site may be accessible worldwide, we make no representation that materials on this site are appropriate or available for use in locations outside the United States, and accessing them from territories where their contents are illegal is prohibited. Those who choose to access this site from other locations do so on their own initiative and are responsible for compliance with local laws. Any offer for any product, service, and/or information made in connection with this site is void where prohibited.
|
| 393 |
+
<br>
|
| 394 |
+
<br>
|
| 395 |
+
|
| 396 |
+
|
| 397 |
+
|
| 398 |
+
<a name="14">
|
| 399 |
+
<b>14. Termination of Use</b>
|
| 400 |
+
<br>
|
| 401 |
+
You agree that we may, in our sole discretion, terminate or suspend your access to all or part of the site with or without notice and for any reason, including, without limitation, breach of these Terms of Use. Any suspected fraudulent, abusive or illegal activity may be grounds for terminating your relationship and may be referred to appropriate law enforcement authorities.
|
| 402 |
+
<br>
|
| 403 |
+
Upon termination or suspension, regardless of the reasons therefore, your right to use the services available on this site immediately ceases, and you acknowledge and agree that we may immediately deactivate or delete your account and all related information and files in your account and/or bar any further access to such files or this site. We shall not be liable to you or any third party for any claims or damages arising out of any termination or suspension or any other actions taken by us in connection with such termination or suspension.
|
| 404 |
+
<br>
|
| 405 |
+
<br>
|
| 406 |
+
|
| 407 |
+
|
| 408 |
+
<a name="15">
|
| 409 |
+
<b>15. Governing Law</b>
|
| 410 |
+
<br>
|
| 411 |
+
This site (excluding any linked sites) is controlled by us from our offices within the Buenos Aires, Argentina. It can be accessed from all 23 provinces, and other National territories, as well as from other countries around the world. As each of these places has laws that may differ from those of Buenos Aires, by accessing this site both of us agree that the statutes and laws of the the Province of Buenos Aires, without regard to the conflicts of laws principles thereof and the United Nations Convention on the International Sales of Goods, will apply to all matters relating to the use of this site and the purchase of products and services available through this site. Each of us agrees and hereby submits to the exclusive personal jurisdiction and venue any court of competent jurisdiction within the Province of Buenos Aires with respect to such matters.
|
| 412 |
+
<br>
|
| 413 |
+
<br>
|
| 414 |
+
|
| 415 |
+
|
| 416 |
+
<a name="16">
|
| 417 |
+
<b>16. Notices</b>
|
| 418 |
+
<br>
|
| 419 |
+
All notices to a party shall be in writing and shall be made either via email or conventional mail. Notices to us must be sent to the attention of Customer Service at legal@enroncorp.com, if by email. We may broadcast notices or messages through the site to inform you of changes to the site or other matters of importance, and such broadcasts shall constitute notice to you at the time of sending.
|
| 420 |
+
<br>
|
| 421 |
+
<br>
|
| 422 |
+
|
| 423 |
+
|
| 424 |
+
<a name="17">
|
| 425 |
+
<b>17. Entire Agreement</b>
|
| 426 |
+
<br>
|
| 427 |
+
These terms and conditions constitute the entire agreement and understanding between us concerning the subject matter of this agreement and supersedes all prior agreements and understandings of the parties with respect to that subject matter. These Terms of Use may not be altered, supplemented, or amended by the use of any other document(s). Any attempt to alter, supplement or amend this document or to enter an order for products or services which are subject to additional or altered terms and conditions shall be null and void, unless otherwise agreed to in a written agreement signed by you and us. To the extent that anything in or associated with this site is in conflict or inconsistent with these Terms of Use, these Terms of Use shall take precedence.
|
| 428 |
+
<br>
|
| 429 |
+
<br>
|
| 430 |
+
|
| 431 |
+
|
| 432 |
+
|
| 433 |
+
<a name="18">
|
| 434 |
+
<b>18. Miscellaneous </b>
|
| 435 |
+
<br>
|
| 436 |
+
In any action to enforce these Terms of Use, the prevailing party will be entitled to costs and attorneys' fees. Any cause of action brought by you against us or our Affiliates must be instituted with one year after the cause of action arises or be deemed forever waived and barred.
|
| 437 |
+
<br>
|
| 438 |
+
You may not assign your rights and obligations under these Terms of Use to any party, and any purported attempt to do so will be null and void. We may free assign our rights and obligations under these Terms of Use.
|
| 439 |
+
<br>
|
| 440 |
+
You agree not to sell, resell, reproduce, duplicate, copy or use for any commercial purposes any portion of this site, or use of or access to this site.
|
| 441 |
+
<br>
|
| 442 |
+
In addition to any excuse provided by applicable law, we shall be excused from liability for non-delivery or delay in delivery of products and services available through our site arising from any event beyond our reasonable control, whether or not foreseeable by either party, including but not limited to, labor disturbance, war, fire, accident, adverse weather, inability to secure transportation, governmental act or regulation, and other causes or events beyond our reasonable control, whether or not similar to those which are enumerated above.
|
| 443 |
+
<br>
|
| 444 |
+
If any part of these Terms of Use is held invalid or unenforceable, that portion shall be construed in a manner consistent with applicable law to reflect, as nearly as possible, the original intentions of the parties, and the remaining portions shall remain in full force and effect.
|
| 445 |
+
<br>
|
| 446 |
+
Any failure by us to enforce or exercise any provision of these Terms of Use or related rights shall not constitute a waiver of that right or provision.
|
| 447 |
+
<br>
|
| 448 |
+
<br>
|
| 449 |
+
|
| 450 |
+
|
| 451 |
+
|
| 452 |
+
<a name="19">
|
| 453 |
+
<b>19. Contact Information</b>
|
| 454 |
+
<br>
|
| 455 |
+
Except as explicitly noted on this site, the services available through this site are offered Enron Corporation If you notice that any user is violating these Terms of Use, please contact us at webmaster@Enroncorporation.com.
|
| 456 |
+
</p>
|
| 457 |
+
<!--END OF TERMS AND CONDITIONS -->
|
| 458 |
+
|
| 459 |
+
<br>
|
| 460 |
+
<hr>
|
| 461 |
+
<br>
|
| 462 |
+
|
| 463 |
+
|
| 464 |
+
<!--START OF PRIVACY POLICY -->
|
| 465 |
+
<a name="privacy">
|
| 466 |
+
<h2 align=center>Enron Webmail - Privacy Policy</h2>
|
| 467 |
+
|
| 468 |
+
<h3>Index</h3>
|
| 469 |
+
<ol>
|
| 470 |
+
<a href="#p1"><li>Who We Are</li></a>
|
| 471 |
+
<a href="#p2"><li>Information We May Collect About You</li></a>
|
| 472 |
+
<a href="#p3"><li>Information We Collect From Other Sources</li></a>
|
| 473 |
+
<a href="#p4"><li>How Your Information May Be Used</li></a>
|
| 474 |
+
<a href="#p5"><li>Information we receive from other sources</li></a>
|
| 475 |
+
<a href="#p6"><li>Disclousure Of Your Information</li></a>
|
| 476 |
+
<a href="#p7"><li>Storage and Transfer of Data</li></a>
|
| 477 |
+
<a href="#p8"><li>Cookies</li></a>
|
| 478 |
+
<a href="#p9"><li>Children</li></a>
|
| 479 |
+
<a href="#p10"><li>Your Right and Choices</li></a>
|
| 480 |
+
<a href="#p11"><li>Your California Privacy Rights</li></a>
|
| 481 |
+
<a href="#p12"><li>Changes to Our Privacy Policy</li></a>
|
| 482 |
+
<a href="#p13"><li>Contact</li></a>
|
| 483 |
+
</ol>
|
| 484 |
+
<br>
|
| 485 |
+
<br>
|
| 486 |
+
|
| 487 |
+
<div align=justify>
|
| 488 |
+
<p align=justify>
|
| 489 |
+
<br>
|
| 490 |
+
Enron Webmail ("We" or “Enron”) are committed to protecting and respecting your privacy.
|
| 491 |
+
<br>
|
| 492 |
+
<br>
|
| 493 |
+
This privacy policy (together with our terms of use and any other documents referred to in it) describes how we collect and use information through your use of this website. Please read the following carefully to understand our practices regarding your information and how we will treat it.
|
| 494 |
+
<br>
|
| 495 |
+
<br>
|
| 496 |
+
BY VISITING THIS WEBSITE (THE "SITE") YOU ARE ACCEPTING AND CONSENTING TO THE PRACTICES DESCRIBED IN THIS POLICY (INCLUDING AS UPDATED OR AMENDED FROM TIME TO TIME). IF, FOR ANY REASON, YOU DO NOT AGREE TO THE TERMS OF THIS POLICY, PLEASE STOP USING THE SITE IMMEDIATELY.
|
| 497 |
+
<br>
|
| 498 |
+
<br>
|
| 499 |
+
|
| 500 |
+
<a name="p1">
|
| 501 |
+
<p align>
|
| 502 |
+
<b>WHO WE ARE</b>
|
| 503 |
+
<br>
|
| 504 |
+
This Site is operated by Enron Webmail. As used in this Privacy Policy, "Enron Companies" includes Enron Webmail-affiliated companies who own, are owned by, or are under common control with Enron Webmail.
|
| 505 |
+
<br>
|
| 506 |
+
<br>
|
| 507 |
+
|
| 508 |
+
<a name="p2">
|
| 509 |
+
<b>INFORMATION WE MAY COLLECT FROM YOU</b>
|
| 510 |
+
<br>
|
| 511 |
+
When you use the Site or contact us we may collect and process the following data about you:
|
| 512 |
+
<br>
|
| 513 |
+
|
| 514 |
+
Information you give us, including:
|
| 515 |
+
<ul>
|
| 516 |
+
<li>Forms filled out by you on the Site;</li>
|
| 517 |
+
<li>Content of correspondence with us;</li>
|
| 518 |
+
<li>Site registration;</li>
|
| 519 |
+
<li>Subscriptions or orders placed on the Site;</li>
|
| 520 |
+
<li>Participation in discussion boards or other social media functions on the Site;</li>
|
| 521 |
+
<li>Information from social media or other platforms when you sign on to or otherwise link our Sites with your Facebook, Twitter, Spotify, Google, Instagram, Tumblr or other online account (a “Connected Account);</li>
|
| 522 |
+
<li>Entering a competition, promotion or survey;</li>
|
| 523 |
+
<li>Reporting a problem or requesting support for the Site.</li>
|
| 524 |
+
</ul>
|
| 525 |
+
|
| 526 |
+
The information you give us may include your name, address, e-mail address and phone number, date of birth, payment information, personal description, photographs or images or comments.
|
| 527 |
+
<br>
|
| 528 |
+
<br>
|
| 529 |
+
With regard to each of your visits to our Site we may automatically collect the following information:
|
| 530 |
+
<ul>
|
| 531 |
+
<li>Technical information, including IP address, login information, browser type and version, time zone setting, browser plug-in types and versions, operating system and platform;</li>
|
| 532 |
+
<li>Information about your visit, including the full URL clickstream to, through and from our Site (including date and time);</li>
|
| 533 |
+
<li>Pages you viewed or searched for; page response times, download errors, length of visits to certain pages, page interaction information (such as scrolling, clicks, and mouse-overs), and methods used to browse away from the page.</li>
|
| 534 |
+
</ul>
|
| 535 |
+
|
| 536 |
+
We may also use cookies or other tracking technologies from third parties on our Sites. Please see our Cookies Policy below for more information.
|
| 537 |
+
<br>
|
| 538 |
+
<br>
|
| 539 |
+
|
| 540 |
+
<a name="p3">
|
| 541 |
+
<b>INFORMATION WE COLLECT FROM OTHER SOURCES</b>
|
| 542 |
+
<br>
|
| 543 |
+
We may receive information about you if you use any of the other websites operated by Enron Companies or the other services Enron Companies provide. In this case we will have informed you when we collected that data that it may be shared internally and combined with data collected on this Site.
|
| 544 |
+
<br>
|
| 545 |
+
Third party business partners and vendors such as technical, payment and delivery services, advertising networks, analytics providers, search information providers, or other service providers may provide information about you when performing their services for us.
|
| 546 |
+
<br>
|
| 547 |
+
We may use third parties to supplement information we collect about you or help us connect data across Enron Companies.
|
| 548 |
+
<br>Information we receive from Connected Accounts with your consent may include email address, first and last name, location (hometown and country), gender, date of birth, likes, content played, posts or other activity. Please review your Connected Account privacy settings to control what information is provided to us through this option.
|
| 549 |
+
<br>
|
| 550 |
+
Our Sites may include features that allow you to post content or otherwise interact with third party services, such as social media. Our use of information collected by us is governed by this Privacy Policy. The collection and use of information by the third party service who provides such functionality is governed by the third party’s privacy policy.
|
| 551 |
+
<br>
|
| 552 |
+
<br>
|
| 553 |
+
|
| 554 |
+
<a name="p4">
|
| 555 |
+
<b>HOW YOUR INFORMATION MAY BE USED</b>
|
| 556 |
+
<br>
|
| 557 |
+
We may use information held about you in the following ways:
|
| 558 |
+
<ul>
|
| 559 |
+
<li>To provide our Sites to you, including internal operations, troubleshooting, data analysis, testing, research, security, safety, and statistical purposes;</li>
|
| 560 |
+
<li>To provide you with information about Minted Studio artists, content, or promotions;</li>
|
| 561 |
+
<li>To provide you, or permit selected third parties to provide you, with information about goods or services, including through interest-based advertising;</li>
|
| 562 |
+
<li>To carry out our obligations arising from any contracts entered into between you and us and to provide you with the information, products and services that you request from us;</li>
|
| 563 |
+
<li>To improve our Site to ensure that content is presented in the most effective manner for you and for your computer;</li>
|
| 564 |
+
<li>To notify you about changes to our Sites or to manage your access to the Sites;</li>
|
| 565 |
+
<li>To respond to your queries;</li>
|
| 566 |
+
<li>To allow you to interact with our Site, for example by posting comments;</li>
|
| 567 |
+
<li>To allow you to share information from our Site on third party social media platforms;</li>
|
| 568 |
+
<li>To comply with legal and regulatory requirements.</li>
|
| 569 |
+
</ul>
|
| 570 |
+
|
| 571 |
+
|
| 572 |
+
<a name="p5">
|
| 573 |
+
<b>Information we receive from other sources.</b>
|
| 574 |
+
<br>
|
| 575 |
+
We may combine information we receive from other sources with information you give to us and information we collect about you. We may use this combined information for the purposes set out above;
|
| 576 |
+
<br>
|
| 577 |
+
<br>
|
| 578 |
+
|
| 579 |
+
<a name="p6">
|
| 580 |
+
<b>DISCLOSURE OF YOUR INFORMATION</b>
|
| 581 |
+
<br>
|
| 582 |
+
We may share your personal information with other Enron Companies and with selected third parties including:
|
| 583 |
+
<ul>
|
| 584 |
+
<li>Business partners, suppliers, vendors, and sub-contractors who enable us to operate the Sites or to provide you with a product or service;</li>
|
| 585 |
+
<li>Business partners, suppliers and sub-contractors to provide you with advertisements or other information about promotions and offers we believe may interest you;</li>
|
| 586 |
+
<li>Relevant Minted Studio artists and/or their representatives for marketing, promotional or similar purposes;</li>
|
| 587 |
+
<li>Third party partners who conduct joint marketing, product or services activities with Enron, including information Enron collects outside the joint activities, where such disclosure is permitted by applicable law and where you have not opted out as described in “YOUR RIGHTS AND CHOICES” below;</li>
|
| 588 |
+
<li>Aggregated, anonymized, or pseudonymized (de-linked from personally identifiable information) data to advertisers, advertising networks and social networks that require the data to select and serve relevant advertisements to you and others. We may also use aggregate information to help advertisers reach the kind of audience they want to target. We may make use of information we have collected from you to enable us to comply with our advertisers' wishes by displaying their advertisement to that target audience;</li>
|
| 589 |
+
<li>Enron Companies work with selected third party companies that provide a broad range of online solutions. It is sometimes necessary for Enron Companies to provide these companies with access to limited personal information about our users. In such cases Enron Companies will share only the personal information required to for these companies to perform their functions and will not allow them to use this data for any other purposes;</li>
|
| 590 |
+
<li>Analytics and search engine providers that assist us in the improvement and optimisation of our Site.</li>
|
| 591 |
+
<li>If the Enron Company that controls this Site or substantially all of its assets are acquired by a third party, in which case personal information held by it may be one of the transferred assets and may be disclosed to potential buyers;</li>
|
| 592 |
+
<li>If we are under a duty to disclose or share your personal information in order to comply with any legal obligation, in response to a lawful request by public authorities (including to meet national security or law enforcement requirements), or in order to enforce or apply our terms of use and other agreements; or to protect the rights, property, or safety of Enron Companies, our customers, or others. This includes exchanging information with other companies and organisations for the purposes of fraud protection and credit risk reduction;</li>
|
| 593 |
+
<li>To any other third party with your prior consent to do so.</li>
|
| 594 |
+
</ul>
|
| 595 |
+
<br>
|
| 596 |
+
<br>
|
| 597 |
+
|
| 598 |
+
|
| 599 |
+
<a name="p7">
|
| 600 |
+
<b>STORAGE AND TRANSFER OF DATA</b>
|
| 601 |
+
<br>
|
| 602 |
+
All the information you provide may be processed and stored, transferred or accessed by entities around the world as described in this policy. By submitting your information and using our Site, you consent to this transfer, storing or processing, consistent with applicable law. We will take all steps reasonably necessary to ensure that your data is treated securely and in accordance with this privacy policy.
|
| 603 |
+
<br>
|
| 604 |
+
The security of your personal information is important to us. We have implemented appropriate technical, administrative, and physical controls to protect information about you. Where we have given you (or where you have chosen) a password which enables you to access certain parts of our Site, you are responsible for keeping this password confidential. We ask you not to share a password with anyone.
|
| 605 |
+
<br>
|
| 606 |
+
<br>
|
| 607 |
+
<a name="p8">
|
| 608 |
+
<b>COOKIES</b>
|
| 609 |
+
<br>
|
| 610 |
+
Our Site uses first- and third-party cookies and other tracking technologies. For detailed information on our use of cookies, please see our Cookies Policy below. Our third party partners may use tracking technologies that are not cookie-based such as advertising IDs for mobile devices or other methods to help understand your interest on our Sites and third party websites, apps, and other digital platforms.
|
| 611 |
+
<br>
|
| 612 |
+
You may view and opt-out of tracking cookies for any company that participates in the Digital Advertising Alliance Consumer Choice program at http://www.aboutads.info/choices/.
|
| 613 |
+
<br>
|
| 614 |
+
<br>
|
| 615 |
+
<a name="p9">
|
| 616 |
+
<b>CHILDREN</b>
|
| 617 |
+
<br>
|
| 618 |
+
This Site is not directed toward children under 13 years of age nor does Enron Webmail knowingly collect information from children under 13 without parental consent and in compliance with applicable laws.
|
| 619 |
+
<br>
|
| 620 |
+
You can find more information on how to protect your kids online from the FTC at https://www.consumer.ftc.gov/topics/protecting-kids-online.
|
| 621 |
+
<br>
|
| 622 |
+
<br>
|
| 623 |
+
|
| 624 |
+
<a name="p10">
|
| 625 |
+
<b>YOUR RIGHTS AND CHOICES</b>
|
| 626 |
+
<br>
|
| 627 |
+
You may have the right to request information about our use of your information or opt out of certain uses. You may exercise your rights at any time by contacting us as described in the “Contact” section below. Your rights may include:
|
| 628 |
+
<br>
|
| 629 |
+
Requesting a copy of the personal information held by Enron Companies about you, the purpose of the processing, correction or updating of incorrect data, information regarding recipients of personal information about you, and blocking and deletion of personal information. We may require proof of identity before fulfilling such requests.
|
| 630 |
+
<br>
|
| 631 |
+
If you wish to subscribe to our newsletter(s), we will use your name and email address to send the newsletter to you. You may choose to stop receiving our newsletter or marketing emails by following the unsubscribe instructions included in these emails, accessing the email preferences in your account settings page.
|
| 632 |
+
<br>
|
| 633 |
+
In some cases you may have the right to request information about, and opt out of, disclosures of your information to third parties for the third party’s own purposes.
|
| 634 |
+
<br>
|
| 635 |
+
We will retain and use your information for as long as reasonably necessary to provide the services to you, while your account is active, and to comply with our legal obligations, resolve disputes, and enforce our agreements.
|
| 636 |
+
<br>
|
| 637 |
+
<br>
|
| 638 |
+
<a name="p11">
|
| 639 |
+
<b>YOUR CALIFORNIA PRIVACY RIGHTS</b>
|
| 640 |
+
<br>
|
| 641 |
+
California residents may have the right to request information regarding the disclosure of personal information to third parties for the third parties’ direct marketing purposes. To make such a request, contact us as described in the “Contact” section below.
|
| 642 |
+
<br>
|
| 643 |
+
Enron Webmail does not share your personal information with third parties other than as described in this policy or with your consent.
|
| 644 |
+
<br>
|
| 645 |
+
<br>
|
| 646 |
+
<a name="p12">
|
| 647 |
+
<b>CHANGES TO OUR PRIVACY POLICY</b>
|
| 648 |
+
<br>
|
| 649 |
+
Any material changes we may make to our privacy policy in the future will be posted on this page prior to the change becoming effective and/or we will notify you through the Site or, where appropriate, by e-mail. Please check back frequently to see any updates or changes to our privacy policy. These changes will become effective upon obtaining your consent, if necessary, as required under local law. If you do not agree or consent to these updates or changes, do not continue to use the Site.
|
| 650 |
+
<br>
|
| 651 |
+
<br>
|
| 652 |
+
<a name="p13">
|
| 653 |
+
<b>CONTACT</b>
|
| 654 |
+
<br>
|
| 655 |
+
Enron Webmail.
|
| 656 |
+
<br>
|
| 657 |
+
<a href="mailto:webmailcontact@enroncorp.com">webmailcontact@enron.com</a>
|
| 658 |
+
<br>
|
| 659 |
+
<br>
|
| 660 |
+
All notices not related to this privacy policy should be sent to:
|
| 661 |
+
<br>
|
| 662 |
+
|
| 663 |
+
Enron Webmail.
|
| 664 |
+
<br>
|
| 665 |
+
c/o Legal Dept.
|
| 666 |
+
<br>
|
| 667 |
+
<a href="mailto:legal@enroncorp.com">legal@enron.com</a>
|
| 668 |
+
<br>
|
| 669 |
+
<hr>
|
| 670 |
+
<br>
|
| 671 |
+
</div>
|
| 672 |
+
<!--END OF PRIVACY POLICY -->
|
| 673 |
+
|
| 674 |
+
|
| 675 |
+
|
| 676 |
+
<!--START OF COOKIE POLICY -->
|
| 677 |
+
<a name="cookies">
|
| 678 |
+
<h2 align=center>Enron Webmail - Cookies Policy</h2>
|
| 679 |
+
|
| 680 |
+
<h3>Index</h3>
|
| 681 |
+
<ol>
|
| 682 |
+
<a href="#c1"><li>Information About Our Use of Cookies and Tracking Technologies</li></a>
|
| 683 |
+
<a href="#c2"><li>Web Beacons and other Tracking Technologies</li></a>
|
| 684 |
+
</ol>
|
| 685 |
+
<br>
|
| 686 |
+
<br>
|
| 687 |
+
|
| 688 |
+
<div align=justify>
|
| 689 |
+
|
| 690 |
+
<!-- COOKIES POLICY -->
|
| 691 |
+
<a name="c1">
|
| 692 |
+
<b>INFORMATION ABOUT OUR USE OF COOKIES AND TRACKING TECHNOLOGIES</b>
|
| 693 |
+
<br>
|
| 694 |
+
Our Sites use cookies and other similar technologies (as described below) to distinguish you from other users of our Sites. This helps us to provide you with a good experience when you browse our Sites, allows us to improve our Sites and provide you with tailored content and advertising.
|
| 695 |
+
<br>
|
| 696 |
+
A cookie is a small file of letters and numbers that we store on your browser or the hard drive of your computer if you agree. Cookies contain information that is transferred to your computer's hard drive.
|
| 697 |
+
<br>
|
| 698 |
+
You can find more information about the types of cookies we use and the purposes for which we use them in the table below:
|
| 699 |
+
<br>
|
| 700 |
+
<br>
|
| 701 |
+
<ul>
|
| 702 |
+
<li><b>Strictly Necessary</b>: These cookies are essential in order to enable you to browse our Site and use its features. The information collected by these cookies relate to the operation of our Site, for example website scripting language and security tokens to maintain secure areas of our Site.</li>
|
| 703 |
+
<li><b>Performance / Analytics</b>: These cookies collect anonymous information about how you use our Site, for example which pages you visit most often, whether you receive any error messages, and how you arrived at our Site. Information collected by these cookies is used only to improve your use of our Site and never to identify you. These cookies are sometimes placed by third-party providers of web traffic analysis services, such as Google Analytics.</li>
|
| 704 |
+
<li><b>Functionality</b>: These cookies remember choices you make, for example the country you visit our Site from, your language and any changes you have made to text size or other parts of web pages that you can customise, in order to improve your experience of our Site and to make your visits more tailored and enjoyable. The information these cookies collect may be anonymised and cannot be used to track your browsing activity on other websites.</li>
|
| 705 |
+
<li><b>Targeting or Advertising</b>: hese cookies collect information about your browsing habits and inferred interests in order to make advertising more relevant to you. They are also used to limit the number of times you see an advert, as well as to measure the effectiveness of an advertising campaign. These cookies are usually placed by third-party advertising networks. They remember the other websites that you visit and this information is shared with third-party organisations, for example advertisers.</li>
|
| 706 |
+
<li><b>Social Media</b>: These cookies allow you to share what you’ve been doing on our Site with social media organisations such as Facebook and Twitter. These cookies are not within our control. Please refer to the privacy policies of these organisations for how their cookies work.</li>
|
| 707 |
+
</ul>
|
| 708 |
+
|
| 709 |
+
Please note that third parties (including, for example, advertising networks and providers of external services like web traffic analysis services) may also use cookies, over which we have no control. These cookies are likely to be analytical/performance cookies or targeting cookies.
|
| 710 |
+
<br>
|
| 711 |
+
<br>
|
| 712 |
+
|
| 713 |
+
We may use cookies:
|
| 714 |
+
<ul>
|
| 715 |
+
<li>(i) to collect anonymised data on users behaviour on the site. We may also capture what site a user has come from and what site they go to and also some demographic data (e.g. the user’s location) and we may use that data to analyse user behaviour across multiple sites;</li>
|
| 716 |
+
<li>(ii) to categorise pools of users (on an anonymised basis) based on demographic and/or behavioural data and use this to, (1) target our advertising to cookie-ed users on third party websites and Enron Corporation websites, and (2) use that data to allow targeted third party advertising to categorised cookie-ed users either in respect of advertising placement Enron Corporation has bought/placed and targeted to users on behalf of third parties or in respect of advertising bought/placed by third parties and targeted to cookie pools Enron Corporation has "sold" to these third parties.</li>
|
| 717 |
+
</ul>
|
| 718 |
+
Our Sites may use Google AdSense to publish advertisements. When you view or click on an advert a cookie will be set to help better provide advertisements that may be of interest to you on this and other websites. For more information on Google’s use of cookies visit Google’s Advertising and Privacy page: http://www.google.com/privacy_ads.html.
|
| 719 |
+
<br>
|
| 720 |
+
<br>
|
| 721 |
+
Our Sites may use specific Google Analytics features including remarketing (advertising our products to you after you have visited our Sites); demographics and interest reporting (obtaining general demographic and interest information from Google); and impression reporting (information on the impact of our advertisements). You may opt out of Google Analytics.
|
| 722 |
+
<br>
|
| 723 |
+
<br>
|
| 724 |
+
Most internet browsers are automatically set up to accept cookies. If you want to refuse or delete any cookies (or similar technologies), please refer to the help and support area on your internet browser for instructions on how to block or delete cookies. Please note you may not be able to take advantage of all the features of our Site, including certain personalised features, if you delete or disable cookies.
|
| 725 |
+
<br>
|
| 726 |
+
<br>
|
| 727 |
+
For more information on managing cookies, please go to www.allaboutcookies.org, or visit www.youronlinechoices.eu which has further information about behavioural advertising and online privacy.
|
| 728 |
+
<br>
|
| 729 |
+
<br>
|
| 730 |
+
You may view and opt-out of tracking cookies for any company that participates in the Digital Advertising Alliance Consumer Choice program at http://www.aboutads.info/choices/.
|
| 731 |
+
<br>
|
| 732 |
+
<br>
|
| 733 |
+
<a name="c2">
|
| 734 |
+
<b>Web Beacons and other Tracking Technologies</b>
|
| 735 |
+
<br>
|
| 736 |
+
We, or our third party partners, may employ a software technology called web beacons (also known as web bugs, clear gifs or pixels) which helps us understand what content is effective, for example by counting the number of users who have visited these pages. Web beacons are tiny graphics with a unique identifier, similar in function to cookies, and are used to let us know when content is viewed. In contrast to cookies, which are stored on a user’s computer hard drive, web beacons are embedded invisibly on web pages. We, or our third party partners, may tie the information gathered by web beacons to the other information we collect about you.
|
| 737 |
+
|
| 738 |
+
</div>
|
| 739 |
+
|
| 740 |
+
<br>
|
| 741 |
+
<img src="/src/spacer.gif" width=1 height=40><br>
|
| 742 |
+
<a href="#top"><div class="backtotop">top of page</div></a><br>
|
| 743 |
+
<img src="/src/spacer.gif" width=1 height=25>
|
| 744 |
+
</td>
|
| 745 |
+
</tr>
|
| 746 |
+
</table>
|
| 747 |
+
</td>
|
| 748 |
+
|
| 749 |
+
<!-- pinstripe separating page content from "see also" column -->
|
| 750 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc" rowspan=2><br /></td>
|
| 751 |
+
|
| 752 |
+
<!-- column 6: navbar or "see also" or whatever -->
|
| 753 |
+
<td valign="top" bgcolor="#0066cc">
|
| 754 |
+
<table cellspacing=0 cellpadding=0 border=0 width=120>
|
| 755 |
+
<!-- <tr><td bgcolor="#ffffff" colspan=3><img src="/_images/spacer.gif" width=120 height=1></td></tr> -->
|
| 756 |
+
<tr>
|
| 757 |
+
<td><img src="/src/spacer.gif" width=10 height=1></td>
|
| 758 |
+
<td valign="top">
|
| 759 |
+
<img src="/src/spacer.gif" width=1 height=10><br>
|
| 760 |
+
<!-- produced by navgen -->
|
| 761 |
+
<div class=navitems>See also:<br></div>
|
| 762 |
+
<div class=navitems><a class='navlink' href='/index.html'>Enron WebMail</a><br></div>
|
| 763 |
+
<img src=/src/spacer.gif width=1 height=10><br>
|
| 764 |
+
<img src=/src/555.gif width=90 height=1><br>
|
| 765 |
+
<img src=/src/spacer.gif width=1 height=15><br>
|
| 766 |
+
<div class=navitems><a href="https://enroncorp.com" class=navlink>back to enron.com</a><br></div>
|
| 767 |
+
<!-- end of navgen -->
|
| 768 |
+
|
| 769 |
+
</td>
|
| 770 |
+
<td><img src="/src/spacer.gif" width=5 height=1></td>
|
| 771 |
+
</tr>
|
| 772 |
+
</table>
|
| 773 |
+
</td>
|
| 774 |
+
|
| 775 |
+
<!-- pinstripe at right edge of page -->
|
| 776 |
+
<td valign="top" align="left" width="1" class="gridLine" bgcolor="#0066cc" rowspan=2><br /></td>
|
| 777 |
+
</tr>
|
| 778 |
+
|
| 779 |
+
|
| 780 |
+
<!-- for column 6 only, to get the navimage to stick to the bottom -->
|
| 781 |
+
<tr><td valign="bottom" bgcolor="#0066cc"><img src="/src/navimage_r.gif"></td></tr>
|
| 782 |
+
|
| 783 |
+
|
| 784 |
+
<!-- bottom pinstripe -->
|
| 785 |
+
<tr><td valign="top" class="gridLine" bgcolor="#0066cc" colspan="13"><img src="/src/spacer.gif" width="1" height="1" alt="spacer" /></td></tr>
|
| 786 |
+
|
| 787 |
+
<tr><td colspan=13><img src="/src/bottombar.gif"></td></tr>
|
| 788 |
+
|
| 789 |
+
</table>
|
| 790 |
+
|
| 791 |
+
</div>
|
| 792 |
+
|
| 793 |
+
</body>
|
| 794 |
+
</html>
|
mail/allen-p/attachments/00a7766310e632775f0e9a4421721aec_SepBidWeekData.xls
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da20718761fc50e46305ce4bc6369d64be1b329d2e7c8988cc5ca499bf274418
|
| 3 |
+
size 405504
|
mail/allen-p/attachments/00d532f569cc7a4eff2654ae69d8011d_Enron in Action Submission Form.doc
ADDED
|
Binary file (30.7 kB). View file
|
|
|
mail/allen-p/attachments/00ddb8e58f4911d95dbd6edfc2105128_granhous1.xls
ADDED
|
Binary file (42 kB). View file
|
|
|
mail/allen-p/attachments/00ddf192440298151c789b0779d1f177_counter_131.doc
ADDED
|
Binary file (22 kB). View file
|
|
|
mail/allen-p/attachments/0100eb69b67abab435376c36d38bb543_X20292.DOC
ADDED
|
Binary file (36.4 kB). View file
|
|
|
mail/allen-p/attachments/011db189fbcd30628456c7fa86480807_rentroll_922.xls
ADDED
|
Binary file (44 kB). View file
|
|
|
mail/allen-p/attachments/011db189fbcd30628456c7fa86480807_rentroll_929.xls
ADDED
|
Binary file (44 kB). View file
|
|
|
mail/allen-p/attachments/016d13211fbb16476b2e7e644219786c_amortization.xls
ADDED
|
Binary file (88.1 kB). View file
|
|
|
mail/allen-p/attachments/016d13211fbb16476b2e7e644219786c_brenda_k_stone.doc
ADDED
|
Binary file (22 kB). View file
|
|
|
mail/allen-p/attachments/017e5f37d2629423b327d79bfb46e143_systems.doc
ADDED
|
Binary file (19.5 kB). View file
|
|
|
mail/allen-p/attachments/01c3e4ff4417d0306da18dd85234dfdb_Market briefs.xls
ADDED
|
Binary file (17.4 kB). View file
|
|
|
mail/allen-p/attachments/01c3e4ff4417d0306da18dd85234dfdb_bug_black.gif
ADDED
|
mail/allen-p/attachments/01e07827a599d493fcb15f4abe7fce24_California Update.doc
ADDED
|
Binary file (29.7 kB). View file
|
|
|
mail/allen-p/attachments/01f9bca577099f7160bc9ed8eabefc3f_Jan00Expense.xls
ADDED
|
Binary file (99.3 kB). View file
|
|
|
mail/allen-p/attachments/0253f6e17bae36af67bd9dc1e4df948e__1.dat
ADDED
|
Binary file (5.63 kB). View file
|
|
|
mail/allen-p/attachments/02a001a3a4b31edea74c4e4d01ba2864_Talking Points on California prices.doc
ADDED
|
Binary file (22.5 kB). View file
|
|
|
mail/allen-p/attachments/02b480c18e67875c5d4ece798632769b_Request For Distribution_1994 Plan.doc
ADDED
|
Binary file (21.5 kB). View file
|
|
|
mail/allen-p/attachments/02b480c18e67875c5d4ece798632769b_Request for Distribution Procedures_1994 Plan.doc
ADDED
|
Binary file (21.5 kB). View file
|
|
|
mail/allen-p/attachments/02ca73be78f028ec47bcf43a96e4d72b_Socal Presentation_122600.xls
ADDED
|
Binary file (90.6 kB). View file
|
|
|
mail/allen-p/attachments/02e58c76f8d17c8cd69526e7399d3381_Briefing-Mar2.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8ca61ab79e46a04c33b08c3e03866d29c06990373019076e9aa7739768037093
|
| 3 |
+
size 3044459
|
mail/allen-p/attachments/02e9aff544b999f33e582fcc7910b9e4_house2.xls
ADDED
|
Binary file (24.1 kB). View file
|
|
|
mail/allen-p/attachments/032800b93608070042ad5878b8407d63_Sep_Socal.xls
ADDED
|
Binary file (25.6 kB). View file
|
|
|
mail/allen-p/attachments/03410b410c50f47d2cd284333253997e_New_Generation_Oct24_2000.ppt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4dc7323ec01a84aa8f48a9dd07c1e57ae0ab2e6fd27346f4d950d9fca382f3f
|
| 3 |
+
size 4403712
|