index
:
mblaze
this commit
master
wip
Unix utilities to deal with Maildir
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mcom: integrate msign and mencrypt
Leah Neukirchen
2017-06-19
1
-1
/
+19
*
mcom: remove debugging output
Leah Neukirchen
2017-06-19
1
-2
/
+0
*
contrib: add mmkdir
Leah Neukirchen
2017-06-19
1
-0
/
+9
*
mcom: send attached messages inline and without leaking basename
Leah Neukirchen
2017-06-19
1
-2
/
+2
*
mcom: don't limit column width for subjects
Leah Neukirchen
2017-06-19
1
-2
/
+2
*
mcom: add -r to resume editing drafts
Leah Neukirchen
2017-06-19
2
-13
/
+49
*
mdeliver: don't increment line buffer of getdelim
Leah Neukirchen
2017-06-19
1
-2
/
+3
*
mexport: < and > are not part of the addr-spec used in From lines
Leah Neukirchen
2017-06-19
1
-1
/
+1
*
mmime: don't generate empty filenames
Leah Neukirchen
2017-06-19
1
-0
/
+5
*
mmime: allow setting content-disposition and overriding filename
Leah Neukirchen
2017-06-19
2
-7
/
+27
*
mshow: show Reply-To by default
Leah Neukirchen
2017-06-18
2
-2
/
+2
*
mcom: add mfwd command to forward messages
Leah Neukirchen
2017-06-18
3
-1
/
+45
*
mshow: add -N to not show MIME structure markers.
Leah Neukirchen
2017-06-18
2
-11
/
+20
*
mcolor: add colors for two and three level quotes
Leah Neukirchen
2017-06-13
1
-0
/
+2
*
mshow: print_decode_header: bump buffer size
Leah Neukirchen
2017-06-13
1
-1
/
+1
*
maddr: bump decode buffer to allow a few hundred mail adresses
Leah Neukirchen
2017-06-13
1
-1
/
+1
*
blaze822: blaze822_addr: support backslashes in atoms
Leah Neukirchen
2017-06-13
1
-1
/
+5
*
blaze822: blaze822_addr: ensure space for terminal null
Leah Neukirchen
2017-06-13
1
-1
/
+1
*
mcolor: normalize CRLF
Leah Neukirchen
2017-06-13
1
-0
/
+1
*
blaze822: blaze822_addr: unquote quoted strings
Leah Neukirchen
2017-06-12
1
-1
/
+4
*
mexport: support reading from pipes, better error reporting
Leah Neukirchen
2017-06-12
1
-24
/
+31
*
mmime: gen_attachment: try to generate filenames as atoms, use qp for double ...
Leah Neukirchen
2017-06-12
1
-5
/
+10
*
rfc2231: blaze822_mime2231_parameter: decode first argument if we jumped insi...
Leah Neukirchen
2017-06-12
1
-1
/
+1
*
rfc2231: blaze822_mime2231_parameter: ensure plain file names are null termin...
Leah Neukirchen
2017-06-12
1
-0
/
+1
*
blaze822: blaze822_addr: skip spaces after >
Leah Neukirchen
2017-06-03
1
-0
/
+2
*
blaze822: blaze822_addr: use memcpy instead of strcpy, we know the length
Leah Neukirchen
2017-06-03
1
-2
/
+4
*
GNUmakefile: museragent: use --dirty
Leah Neukirchen
2017-06-01
1
-1
/
+1
*
mcom: use museragent
Leah Neukirchen
2017-06-01
1
-0
/
+2
*
GNUmakefile: generate museragent
Leah Neukirchen
2017-06-01
2
-3
/
+10
*
mscan: use wint_t for %lc
Leah Neukirchen
2017-05-31
1
-2
/
+2
*
GNUmakefile: detect OS
Leah Neukirchen
2017-05-27
1
-3
/
+8
*
rename Makefile
Leah Neukirchen
2017-05-27
1
-0
/
+0
*
contrib/mgpg: use mktemp with -t (for macOS)
Leah Neukirchen
2017-05-27
1
-1
/
+1
*
mhdr: cast printing of time_t
Leah Neukirchen
2017-05-27
1
-1
/
+1
*
mdeliver: cast printing of time_t
Leah Neukirchen
2017-05-27
1
-1
/
+2
*
Makefile: OpenBSD needs -pthread
Leah Neukirchen
2017-05-27
1
-2
/
+2
*
blaze822_mime2231_parameter: fix lookup and parsing of non-2231 fields
Leah Neukirchen
2017-05-27
1
-3
/
+3
*
contrib: add msign and mencrypt
Leah Neukirchen
2017-05-26
2
-0
/
+47
*
add contrib/README.md
Leah Neukirchen
2017-05-26
1
-0
/
+7
*
mshow: try to keep CRLF intact for -r
Leah Neukirchen
2017-05-26
1
-1
/
+6
*
contrib/mverify: use unix2dos for CRLF normalization
Leah Neukirchen
2017-05-26
1
-2
/
+2
*
mmime: add mblaze/raw for plain text inclusion
Leah Neukirchen
2017-05-26
1
-0
/
+4
*
mmime: add -t to override toplevel content-type
Leah Neukirchen
2017-05-26
2
-3
/
+11
*
add mgpg
Leah Neukirchen
2017-05-26
1
-0
/
+20
*
mcom: commajoin: use awk
Leah Neukirchen
2017-05-26
1
-1
/
+3
*
mdeliver: fix error string
Duncaen
2017-05-26
1
-1
/
+1
*
mless: replace grep -m1 with sed for portability
Duncaen
2017-05-26
1
-1
/
+1
*
pipeto: check argv[0] is set
Leah Neukirchen
2017-05-23
1
-1
/
+4
*
mscan: spawn a pager for interactive use
Leah Neukirchen
2017-05-23
3
-2
/
+33
*
mshow: spawn a pager for interactive use
Leah Neukirchen
2017-05-23
5
-2
/
+144
[next]