diff --git a/ROADMAP.md b/ROADMAP.md deleted file mode 100644 index fb8fa983..00000000 --- a/ROADMAP.md +++ /dev/null @@ -1,301 +0,0 @@ -
- - - - - Bulwark Webmail - - -
- -# Bulwark Webmail - Roadmap - -This document tracks the development status and planned features for Bulwark Webmail. - -## Completed Features - -### Core Infrastructure - -- [x] Next.js 16 with TypeScript and App Router -- [x] Tailwind CSS v4 with Oxide engine -- [x] Zustand state management -- [x] Custom JMAP client implementation (RFC 8620) - -### Authentication - -- [x] Login with JMAP server authentication -- [x] Session management (no password storage for security) -- [x] Username autocomplete with history -- [x] Logout functionality -- [x] Authentication error handling -- [x] JMAP identities for sender address -- [x] TOTP two-factor authentication (Stalwart-compatible) -- [x] OAuth2/OIDC with PKCE (opt-in SSO, session persistence, RP-initiated logout) -- [x] External IdP support via explicit issuer URL (Keycloak, Authentik, etc.) -- [x] "Remember me" session persistence for Basic Auth (AES-256-GCM encrypted httpOnly cookie) - -### JMAP Server Connection - -- [x] Session establishment and keep-alive -- [x] Connection error handling and retries -- [x] CORS error detection with actionable user guidance -- [x] Session URL origin rewriting (fixes Docker/reverse proxy deployments where server returns internal hostname) -- [x] Storage quota display -- [x] Server capability detection -- [x] Shared folders support (multi-account access) - -### Email Operations - -- [x] Email fetching and display -- [x] Full HTML email rendering -- [x] Compose, reply, reply-all, forward -- [x] Draft auto-save with discard confirmation -- [x] Mark as read/unread -- [x] Star/unstar emails -- [x] Delete and archive -- [x] Color tags/labels -- [x] Full-text search -- [x] Advanced search with JMAP filter panel, search chips, and cross-mailbox queries -- [x] Attachment upload and download -- [x] Batch operations (multi-select) -- [x] Quick reply form -- [x] Email threading (Gmail-style inline expansion) - -### Real-time Updates - -- [x] EventSource for JMAP push notifications -- [x] State synchronization -- [x] Email arrival notifications -- [x] Real-time unread counts -- [x] Mailbox change handling - -### User Interface - -- [x] Three-pane layout (sidebar, list, viewer) -- [x] Minimalist design system -- [x] Dark and light theme support -- [x] Custom scrollbars -- [x] Mobile responsive design -- [x] Keyboard shortcuts -- [x] Drag-and-drop email organization -- [x] Right-click context menus -- [x] Hierarchical mailbox display -- [x] Email list with avatars and visual hierarchy -- [x] Expandable email headers -- [x] External content warning banner -- [x] SPF/DKIM/DMARC status indicators -- [x] Loading states and skeletons -- [x] Smooth transitions and animations -- [x] Infinite scroll pagination -- [x] Virtual scrolling for large email lists -- [x] Error boundaries -- [x] Settings page with preferences -- [x] Navigation rail (desktop vertical icon sidebar + mobile bottom tab bar) -- [x] Welcome banner for first-time users (one-time display, localStorage persistence) -- [x] Confirmation dialog component with promise-based useConfirmDialog hook -- [x] Toast notifications with undo action support and typed durations -- [x] Inline form validation with shake animation (email composer, contact form) -- [x] Login UX polish (error shake, discreet 2FA toggle, password visibility toggle, session expired banner) -- [x] Empty state patterns for contacts (distinct "no data" vs "no search results" with contextual actions) -- [x] WCAG AA reduced-motion media query (global animation/transition reset) -- [x] Safe area inset utilities for notched devices -- [x] Screen reader live region announcements (sr-only) - -### Internationalization - -- [x] English language support -- [x] French language support -- [x] Japanese language support -- [x] Spanish language support -- [x] Italian language support -- [x] German language support -- [x] Dutch language support -- [x] Portuguese language support -- [x] Automatic browser language detection -- [x] Language preference persistence - -### Security & Accessibility - -- [x] External content blocked by default -- [x] HTML sanitization with DOMPurify -- [x] User control for loading external content -- [x] Trusted senders list for automatic image loading -- [x] Dark mode email readability (intelligent color transformation) -- [x] WCAG 2.0 Level AA color contrast compliance -- [x] Newsletter unsubscribe support (RFC 2369) -- [x] XSS attack prevention with comprehensive validation -- [x] CSP Report-Only headers with per-request nonce -- [x] Security headers (X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy) -- [x] Reusable focus trap hook (Tab cycling, Escape handling, focus restore) -- [x] WCAG AA prefers-reduced-motion support (global animation/transition reset) -- [x] Safe area insets for notched mobile devices -- [x] Screen reader sr-only live region for dynamic announcements - -### Identity Management - -- [x] Multiple sender identities (name, email, signature) -- [x] Sub-addressing support (user+tag@domain.com) -- [x] Per-identity signatures -- [x] Identity badges in email viewer and list -- [x] Tag suggestions based on context -- [x] Display name included in From header (recipients see name, not just email) -- [x] Primary identity (matching login) selected by default in composer - -### Address Book & Contacts - -- [x] Contact store with JMAP sync and local fallback -- [x] Contact CRUD operations (create, read, update, delete) -- [x] Contacts list view with search/filter -- [x] Contact details view/edit form -- [x] JMAP contacts sync (RFC 9553/9610 ContactCard/AddressBook) -- [x] Email autocomplete from contacts -- [x] Contacts integration in email composer (To/Cc/Bcc) -- [x] Contact groups/lists management with JMAP members map -- [x] vCard import/export (RFC 6350 parser/generator, duplicate detection) -- [x] Bulk contact operations (multi-select, delete, group add, export) -- [x] i18n support for contacts (all 8 languages) - -### Vacation Responder - -- [x] JMAP VacationResponse singleton management -- [x] Settings tab with date range and message configuration -- [x] Sidebar indicator when vacation auto-reply is active -- [x] i18n support (all 8 languages) - -### Calendar Integration - -- [x] JMAP Calendar types (RFC 8984) and client methods -- [x] Calendar capability detection (urn:ietf:params:jmap:calendars) -- [x] Calendar store with Zustand (persist middleware) -- [x] Month, week, day, and agenda views -- [x] Event modal (create/edit/delete with recurrence, reminders) -- [x] Mini-calendar sidebar with calendar visibility toggles -- [x] Calendar settings (default view, week start, time format) -- [x] Multi-day event spanning across all covered days -- [x] Column-based overlap layout for concurrent events -- [x] Locale-aware date formatting via next-intl -- [x] First day of week and time format settings wired to views -- [x] Push notification handling for calendar state changes -- [x] Calendar page capability check (redirect if unsupported) -- [x] Error handling with toast feedback on event CRUD -- [x] Timezone auto-detection on event creation -- [x] Input validation, color sanitization, focus trap -- [x] ARIA grid roles and event card accessible labels -- [x] Mobile touch targets (44px minimum) -- [x] Calendar keyboard shortcuts (m/w/d/a views, t today, n new event) -- [x] i18n support with ICU pluralization (all 8 languages) -- [x] Drag-and-drop event rescheduling (week/day time snap, month date move) -- [x] iCalendar (.ics) file import via CalendarEvent/parse with preview and bulk create -- [x] Event notifications with client-side alert evaluation and toast display -- [x] Notification sound, acknowledged alert persistence (localStorage), proactive 24h event fetch -- [x] Configurable notification settings (enable/disable, sound toggle) -- [x] Participant scheduling with iTIP invitations (organizer/attendee UI, RSVP buttons, contact autocomplete) -- [x] Inline calendar invitation banner in email viewer (auto-detect .ics attachments, RSVP, import to calendar, cancellation display) -- [x] Scheduling message support (sendSchedulingMessages flag for create/update/delete) -- [x] Click-drag to create events (pointer-based time range selection, 15-min snap, visual overlay) -- [x] Event resize by dragging bottom edge handle (15-min snap, optimistic JMAP update) -- [x] Recurring event edit/delete scope dialog (this event / this and following / all events) -- [x] Double-click quick event creation (inline title input, PT1H default) -- [x] Event duplication button in modal (clones event +1 day, opens for editing) - -### Email Filters - -- [x] JMAP Sieve Scripts (RFC 9661) with capability detection -- [x] Visual rule builder (conditions: From/To/Cc/Subject/Header/Size/Body, actions: Move/Copy/Forward/Mark read/Star/Label/Discard/Reject/Keep/Stop) -- [x] Raw Sieve script editor with syntax validation -- [x] Sieve generator and parser with JSON metadata round-trip -- [x] Filter store with CRUD, reorder, toggle, auto-save with rollback -- [x] Opaque script detection with reset to visual builder option -- [x] Focus trap accessibility in modals -- [x] Toast validation feedback for empty rules -- [x] Push notification handling for SieveScript state changes -- [x] i18n support (all 8 languages) - -### Email Templates - -- [x] Reusable email templates with local storage persistence -- [x] Category organization (General, Business, Personal, Support, Follow-up, custom) -- [x] Dynamic placeholder variables with auto-fill from composer context -- [x] Template manager modal (create, edit, duplicate, delete) -- [x] Template picker in composer toolbar with search and category filter -- [x] Custom placeholder prompt on template insertion -- [x] Settings tab for template management -- [x] Keyboard shortcut (Ctrl+Shift+T to insert template) -- [x] i18n support (all 8 languages) - -### Email Display - -- [x] Proper email layout without horizontal scroll or clipping -- [x] Blocked image container collapsing (no empty spaces in newsletters) - -### Testing - -- [x] Unit tests for validation utilities (57 tests) -- [x] Unit tests for email sanitization (27 tests) -- [x] Unit tests for color transformation (40 tests) -- [x] Unit tests for contact store (56 tests) -- [x] Unit tests for JMAP contact client (41 tests) -- [x] Unit tests for vCard parser (18 tests) -- [x] Unit tests for thread utilities (20 tests) -- [x] Unit tests for email headers (39 tests) -- [x] Component tests (contacts, UI components — 41 tests) -- [x] JMAP client method tests (identity: 20, contacts: 41) -- [x] Unit tests for Sieve generator (50 tests) -- [x] Unit tests for Sieve parser (14 tests) -- [x] Unit tests for calendar alerts (36 tests) -- [x] Unit tests for calendar notification store (8 tests) -- [x] Unit tests for calendar invitation parsing (25 tests) -- [x] Unit tests for calendar participants (26 tests) -- [x] Unit tests for template utilities (48 tests) -- [x] Unit tests for OAuth PKCE and discovery (14 tests) -- [x] XSS attack vector testing -- [x] Playwright E2E framework setup - -### Deployment - -- [x] Runtime environment variables (Docker-friendly configuration) -- [x] Health check endpoint -- [x] Docker support (multi-stage build, docker-compose, standalone output) -- [x] Structured server-side logger (text/JSON format, configurable level) -- [x] Pre-built Docker image on [Docker Hub](https://hub.docker.com/r/bulwarkmail/webmail) and [GHCR](https://ghcr.io/bulwarkmail/webmail) with multi-arch support (amd64/arm64) -- [x] GitHub Actions CI/CD for automated image publishing on releases -- [x] CVE remediation: remove npm from production image, upgrade Alpine packages -- [x] Server-side update check (logs newer version availability on startup) - -## Planned Features - -### Advanced Features - -- [ ] Free/busy queries (Principal/getAvailability) -- [ ] Calendar sharing UI (JMAP Sharing RFC 9670) -- [ ] Email encryption (PGP/GPG) - -### Performance Optimizations - -- [ ] Email content caching -- [ ] Bundle size optimization -- [ ] Service worker for offline support -- [ ] Lazy loading for attachments - -### Testing (Remaining) - -- [ ] E2E tests with real JMAP server -- [ ] Accessibility testing -- [ ] Performance testing - -### Deployment - -- [ ] Production build optimizations -- [ ] Monitoring and logging - -### Security Enhancements - -- [ ] Rate limiting - -## Known Issues - -- [ ] Next.js workspace root warning (cosmetic) - -## Contributing - -Want to help implement a feature? Check out our [CONTRIBUTING.md](CONTRIBUTING.md) guide! diff --git a/scripts/debug-tnef.ts b/scripts/debug-tnef.ts index edbb7933..c6144304 100644 --- a/scripts/debug-tnef.ts +++ b/scripts/debug-tnef.ts @@ -193,7 +193,7 @@ while (offset + 11 <= data.byteLength) { } else { valuePreview = `(${vl} bytes binary)`; if (propId === 0x1013) { - try { valuePreview += ` preview="${new TextDecoder('utf-8').decode(raw).slice(0, 200)}"`; } catch {} + try { valuePreview += ` preview="${new TextDecoder('utf-8').decode(raw).slice(0, 200)}"`; } catch { /* ignore decode errors */ } } } pOff += vl + pad4(vl); @@ -220,7 +220,7 @@ while (offset + 11 <= data.byteLength) { try { const preview = new TextDecoder('utf-8').decode(attrData.slice(0, Math.min(200, attrData.byteLength))); console.log(` Preview: "${preview}"`); - } catch {} + } catch { /* ignore decode errors */ } } attrIndex++; diff --git a/tnef-attachment-1-zappa_av1.jpg b/tnef-attachment-1-zappa_av1.jpg deleted file mode 100644 index da46742c..00000000 Binary files a/tnef-attachment-1-zappa_av1.jpg and /dev/null differ diff --git a/tnef-attachment-2-bookmark.htm b/tnef-attachment-2-bookmark.htm deleted file mode 100644 index a1cf7112..00000000 --- a/tnef-attachment-2-bookmark.htm +++ /dev/null @@ -1,578 +0,0 @@ - - -Bookmarks -

Bookmarks

-

-

Adobe GoLive

-

-

GoLive Actions Resource -
GoLive Actions -
GoLive Headquarters News -
GoLiveHeaven A Hub for the GoLive Community -
http--216.246.51.202-forums-adobe_golive-index.htm -
More Adobe GoLive Actions page one -
OUTactions -

-

ASP Stuff

-

-

ASP - Application service providers -
CRMXchange Gateway to the Contact Center, CRM and Customer Care Community -
PeopleSoft Customer Relationship Management Home -

-

Daily

-

-

Astronomy Picture of the Day Archive -
Best of the Blogs -
Brill's Content -
CamWorld Thinking Outside the Box -
CHUD - Cinematic Happenings Under Development -
Daypop - a current events-weblog-news search engine -
Dotcom Scoop -
dotCULT.com -
drew##^# -
FARK Drew Curtis' FARK.com -
FEED Magazine -
IA EH. Eleganthack is a guide to Information Architecture, Interface Design, Usability, User Ce -
Ironminds -
memepool.com -
Metafilter Community Weblog -
mrbarrett.com -
Plastic -
Salon.com -
SHARPEWORLD america's no. 1 website -
Slashdot News for nerds, stuff that matters -
Suck.com Daily -
Talk Hard Online Forums -
The Morning News -
TheStandard.com homepage -
Wired News -

-

Dell

-

-

Dell Auction -
Dell -
Dellnet -
Gigabuys -
Support.Dell.com -

-

eZines

-

-

Association of Alternative Newsweeklies -
LOST AT SEA online -
MotherJones.com -- News and Resources for the Skeptical Citizen -
Shift.com -

-

Finances

-

-

Fidelity Asset Manager Growth -
Fool.com Finance and Folly -- Main Page -
Fool.com Is Your 401(k) Foolish -- How to Pick a Winner -
IAParticipant -
My Fidelity -
The Motley Fool -- My Fool -
Welcome to Maverick Investing with Doug Fabian! -

-

Fonts

-

-

04 extra bitmap -
1001 Fonts .com -
BLAMBOT Comic Fonts & Lettering -
CHANK FONTS! -
CheapskateFonts - Fonts -
Dr. Design's Definitive Design Links List -
Font Collections in Specialty Themes -
font-o-ville -
Fontmaker [PAGE 1] -
Fontosaurus Text -
Fonts & Things - the most unusual fonts online... -
Free Typewriter Fonts -
Larabie Fonts -
Orgdot open source pixel and led fonts for flash -
phantomphonts -
Small Fonts by Cal Henderson -
The Dog Hause Fonts -
Web Page Design for Designers - Pixel Fonts -
www.pizzadude.dk fonts.html -

-

Funnies

-

-

SatireWire dot.com.edy -
SNL MM (Saturday Night Live Multimedia - snl.jt.org) YOUR SOURCE FOR SNL MULTIMEDIA, saturday n -
The Dialectizer -
Welcome to SNL InfoMedia -

-

Grateful Dead

-

-

(4442) Garcia (Star) -
(4442) Garcia -
A Long, Staid Trip - How Deadheads ruined the Grateful Dead. By Marc Weingarten -
Access Place Grateful Dead - Lyrics, Pictures, MP3, Setlists.. -
BEAR'S ART PAGES -
Betty Board info -
Blair Jackson - Garcia -
Buffalo News Concert Review 7-17-90 -
Concert Posters -
db.etree.org - GD by Year -
Deadhook @ www.ezboard.com -
deadlegs.com mp3 and real audio library of grateful dead quality audio. Mp3 shows and Mp3 bootl -
Deadshow.com -
Did You Know -
Doug Irwins First Amended Petition under Probate Code section 9860 -
Dozin.com -
Eurodead.net - for Grateful Dead fans everywhere -
Eurodead.net Links Directory -
Garcia's Guitars Mac Video Game -
GD CD-R Covers -
Google Search grateful dead 1-20-79 -
Google Search rec.music.gdead -
Google Web Directory - Arts Music Bands and Artists G Grateful Dead -
GRAMMY.com - Interview with Dennis McNally -
Grateful Day -
Grateful Dead Almanac -
GRATEFUL DEAD AT WINTERLAND, NEW YEAR'S 1972-73 -
Grateful Dead Family Discography -
Grateful Dead Frequently Asked Questions -
Grateful Dead Links -
GRATEFUL DEAD LIVE - www.gdlive.com -
Grateful Dead Lyric And Song Finder -
Guitar.com - Jerry Garcia The Acoustic Man's Dead -
How to 'Truck' the Brand Lessons from the Grateful Dead - Page 1 -
Jerry Garcias Guitars -
Lone Star Dead web space -
psilo.com - Dead Tickets, Passes, & Laminates -
Rock and Roll Hall of Fame and Museum Hall of Fame Inductee Detail -
RollingStone.com Artists The Grateful Dead -
SHN List for Grateful Dead -
Songs for the Dead -
Strings of gold - There was something special about Doug Irwin's guitars, and Jerry Garcia knew -
TBT Venues New York -
The Annotated Grateful Dead Lyrics, by David Dodd -
The DeadBoard Dead General Got something to talk about -
The Deadheads Newsletters 1972 -1974 -
The Grateful Dead - FBI Files -
The SetList Program -
The Smoking Gun Archive- Garcia's Assets -
TheStandard.com I'm With the Brand -
Uncle Sam and the Grateful Dead -
Wired.com - April 23, 2001 - Deadheads May Not Be Grateful -
www.gdlive.com - -shn- -

-

Indie Music Sites

-

-

--indietabs.net i can't freestyle. i'm a low budget ludacris. -
-30-music ... 30music.com -
3WK Underground Radio - Internet Only Alternative Radio! -
Aversion.com - Rock Punk Indie Music -
barsuk records -
CMJ New Music First -
Comes with a Smile -
Crud Magazine -
Delusions of Adequacy -
Dusted Magazine -
Emmie Magazine -
Epitonic.com Hi Quality Free MP3 Music -
http--www.basement-life.com- -
hybridmagazine.com -
In Music We Trust -
indieworkshop.com -
insound -
j u n k m e d i a music news, reviews & interviews -
L o s t A t S e a . o n l i n e -
Live Indie Rock Music -
mp3.palukaville.net -
P R O J E C T A T L A N T I S Z I N E -
Pitchforkmedia.com -
PopMatters -
Rocket Fuel Online Magazine -
SOUNDTHESIRENS.COM - Independent Online Magazine -
Splendid -
tonevendor.com . welcome -

-

Information Architecture

-

-

Argus Center for Information Architecture -

-

Jobs

-

-

BuffaloJobFinder.com -
GreatJobNetwork.com Jobs in Buffalo, New York -
HotJobs.com -
iambuffaloniagarajobs.com -
Western New York Jobs -

-

Lab

-

-

Black Lab Studios - Gallery Autumn -
Dog Links - E-commerce -
LUCKY LABRADOR BREWING COMPANY -

-

Links

-

-

3WK -
Admin -
BNews -
Board -
CDR -
Demon -
eBay -
Fark -
Google -
jay -
Lishost - Board -
M&T -
MindLeaders -
MSN -
MyFool -
MyUB -
NYT -
PHP -
PortalQA -
PP3 -
PP4 -
Setlist Corrections -
Slash -
TMD -

-

Media

-

-

Bloomberg -
Capitol Records -
CBS -
CNBC Dow Jones Business Video -
CNET Today - Technology News -
CNN Videoselect -
Disney -
ESPN Sports -
Fox News -
Fox Sports -
Hollywood Online -
Internet Radio Guide -
MSNBC -
MUSICVIDEOS.COM -
NBC VideoSeeker -
Sugarmegs Live Stream -
TV Guide Entertainment Network -
Universal Studios Online -
Warner Bros. Hip Clips -
What's On Now -
Windows Media Showcase -

-

Music

-

-

Digital Club Network (DCN) - The Live Music Source -
Epitonic.com Hi Quality Free MP3 Music -
Indie Live MP3s - mp3.palukaville.net -
Live Indie Rock Music -
Live365.com - Broadcast -
MP3.com Buffalo -
MusicToday -
Tim's Secret MP3 Stash -

-

Nice Sites

-

-

Art Technology Group -
Black Dog Interactive A New Breed -
Born Magazine Design and Literature Collaboration -
Brience.com -
Factiva, a Dow Jones Reuters Company -
FACTOR DESIGN -
Ford HEV -
fusionOne -
International Herald Tribune -
iSyndicate Syndication solutions built on our Intelligent Syndication Network -
oddcast -
siegelgale Launch -

-

PHP

-

-

codewalkers.com - main page - PHP Help -
EZwebdesign.com - PHP Resources -
HotScripts.com PHP -
http--www.phpinsider.com- -
Macromedia - PHP and Dreamweaver MX -
MySQL Documentation MySQL Commented MySQL Manual -
New York PHP - Linux Apache MySQL PHP -
PHP Hideout -
PHP Hypertext Preprocessor -
PHP Magazin - German -
PHP Manual date -
PHP WORLD - Free PHP Help , Resources and Scripts Consulting - MYSQL, Oracle database PHP Suppo -
PHP-Nuke -
PHPBuilder.com - The Resource For PHP Developers -
PHPCon East 2003 US Conference for PHP Developers. -
PHPDeveloper.org -
PHPkitchen - Come See What's Cookin' -
phpWizard - Building Dynamic Websites with PHP -
PX PHP Code Exchange -
Random CVS notes -
The PHP Resource Index -
WDVL PHP -
Web Design References PHP -
WebmasterBase - PHP and MySQL -

-

phpBB

-

-

Hacks.phpBB.Com -
phpBB 2 Index -
phpBB2 CVS snapshots -
phpBB2.de -
SourceForge Project Info - phpBB -

-

PhpNuke

-

-

PHP-Nuke -
Quebec Hardcore News -
Yahoo! Groups phpnuke Files -

-

References

-

-

AMG All Music Guide -
Bartleby.com Great Books Online -
CNNfyi.com - Student Mainpage -
Fast Facts Handbook -
homework help and educational resources at harcourt.com -
whatis.com -

-

Setlists

-

-

Allman Brothers Band Setlists -
Ben Harper Setlists -
Black Crows Setlists #1 -
Black Crows Setlists #2 -
Blues Traveler Setlists -
Blues Traveler Stage and Pre-show Setlists -
Bob Dylan Setlists -
Bob Marley Performances -
Bruce Hornsby Setlists -
Charlie Hunter Setlists -
Counting Crows Bootleg Guide -
Counting Crows Setlists - 2 -
Dark Star Orchestra Setlist -
Dave Matthews Band Setlists -
Derek Trucks Band -
Disco Biscuits Setlists -
Galactic Setlists -
Gov't Mule Setlists -
Grateful DeadLists -
Jane's Addiction - Boots -
Jazz Mandolin Project Setlists -
Jerry Garcia Setlists -
Jerry Joseph & the Jackmormons - Setlists -
Jimmy Buffet Setlists -
Karl Denson's Tiny Universe Setlists -
Led Zeppelin Setlists -
Leftover Salmon Setlists -
Modest Mouse Setlists -
Moe Setlists -
Other Ones Setlists -
Phil Lesh Setlists -
Pink Floyd Concert Appearances -
Pink Floyd ROIO -
Ratdog Setlists -
Rusted Root Setlists -
Samples Setlists -
Sector 9 Setlists -
Setlist.Com For all your setlist needs! -
Setlists - About.com -
Soulive Setlists -
Strangefolk Setlists -
String Cheese Setlists -
The Recipe Setlists -
U2 Setlist Archive -
Widespread Panic Setlists -

-

Shopping

-

-

Online DVD Deals and Coupons -
techbargains.com -

-

Steaming Tunes

-

-

3WK RealPlayer -
3WK Underground Radio -
Grateful Day -
Grateful Dead and Phriends- Streaming Real Audio Files -
Hip Boots - MP3 -
Hooked on Sonics Radio -
Listen -
musicneverstops.com -
OnShare GroupListing -
rip-off radio @ thebigripoff.com -
Sugarmegs- streams -
The Jam Zone! - Come in and groove with the Dead, Phish, Pink Floyd, Dave Matthews and many oth -

-

Trading

-

-

#tape_trade_central - Dalnet's Concert Trading Channel -
Bob Dylan Bootleg Artwork -
CD-R Trading Bootleg Cover Art Links -
CDR Covers - Yahoo! Photos - Thumbnails View -
CDR-Info, The Recording Authority -
CoverUniverse -
Etree.org -
etreenews.org -
Hip FTP -
http--www.u2-flom.de- -
i n h i d i n g  .  c o m -
Index of -etree -
Inlay Card Template -
Julian Fowler's CD Jewel Case Inserts -
NicksPicks.com -
Nothing's Shocking -
Paper CD Case -
Pink Floyd ROIO -
sativa.etree.org homepage -
Screech's Domain -
Shinburn - powered by XMB -
shntunes.org -
Tapers Revenge -
Templates CD-ROM Labels, CD Tray Cards, CD Inserts, and CD Mailers -
Welcome to Metropolis Noir - Your home for high quality Hip -

-

WAP-WML

-

-

allNetDevices -- The Wireless FAQ -
Nokia - WAP on Web -
Openwave Developer Program -
Openwave Systems Inc. -
Tag Reference - Wireless in a nutshell.com -
TagTag.com -+- FREE WAP site construction and hosting -
TTemulator - WAP emulator -
WAP (Wireless application protocol) - About.com -
WAP browser @ Gelon.net -
WAP Forum -
WAP Home - AnywhereYouGo.com -
WAP Usability Report Field Study Fall 2000 -
WAP.com - - Your guide to the wireless Internet, wap phones, wap services and PDAs -
WapTiger - WAP emulator -
Welcome to WAPDrive Free WAP sites WAP news WML tutorial WAP gateways -
Wireless Developer Network - Home -
Wireless in a nutshell.com - WAP, SMS, iMode, 3G, Bluetooth, VoxML, J2ME -
Wireless Industry - About.com -
WMLScript.com -
Yahoo! Mobile - Tours -
Yahoo! Mobile -

-

Web Design

-

-

404 Research Lab -
A List Apart For People Who Make Websites -
ASSEMBLER.ORG = Making Art With Machine Code; -
Bobby Validator -
Boxes and Arrows Because we can -
Chami.com - HTML-Kit, etc. -
CNET.com - Web Building - Stupid Web Tricks -
Color Schemer - Online Color Scheme Generator -
Contracts for every occasion - Web Building - CNET.com -
CSS Attributes Reference -
Doctor HTML v6 -
evolt.org Workers of the Web, Evolt! -
Flash 99% Good. First Aid Manual For Usable Flash Sites -
Frequent Questions Answered -- r937.com -
glish.com CSS layout techniques -
Graphic Design Resources Center - Graphic design tutorials, graphics tips, web design articles, -
Guide to Cascading Style Sheets -
GUIStuff.com - Free Graphical User Interfaces -
irt.org - JavaScript Windows FAQ Knowledge Base -
JavaScript Section - Homepage -
jjg.net information architecture resources -
Lighthouse latest -
LucDesk - Information Design . Web Usability . User Experience -
media inspiration -
more crayons colors for web designers -
my god...it's philippe starck... v-2 organisation -
Netscape - Developer -
O'Reilly Network Javascript and CSS DevCenter -
PDN's PIX - second site -
PDN's PIX - THE MAGAZINE FOR VISUAL CREATIVES -
Pirated Sites!! Aaarrgghh... -
Pirated Sites! -
Rabi's Dreamweaver Extensions -
Silicon Valley WebGuild Web Site Design Contest -
SimplytheBest Javascripts, JAVA Scripts -
SitePoint.com - Helping Business Grow Online! -
teamphotoshop.com -
The Web Standards Project Fighting for Standards in our Browsers -
Tomalak's Realm Daily Links to Strategic Web Design News -
Tutorials -
Usability.gov - Provided by the NCI National Cancer Institute -
Usable Web -
VisiBone Webmaster's Color Lab -
W3C HTML Validation Service -
W3Schools Online Web Tutorials -
Web Color Theory -
Web Design References -
Web Developer's Virtual Library Encyclopedia of Web Design Tutorials, Articles and Discussions -
Web Page Design for Designers - Home Page -
Web Pages That Suck -
Web Site Garage -
Web Tipes -
WebmasterBase - Helping Business Grow Online -
Webmonkey Reference Color Codes -
Webmonkey Reference Glossary -
Webmonkey Reference HTML Cheatsheet -
Webmonkey Reference Special Characters -
Webmonkey -
WebReview.com -
WebWord.com Hot Web Sites -
Welcome to SiteCritique.net - Helping You Create Better Designs Through Friendly Advice! -
Welcome to Web Resources - Where WebTechnology meets Simplicity -
ZDNet d e v e l o p e r Usability -

-

WNYMusic

-

-

Buffalo Music Online - Wnymusic.com -
Buffalo Music Online Message Board -
Ultimate Bulletin Board - Control Panel Frame -
WNYMusic - The List -

-

Zipzaps

-

-

Ebay - Items matching ( zipzap ) -
latencyproject.com - zip mods and racing -
Micro RC Cars Center -
Micro RC Cars Forum -
Radioshack.com - ZipZaps -
TinyRC.com - ZipZaps -
TinyRC.com -

-

.[DeskMod - Your Source for Desktop Modification]. -
ALT-PHP-FAQ - How do I turn newlines - returns into html breaks (br) -
BabyCentre Dads' stuff Diet for a healthy father-to-be -
BabyCentre Trying for a baby -
Business Week Online Salary Wizard -
Copyleft.net - Geek Chic! -
Coverall CD Audio Covers -
CVS--Concurrent Versions System - Table of Contents -
Dream Theater - Impaxx 5.18.93 - Dream Out Loud -
FastSubmit - Submit your website to search engines for FREE! -
Folding@home -
Free News Servers -
FreewarePalm -
History of Buffalo, New York -
internet beatles recording index main page -
irt.org - Dynamic HTML FAQ Knowledge Base -
irt.org - JavaScript Table FAQ Knowledge Base -
Keyboard Shortcuts for Windows -
Know Your Place! Shut Your Face! -
Lamb stuff! -
Misc. Space List -
MSN.com -
NASA's Visible Earth -
Opt-Out -
Portal Docs TOC -
Radio Station Guide -
Restoration Central Home, nurturing the passion for antiques and old homes with an Arts & Craft -
Rock and Roll Pumpkin Carving Patterns -
SternFanNetwork Home Page -
SWhois.net -
The Lawyers Who Get It Right - Jay Gerland -
ThinkGeek Stuff for Smart Masses -
US-NY-Buffalo-Web Developer -
WebMag Online - The No#1 Resource for Web Builders -
Welcome to the Happy Buffalo Slander Corner!!! -
Wxperience Forums - Forum Index -
[Real's JAVA JAVASCRIPT PB and WSH How-to] -

diff --git a/tnef-output.html b/tnef-output.html deleted file mode 100644 index db591389..00000000 --- a/tnef-output.html +++ /dev/null @@ -1,52 +0,0 @@ - -TNEF Output - -

TNEF Parse Results

-

Source: local-data/winmail(1).dat (6143 bytes)

-

No attachments found.

-

HTML Body

-
- -

Liebe Leserin, lieber Leser,

 

herzlichen Dank f�r Ihre Nachricht an die actimonda krankenkasse.

 

Um Ihre W�nsche k�mmern wir uns gewissenhaft und z�gig. Wir melden uns in K�rze bei Ihnen.

 

Ihre Anliegen sind herzlich willkommen. Zus�tzlich bieten wir Ihnen folgende Kontaktm�glichkeiten:

 

Tel.     0241 900 66-0

Fax.    0241 900 66-9100

Web   www.actimonda.de

FB      facebook.com/actimonda

 

Vielen Dank f�r Ihr Vertrauen. Alles Gute w�nscht Ihnen

 

Ihre

actimonda krankenkasse

-
- \ No newline at end of file