NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/conf/dovecot/global_sieve_before

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

global_sieve_before on main
Author Date Commit Line Code
andryyy about 7 years ago dcacf85

[Dovecot] Rename sieve_after to global_sieve_after and create a global_sieve_before file

Full commit hash
dcacf85a5d8bff7aee20147c4cccfc11d3757a76
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
1
# global_sieve_before script
Open commit View diff
1 # global_sieve_before script
same change dcacf85

[Dovecot] Rename sieve_after to global_sieve_after and create a global_sieve_before file

Full commit hash
dcacf85a5d8bff7aee20147c4cccfc11d3757a76
Author
andryyy <[email protected]>
Date
about 7 years ago
Selected line
2
# global_sieve_before -> user sieve_before (mailcow UI) -> user sieve_after (mailcow UI) -> global_sieve_after
Open commit View diff
2 # global_sieve_before -> user sieve_before (mailcow UI) -> user sieve_after (mailcow UI) -> global_sieve_after
andryyy over 5 years ago 3dece1a

[Dovecot] Add sieve rule to move DeltaChat (https://delta.chat) messages to folder DeltaChat

Full commit hash
3dece1a05c97c1b989b432bd0609710fef91e95c
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
3
Open commit View diff
3
andryyy almost 5 years ago d383c0a

[Dovecot] Revert autocrypt sieve before, fixes DeltaChat and closes #4230

Full commit hash
d383c0ab9bcc82a11e997063b023029e9caf5d4b
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
4
require ["mailbox", "fileinto"];
Open commit View diff
4 require ["mailbox", "fileinto"];
andryyy over 5 years ago 3dece1a

[Dovecot] Add sieve rule to move DeltaChat (https://delta.chat) messages to folder DeltaChat

Full commit hash
3dece1a05c97c1b989b432bd0609710fef91e95c
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
5
Open commit View diff
5
andryyy almost 5 years ago d383c0a

[Dovecot] Revert autocrypt sieve before, fixes DeltaChat and closes #4230

Full commit hash
d383c0ab9bcc82a11e997063b023029e9caf5d4b
Author
andryyy <[email protected]>
Date
almost 5 years ago
Selected line
6
if header :contains ["Chat-Version"] [""] {
Open commit View diff
6 if header :contains ["Chat-Version"] [""] {
andryyy over 5 years ago 3dece1a

[Dovecot] Add sieve rule to move DeltaChat (https://delta.chat) messages to folder DeltaChat

Full commit hash
3dece1a05c97c1b989b432bd0609710fef91e95c
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
7
  if mailboxexists "DeltaChat" {
Open commit View diff
7 if mailboxexists "DeltaChat" {
same change 3dece1a

[Dovecot] Add sieve rule to move DeltaChat (https://delta.chat) messages to folder DeltaChat

Full commit hash
3dece1a05c97c1b989b432bd0609710fef91e95c
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
8
    fileinto "DeltaChat";
Open commit View diff
8 fileinto "DeltaChat";
same change 3dece1a

[Dovecot] Add sieve rule to move DeltaChat (https://delta.chat) messages to folder DeltaChat

Full commit hash
3dece1a05c97c1b989b432bd0609710fef91e95c
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
9
  } else {
Open commit View diff
9 } else {
same change 3dece1a

[Dovecot] Add sieve rule to move DeltaChat (https://delta.chat) messages to folder DeltaChat

Full commit hash
3dece1a05c97c1b989b432bd0609710fef91e95c
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
10
    fileinto :create "DeltaChat";
Open commit View diff
10 fileinto :create "DeltaChat";
same change 3dece1a

[Dovecot] Add sieve rule to move DeltaChat (https://delta.chat) messages to folder DeltaChat

Full commit hash
3dece1a05c97c1b989b432bd0609710fef91e95c
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
11
  }
Open commit View diff
11 }
same change 3dece1a

[Dovecot] Add sieve rule to move DeltaChat (https://delta.chat) messages to folder DeltaChat

Full commit hash
3dece1a05c97c1b989b432bd0609710fef91e95c
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
12
  stop;
Open commit View diff
12 stop;
same change 3dece1a

[Dovecot] Add sieve rule to move DeltaChat (https://delta.chat) messages to folder DeltaChat

Full commit hash
3dece1a05c97c1b989b432bd0609710fef91e95c
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
13
}
Open commit View diff
13 }