aboutsummaryrefslogtreecommitdiff
path: root/internal/imap/client.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-11-04 22:35:11 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-11-04 22:35:11 +0100
commit71a729e50496bb6019994dac5f713e44c9929587 (patch)
treeba3bb6fd46d74e2dfcd47e952f471d9f292cd4e0 /internal/imap/client.go
parent34a1416ab519b6089b151578544fa647aab09265 (diff)
downloadfeed2imap-go-71a729e50496bb6019994dac5f713e44c9929587.tar.gz
feed2imap-go-71a729e50496bb6019994dac5f713e44c9929587.tar.bz2
feed2imap-go-71a729e50496bb6019994dac5f713e44c9929587.zip
Update actions
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
2pass.py?id=2bac6dd4bdc7f666057df1943d80d7c0cf31efd8&follow=1'>keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed