Key Features
End-to-End Encryption
All emails between Skiff users are fully encrypted. External emails are encrypted at rest using your private keys.
Rich Text Editor
Compose emails with full text formatting, images, tables, and attachments using Tiptap editor extensions.
Smart Search
Fast, client-side encrypted search across all your emails with instant results.
Advanced Filters
Create custom filters and labels to automatically organize incoming mail.
Email Composition
Skiff Mail provides a powerful composition experience built on the Tiptap rich text editor.Compose Features
- Rich Text Formatting: Bold, italic, underline, strikethrough, text color, and highlighting
- Lists and Structure: Bullet lists, numbered lists, blockquotes, and headings
- Media Support: Inline images, tables with customizable layouts
- Links: Insert and edit hyperlinks with link tooltips
- Attachments: Drag and drop file attachments with encryption
- Scheduled Sending: Schedule emails to be sent at a later time
Editor Extensions
The mail editor uses several Tiptap extensions:Inbox Management
Thread View
Emails are organized into conversation threads for easier navigation:- Automatic thread grouping by subject and participants
- Expandable/collapsible messages within threads
- Quick actions: Archive, delete, mark as spam, move to folder
- Thread-level encryption badge showing security status
Labels and Folders
Organize your emails with custom labels and system folders:- System Folders: Inbox, Sent, Drafts, Trash, Spam, Archive
- Custom Labels: Create colored labels for categorization
- Filters: Auto-apply labels based on sender, subject, or content
Encryption Architecture
End-to-End Encryption
Skiff Mail uses theskiff-mail-protos library to handle encrypted email data structures:
- Subject Encryption: Email subjects are encrypted using protocol buffers
- Body Encryption: Both HTML and plain text bodies are separately encrypted
- Attachment Encryption: Files are encrypted with unique symmetric keys
- Session Keys: Each email uses encrypted session keys for recipient access
Encryption Flow
- Compose email with plaintext content
- Generate symmetric session key for the message
- Encrypt message body, subject, and metadata with session key
- Encrypt session key with recipient’s public key (for Skiff users)
- Store encrypted data on server
- Recipients decrypt session key with their private key
- Decrypt message content for viewing
Attachment Handling
Skiff Mail provides secure attachment management:Upload and Encryption
- Drag and drop files directly into compose window
- Files are encrypted client-side before upload
- Support for multiple file types and sizes
- Progress indicators for large uploads
Download and Decryption
- Encrypted attachments are downloaded and decrypted locally
- Preview support for images and PDFs
- Export attachments to local filesystem
- Batch download for multiple attachments
Search Functionality
Skiff Mail implements a privacy-preserving search system:- Client-Side Indexing: All search indices are built locally
- Encrypted Storage: Search indices are encrypted at rest
- Fast Results: Instant search across thousands of emails
- Search Filters: Filter by sender, date, has attachments, labels
Advanced Features
Email Filters
Email Filters
Create powerful automation rules:
- Filter by sender email address or domain
- Match subject line patterns
- Auto-apply labels or move to folders
- Mark as read/unread automatically
- Forward or archive based on rules
skiff-mail-protos filter protocol buffers.Import/Export
Import/Export
Migrate your email data:
- Import: Support for EML format imports
- Export: Download emails as EML files
- Bulk Operations: Export multiple threads at once
- Attachments Included: Exports include all attachments
Email Aliases
Email Aliases
Create multiple email identities:
- Generate unique email aliases for different purposes
- Send from any alias with full encryption
- Manage alias settings and forwarding rules
- Quick alias creation from compose window
Custom Domains
Custom Domains
Use your own domain with Skiff Mail:
- Configure custom domain DNS settings
- Send and receive from your domain
- Full encryption support for custom domains
- Multiple domains per account (premium)
Integration Features
External Email Providers
- Send and receive emails from Gmail, Outlook, and other providers
- External emails are encrypted upon receipt
- SMTP/IMAP compatibility for external accounts
- Unified inbox for all email accounts
Calendar Integration
- Automatically parse calendar invitations
- Add events directly to Skiff Calendar
- RSVP to invitations from within email
- ICS attachment support
Mobile Support
Skiff Mail is designed for excellent mobile experience:- Responsive design for all screen sizes
- Touch-optimized gestures (swipe to archive/delete)
- Mobile attachment handling
- Pull-to-refresh for inbox updates
- Native mobile apps for iOS and Android
Privacy and Security
Zero-Knowledge Architecture
- Skiff servers never have access to decrypted email content
- Private keys remain on user devices only
- Metadata is minimized and encrypted where possible
Cryptographic Libraries
Skiff Mail leverages several cryptographic libraries:skiff-crypto: Core encryption and decryption functionsskiff-crypto-v2: Next-generation crypto primitives@stablelib/chacha20poly1305: Symmetric encryptiontweetnacl: Asymmetric key operations
Technical Implementation
Source Code Structure
The Skiff Mail application is organized inskemail-web/:
GraphQL API
Mail operations use GraphQL mutations and queries:sendMessage: Send encrypted emailgetThreads: Fetch email threadsupdateThread: Modify thread propertiesuploadAttachment: Upload encrypted filescreateFilter: Create email filter rules
Getting Started
Sign up for Skiff Mail
Create a free account at skiff.com - no personal information required
Set up your account
Choose your @skiff.com email address and secure your account with a strong password