커밋 기록

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