1c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank/*
2c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * Copyright (C) 2010 The Android Open Source Project
3c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank *
4c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * Licensed under the Apache License, Version 2.0 (the "License");
5c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * you may not use this file except in compliance with the License.
6c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * You may obtain a copy of the License at
7c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank *
8c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank *      http://www.apache.org/licenses/LICENSE-2.0
9c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank *
10c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * Unless required by applicable law or agreed to in writing, software
11c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * distributed under the License is distributed on an "AS IS" BASIS,
12c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * See the License for the specific language governing permissions and
14c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * limitations under the License.
15c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank */
16c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank
17c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blankpackage com.android.email.service;
18c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank
19c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank/**
20c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank * This service needs to be declared separately from the base service
21c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank */
22e714bb9d153cfe13a7f0932e7d67ea08fa5a1d98Marc Blankpublic class Pop3AuthenticatorService extends AuthenticatorService {
23c6089bc01f2ae49fb11904a4b4f222811358254fMarc Blank}
24