aboutsummaryrefslogtreecommitdiff
path: root/internal/imap/mailboxes.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-01 18:18:40 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-01 18:18:40 +0200
commit9bd0c60e5007dc30808b7eef17a091fb248d54d6 (patch)
tree6b5837e2fe9d48b1ce18ccef1d87bc5098a91afb /internal/imap/mailboxes.go
parent8afa4a29d793e84007666083158e198cf2b8557d (diff)
downloadfeed2imap-go-9bd0c60e5007dc30808b7eef17a091fb248d54d6.tar.gz
feed2imap-go-9bd0c60e5007dc30808b7eef17a091fb248d54d6.tar.bz2
feed2imap-go-9bd0c60e5007dc30808b7eef17a091fb248d54d6.zip
Print warning on deprecated options. Handle "disable-ssl-verification"
Diffstat (limited to 'internal/imap/mailboxes.go')
0 files changed, 0 insertions, 0 deletions
05-04 00:56:49 +0200'>2020-05-04Fix 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