File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ async function getAccounts() {
9292 // Parse multiline output with regex to extract email and size information
9393 const accounts = [ ] ;
9494 const accountLineRegex =
95- / \* ( [ \w \- \. @ ] + ) \( ( [ \w \~ ] + ) \/ ( [ \w \~ ] + ) \) \[ ( \d + ) % \] ( .* ) $ / ;
95+ / \* ( [ \w \- \. @ ] + ) \( ( [ \w \. \ ~] + ) \/ ( [ \w \. \~ ] + ) \) \[ ( \d + ) % \] ( .* ) $ / ;
9696
9797 // Process each line individually
9898 const lines = stdout . split ( '\n' ) . filter ( ( line ) => line . trim ( ) . length > 0 ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " docker-mailserver-gui" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.0.2 " ,
44 "description" : " [](https://hub.docker.com/r/dunajdev/docker-mailserver-gui)" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments