Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Leave mail unread on mail server.

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
configurationmessageemailimapmailserver
9 Respuestas
21988 Vistas
Avatar
Lawrence

Hello,

When an incoming mail server is configured using IMAP to collect mail from a Gmail account it marks the message as read, meaning it is difficult to see what has been read when logging into the Gmail account.

Is there a way to leave the message as unread on the mail server?

Moreover, is it possible for the message to be automatically marked as read within openERP once it is read in Gmail, similar to how IMAP works on most mobile devices?

Thanks, Lawrence

3
Avatar
Descartar
DE-PRE GMBH

Same problem an answer on that would be very helpful ...

Lawrence
Autor

In the end I used POP3 for the mail servers. This allows for you to collect mail (whether its in the read or unread state) and also will not change the state of the messages it collects providing you configure it correctly on your mail server (e.g. Gmail). There is also the added benefit which it will collect mail in the "sent" folder.

Luis Leiva

Lawrence, how do configure to avoid the fetched emails to be deleted from the server? Could you please explain further.

Lawrence
Autor

Hi Luis. In Gmail I went to Settings->Forwarding and POP/IMAP and then under the heading POP access I selected "When messages are accessed by POP keep original message in inbox". I hope that helps.

patrick cadonau

I have the same issue - any new solutions available by now to also being able to process read messages - but not already processed through OpenERP - through IMAP?

Avatar
assd
Mejor respuesta

Real IMAP client is like a remote access/sync to a mail server. So you have just one repository for your emails and your local copy is like a managed cache that is sync each time you check mail on server.

In Openerp IMAP is used just as auth, but really, openerp copy from the server ONLY mail marked as "unread" from the IMAP inbox.

This new mail will be "unread" in openerp and "read" on IMAP server

If you read some email from you IMAP server you will not have that email in openerp (just remark the email as unread and openerp will fetch it)

If you delete some email from the server this will continue to exist in openerp because there is not sync but just fetch.

OpenERP:POP is more manageable but it can't be used with catchall account due to a bug (see: bugs.launchpad.net/openobject-addons/+bug/1104091)

OpenERP:IMAP should be changed in order to fetch all "unread (by openerp)" email! means that OpenERP should fetch those email that it has never saw before without change the "read" status on the IMAP server

bye

3
Avatar
Descartar
Avatar
Laremi
Mejor respuesta

Same issue on Odoo 11(using IMAP)

Any fix to leave messages as unread on the Gmail server ?

Please help,

Thank you

0
Avatar
Descartar
Avatar
hiren
Mejor respuesta

It seems openerp uses unread to know which mails to fetch, and once fetched, needs to mark those as read so that on the next fetch, it doesn't fetch the same ones again, I don't see a way of leaving it unread on server, and having openerp know which messages not to fetch on the next run. I may be wrong though.

0
Avatar
Descartar
assd

you're right but openerp could use same technique is used in any imap mail client

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Receive sent mail on mail server by IMAP
configuration email fetchmail imap mailserver
Avatar
Avatar
Avatar
Avatar
7
ene 20
22776
Get read mail by IMAP
configuration crm email messages imap
Avatar
0
mar 15
7374
Error in Test Connection Email
configuration email
Avatar
0
ene 25
2045
Email Configuration - v15
configuration email
Avatar
Avatar
1
may 22
4429
Email in Odoo
email mailserver
Avatar
Avatar
1
mar 22
3462
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now