Skip to content

Latest commit

 

History

History

README.md

Imapsync

Logo

Open your Home Assistant instance and show the app dashboard. Home Assistant App Docker Image Project Maintenance

Sync IMAP accounts easily and reliably.


Caution

Experimental / Beta Status

This App is still in development and/or primarily developed for personal use. It is not extensively testet yet, but is expected to work fundamentally.


📖 About

Sync IMAP accounts easily and reliably.


⚙️ Configuration

Configure the app via the Configuration tab in the Home Assistant App page.

Options

jobs:
- additional_cli_args: []
  delete_after_sync: false
  destination_auth_type: password
  destination_host: imap.example.net
  destination_oauth2_client_id: ''
  destination_oauth2_client_secret: ''
  destination_oauth2_refresh_token: ''
  destination_oauth2_tenant_id: ''
  destination_password: ''
  destination_user: dest@example.net
  dry_run: false
  excluded_folders: []
  included_folders: []
  max_age: 0
  max_size: 0
  source_auth_type: password
  source_host: imap.example.com
  source_oauth2_client_id: ''
  source_oauth2_client_secret: ''
  source_oauth2_refresh_token: ''
  source_oauth2_tenant_id: ''
  source_password: ''
  source_user: source@example.com
  subscribe_folders: true
  sync_gmail_labels: false
  sync_internal_dates: true
log_level: info
sync_interval: 3600

👨‍💻 Credits & License

This project is open-source and available under the MIT License. Maintained by FaserF.