Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/dockerMailserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async function getAccounts() {
// Parse multiline output with regex to extract email and size information
const accounts = [];
const accountLineRegex =
/\* ([\w\-\.@]+) \( ([\w\~]+) \/ ([\w\~]+) \) \[(\d+)%\](.*)$/;
/\* ([\w\-\.@]+) \( ([\w\.\~]+) \/ ([\w\.\~]+) \) \[(\d+)%\](.*)$/;

// Process each line individually
const lines = stdout.split('\n').filter((line) => line.trim().length > 0);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docker-mailserver-gui",
"version": "1.0.1",
"version": "1.0.2",
"description": "[![Docker Pulls](https://img.shields.io/docker/pulls/dunajdev/docker-mailserver-gui)](https://hub.docker.com/r/dunajdev/docker-mailserver-gui)",
"main": "index.js",
"scripts": {
Expand Down