===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-68-        $sql_result = $this->db->query(
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php:69:            "SELECT `{$this->preference_field}`, `{$this->value_field}` FROM `{$this->table_name}` WHERE `{$this->username_field}` = ?;",
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-70-            $user);
##############################################
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-88-                $this->db->query(
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php:89:                    "UPDATE `{$this->table_name}` SET `{$this->preference_field}` = ? WHERE `{$this->username_field}` = ? AND `{$this->preference_field}` = ?;",
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-90-                    sauserprefs::map_pref_name($pref_name),
##############################################
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-142-                        $this->db->query(
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php:143:                            "INSERT INTO `{$this->table_name}` (`{$this->username_field}`, `{$this->preference_field}`, `{$this->value_field}`) VALUES (?, ?, ?);",
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-144-                            $user_id,
##############################################
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-156-                        $this->db->query(
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php:157:                            "UPDATE `{$this->table_name}` SET `{$this->value_field}` = ? WHERE `{$this->username_field}` = ? AND `{$this->preference_field}` = ?;",
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-158-                            $pref['value'],
##############################################
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-169-                    elseif ($type == 'DELETE') {
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php:170:                        $sql = "DELETE FROM `{$this->table_name}` WHERE `{$this->username_field}` = ? AND `{$this->preference_field}` = ?";
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-171-                        $vals = array($user_id, $pref['field']);
##############################################
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-174-                        if ($pref['value']) {
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php:175:                            $sql .= " AND `{$this->value_field}` = ?";
roundcube-plugins-extra-1.4.8+1/sauserprefs/lib/Roundcube/rcube_sauserprefs_storage_sql.php-176-                            array_push($vals, $pref['value']);
##############################################
roundcube-plugins-extra-1.4.8+1/thunderbird-labels/README.md-36-1. unpack to plugins directory
roundcube-plugins-extra-1.4.8+1/thunderbird-labels/README.md:37:1. add `, 'thunderbird_labels'` to `$rcmail_config['plugins']` in roundcubes `config/config.inc.php`
roundcube-plugins-extra-1.4.8+1/thunderbird-labels/README.md-38-1. rename `config.inc.php.dist` to `config.inc.php`
##############################################
roundcube-plugins-extra-1.4.8+1/thunderbird-labels/coffeescripts/main.coffee-6-
roundcube-plugins-extra-1.4.8+1/thunderbird-labels/coffeescripts/main.coffee:7:require ('../node_modules/jquery')($, window)
roundcube-plugins-extra-1.4.8+1/thunderbird-labels/coffeescripts/main.coffee-8-