commit 4001addf767f88c919f0a7812842e7d53b7cd746 Author: Christian Krakau-Louis Date: Fri May 22 15:09:48 2026 +0200 Initial landing page diff --git a/README.md b/README.md new file mode 100644 index 0000000..66cca3d --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# InboxConverge Website + +Static landing page for `www.inboxconverge.com`. + diff --git a/index.html b/index.html new file mode 100644 index 0000000..29ee308 --- /dev/null +++ b/index.html @@ -0,0 +1,80 @@ + + + + + + InboxConverge | Self-hosted Gmail mailbox consolidation + + + + + + + + + +
+
InboxConverge
+ +
+
+
+
+

Keep external mailboxes flowing into Gmail.

+

InboxConverge replaces Gmail POP import and Gmailify with a self-hosted mailbox consolidation service. It polls source accounts, preserves message context, and delivers mail into Gmail on your own infrastructure.

+ Open production instance +
+
+
+
Source mailboxesPOP3, IMAP, old provider accounts, custom domains.
+
down
+
InboxConvergeScheduled polling, dedupe, retries, observability.
+
down
+
Gmail destinationGmail API delivery with original message metadata.
+
+
+
+
+

Built for the POP import sunset

+
+

Self-hosted

Run the consolidation layer on infrastructure you control, without depending on another mailbox proxy.

+

Multiple sources

Connect legacy provider inboxes, custom domains, and personal mailboxes in one managed place.

+

Operationally visible

Track failures, retries, polling intervals, and destination delivery so mail does not silently stop.

+
+
+
+ + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..2a111f6 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://www.inboxconverge.com/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..73029ea --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,6 @@ + + + + https://www.inboxconverge.com/ + +