Skip to content

Commit 9f745c2

Browse files
committed
Improve comments
1 parent 65d142e commit 9f745c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

interface/lib/classes/remote.d/mail.inc.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ public function mail_spamfilter_blacklist_get($session_id, $primary_id)
710710
return $app->remoting_lib->getDataRecord($primary_id);
711711
}
712712

713-
//* czarna lista e-mail
713+
//* Add a new spamfilter blacklist
714714
public function mail_spamfilter_blacklist_add($session_id, $client_id, $params)
715715
{
716716
if (!$this->checkPerm($session_id, 'mail_spamfilter_blacklist_add'))
@@ -810,7 +810,7 @@ public function mail_policy_get($session_id, $primary_id)
810810
return $app->remoting_lib->getDataRecord($primary_id);
811811
}
812812

813-
//* polityki filtrów spamu e-mail
813+
//* Add a spam policy
814814
public function mail_policy_add($session_id, $client_id, $params)
815815
{
816816
if (!$this->checkPerm($session_id, 'mail_policy_add'))
@@ -860,7 +860,7 @@ public function mail_fetchmail_get($session_id, $primary_id)
860860
return $app->remoting_lib->getDataRecord($primary_id);
861861
}
862862

863-
//* fetchmail
863+
//* Add fetchmail
864864
public function mail_fetchmail_add($session_id, $client_id, $params)
865865
{
866866
if (!$this->checkPerm($session_id, 'mail_fetchmail_add'))
@@ -960,7 +960,7 @@ public function mail_blacklist_get($session_id, $primary_id)
960960
return $app->remoting_lib->getDataRecord($primary_id);
961961
}
962962

963-
//* wpisy białej listy
963+
//* Add blacklist
964964
public function mail_blacklist_add($session_id, $client_id, $params)
965965
{
966966
if (!$this->checkPerm($session_id, 'mail_blacklist_add'))
@@ -1010,7 +1010,7 @@ public function mail_filter_get($session_id, $primary_id)
10101010
return $app->remoting_lib->getDataRecord($primary_id);
10111011
}
10121012

1013-
//* wpisy filtrow e-mail
1013+
//* Add mail filter
10141014
public function mail_filter_add($session_id, $client_id, $params)
10151015
{
10161016
if (!$this->checkPerm($session_id, 'mail_filter_add'))

0 commit comments

Comments
 (0)