Subversion Repositories XServices

Rev

Rev 20 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 21
Line 54... Line 54...
54
                "utf-8",
54
                "utf-8",
55
                false,
55
                false,
56
                false);
56
                false);
57
    }
57
    }
Line -... Line 58...
-
 
58
 
-
 
59
    public ReturnCode sendMailSimpleWithAttachment(HostConnection mailhost, String from,
-
 
60
            String tolist, String subject, String message,
-
 
61
            FileSetResource res) {
-
 
62
        return  sendMail(from,
-
 
63
                from,
-
 
64
                tolist,
-
 
65
                "",
-
 
66
                "",
-
 
67
                subject,
-
 
68
                message,
-
 
69
                "text/plain",
-
 
70
                res,
-
 
71
                mailhost.hostname,
-
 
72
                mailhost.port,
-
 
73
                mailhost.user,
-
 
74
                mailhost.password,
-
 
75
                "utf-8",
-
 
76
                false,
-
 
77
                false);
-
 
78
    }
-
 
79
 
-
 
80
 
58
 
81
 
59
    public ReturnCode sleep(int minutes, int seconds) {
82
    public ReturnCode sleep(int minutes, int seconds) {
60
        return sleep(0, minutes, seconds, 0);
83
        return sleep(0, minutes, seconds, 0);