summaryrefslogtreecommitdiff
path: root/mysql.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-13 13:54:28 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2024-02-13 13:54:28 +0100
commitf42f426667c69d8a902ca803b77db9830f3e5a45 (patch)
tree6fc66202496e980a318912436ea936dac26cd7d5 /mysql.go
parentc6f5e375dbd6fd17a5c162ecc3ad6b633452afef (diff)
downloadgosten-f42f426667c69d8a902ca803b77db9830f3e5a45.tar.gz
gosten-f42f426667c69d8a902ca803b77db9830f3e5a45.tar.bz2
gosten-f42f426667c69d8a902ca803b77db9830f3e5a45.zip
mysql
Diffstat (limited to 'mysql.go')
-rw-r--r--mysql.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql.go b/mysql.go
new file mode 100644
index 0000000..ae2fa31
--- /dev/null
+++ b/mysql.go
@@ -0,0 +1,7 @@
+//go:build !sqlite
+
+package main
+
+import _ "github.com/go-sql-driver/mysql"
+
+const driverName = "mysql"
w=1'>Fix for go-imap-uidplus has gone upstream, delete replace.René 'Necoro' Neumann2-7/+3 2020-05-04when tls verification is disabled for the feed, we should also disable this ↵René 'Necoro' Neumann1-3/+4 for the images 2020-05-03Better handling of embedded images with relative urlsRené 'Necoro' Neumann1-13/+27 2020-05-03Slightly enhance loggingRené 'Necoro' Neumann1-4/+4 2020-05-03Explicit version infoRené 'Necoro' Neumann4-12/+15 2020-05-03--version flagRené 'Necoro' Neumann1-0/+6 2020-05-03Rename from 'client' to 'cl'René 'Necoro' Neumann5-26/+26 2020-05-03Use UIDPLUS Imap extensionRené 'Necoro' Neumann4-11/+33 2020-05-03Fix update in IMAPRené 'Necoro' Neumann1-2/+12 2020-05-03Update support for IMAPRené 'Necoro' Neumann5-17/+205 2020-05-03Option "reupload-if-updated"René 'Necoro' Neumann2-0/+4 2020-05-03Fix typoRené 'Necoro' Neumann1-2/+2 2020-05-02Use uuid library directly and encode to base64.René 'Necoro' Neumann6-10/+16 Also add an additional header `X-Feed2Imap-Item`, b/c the messageId contains the variable part of the hostname. 2020-05-02RestructureRené 'Necoro' Neumann8-95/+111 2020-05-02WIP: Message-IdsRené 'Necoro' Neumann8-5/+40 2020-05-02Typo and mention config example in READMERené 'Necoro' Neumann2-1/+3