Package mireka.transmission.immediate

Examples of mireka.transmission.immediate.RemoteMta


    private final Name name;
    private final RemoteMta remoteMta;

    public AddressLookup(Name name) {
        this.name = name;
        this.remoteMta = new RemoteMta(name.toString());
    }
View Full Code Here


        f.status = new EnhancedStatus(550, "5.2.1", longErrorMessage());
        f.remoteMtaDiagnosticStatus =
                new Rfc821Status(new Response(550,
                        "Requested action not taken: mailbox unavailable"));
        f.remoteMta = new RemoteMta(IP3.getHostName());
        f.failureDate = new Date();
        f.logId = "NO_1_ENTRY";
        return Collections.singletonList((RecipientProblemReport) f);
    }
View Full Code Here

TOP

Related Classes of mireka.transmission.immediate.RemoteMta

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.