Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 rok pred |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 rok pred |
Tim Ledbetter
|
4b995542c4
LibIMAP: Make parsing of atom data fallible
|
1 rok pred |
Tim Ledbetter
|
54a28afc13
LibIMAP: Stop parsing immediately on error
|
1 rok pred |
Tim Ledbetter
|
29c477598c
LibIMAP: Rename `Parser::try_consume()` to `consume_if()`
|
1 rok pred |
Karol Kosek
|
f789d26e37
LibIMAP+Mail: Rename MultiPartBody's mime_type to multipart_subtype
|
1 rok pred |
Karol Kosek
|
642a3f85ef
LibIMAP: Parse body-type-msg to spec
|
1 rok pred |
Karol Kosek
|
4a92d712ea
LibIMAP: Don't parse starting space directly in parse_envelope
|
1 rok pred |
Karol Kosek
|
e9cf35fd60
LibIMAP: Parse body-ext-1part for every one part body type
|
1 rok pred |
Karol Kosek
|
a61a66c685
LibIMAP: Simplify parsing one part body structure
|
1 rok pred |
Valtteri Koskivuori
|
2b23f3f216
LibIMAP: Fix Parser::parse_disposition()
|
1 rok pred |
Valtteri Koskivuori
|
35f1cec7ca
LibIMAP: Propagate errors from Parser::parse_number()
|
1 rok pred |
Valtteri Koskivuori
|
0b7e18177b
LibIMAP: Rename `position` -> `m_position` in IMAP::Parser
|
1 rok pred |
Valtteri Koskivuori
|
8451c4d91c
LibIMAP: Add useful dbgln_if() printouts to IMAP::Parser
|
1 rok pred |
Valtteri Koskivuori
|
c2ed1547ba
LibIMAP: Remove needless conversion to DeprecatedString
|
1 rok pred |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 rokov pred |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 rokov pred |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 rokov pred |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 rokov pred |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 rokov pred |
Idan Horowitz
|
ace36681ff
LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructor
|
3 rokov pred |
Linus Groh
|
028e4bd2ae
LibIMAP: Parse (but ignore) OK [HIGHESTMODSEQ <mod-sequence-value>]
|
4 rokov pred |
Linus Groh
|
66e47d05c5
LibIMAP: Parse OK [CLOSED]
|
4 rokov pred |
Linus Groh
|
73a9d2ec32
LibIMAP: Replace abuse of String::matches() with == in the parser
|
4 rokov pred |
Linus Groh
|
ddd11b98d9
LibIMAP: Add and use Parser::consume_until_end_of_line()
|
4 rokov pred |
Linus Groh
|
8c05b4e137
LibIMAP: Rename IMAP::Parser::{parse => consume}_while()
|
4 rokov pred |
Luke
|
e80f8746b1
LibIMAP: Use try_parse_number instead of parse_number when parsing parts
|
4 rokov pred |
Luke
|
2c793d5935
LibIMAP: Make Section::parts unsigned
|
4 rokov pred |
x-yl
|
9174fabf05
LibIMAP: Support for remaining IMAP commands
|
4 rokov pred |
x-yl
|
076c708d0a
LibIMAP: Support for STORE and STATUS
|
4 rokov pred |