Commit Graph

32 Commits

Author SHA1 Message Date
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
uco (OpenERP) 1b4563ea68 [IMP] fetchmail, mail_gateway: Usability improvements.
bzr revid: uco@tinyerp.com-20101104132137-7g2yxwrwr276hdio
2010-11-04 18:51:37 +05:30
uco (OpenERP) 0aa395f53b [IMP] fetchmail: Usability improvements.
bzr revid: uco@tinyerp.com-20101104111928-m7i3q8wyaig0qw54
2010-11-04 16:49:28 +05:30
Harry (OpenERP) dbff80e4a2 [MERGE]
bzr revid: hmo@tinyerp.com-20101103095029-r33uaeia8ufb133s
2010-11-03 15:20:29 +05:30
uco (OpenERP) 1de7ca673f [FIX] fetchmail: Help added for several fields. lp:657688
lp bug: https://launchpad.net/bugs/657688 fixed

bzr revid: uco@tinyerp.com-20101103080201-bfvba720mxgs22zx
2010-11-03 13:32:01 +05:30
Anup (OpenERP) c85cbf6db2 [FIX] fetchmail : SQL query corrected
bzr revid: ach@tinyerp.com-20101019101833-0fez00fq3ygkdklt
2010-10-19 15:48:33 +05:30
Fabien Pinckaers ea969153db [IMP+FIX] improvements patches from xrg
bzr revid: fp@tinyerp.com-20101017173000-m208j7b6kges3zlc
2010-10-17 19:30:00 +02:00
Ferchu d31b61e8a2 [FIX] Fetchmail : Correction for pop server mail processing
lp bug: https://launchpad.net/bugs/643994 fixed

bzr revid: jvo@tinyerp.com-20100921073253-hmf0yps77j8s8o9n
2010-09-21 13:02:53 +05:30
rpa (Open ERP) fbfcb5c00c [FIX]: fetchmail: Fixed wrong field name
lp bug: https://launchpad.net/bugs/631598 fixed

bzr revid: rpa@tinyerp.com-20100916130607-s5xjk5f972z5gkza
2010-09-16 18:36:07 +05:30
RHA (Open ERP) d5ad0b8ff1 [CLEAN]: Removed commented codes, unnecessary spaces.
bzr revid: uco@tinyerp.com-20100819115157-sfsmbnjdgpp4wl12
2010-08-19 17:21:57 +05:30
Harry (OpenERP) 0226465056 [FIX] fetchmail:
* sever_id pass into context instead of as a parameter into process method call

bzr revid: hmo@tinyerp.com-20100625095741-m5lign7qe8erey7o
2010-06-25 15:27:41 +05:30
Harry (OpenERP) 59f9be67f7 [IMP] mail_gateway:
* introduce 'email.server.tools' to process_email and send acknowdgement after creating new record
* use 'email.server.tools' model in script and fetchmail module to processing email
* start mailgateway services on crm.lead, project.issue, hr.applicant

bzr revid: hmo@tinyerp.com-20100624195332-7qci6vrimvzple5w
2010-06-25 01:23:32 +05:30
Mantavya Gajjar cc5f44612b [FIX]: change the Copyright
bzr revid: mga@tinyerp.com-20100605063844-g8cn4bk1mp8gn3pu
2010-06-05 12:08:44 +05:30
rpa (Open ERP) b09173f3ce [IMP]: fetchmail: Minor improvement in names
bzr revid: rpa@tinyerp.com-20100513091247-58tmofwfxntnor2j
2010-05-13 14:42:47 +05:30
Stephane Wirtel bddffbe8e6 [FIX] fetchmail: Decode correcly the body and the subject of the emails (ter)
bzr revid: stephane@openerp.com-20100506164147-vpfqlk3ppvqqkd9n
2010-05-06 18:41:47 +02:00
Stephane Wirtel a6a41d78b0 [FIX] fetchmail: Decode correcly the body and the subject of the emails (bis)
bzr revid: stephane@openerp.com-20100506142827-o8gm55f0ykqmfie8
2010-05-06 16:28:27 +02:00
Stephane Wirtel 9697f8b043 [FIX] fetchmail: Decode correctly the body and the subject of the emails
bzr revid: stephane@openerp.com-20100506122819-2c2ya2rln710l048
2010-05-06 14:28:19 +02:00
Mantavya Gajjar f48401d560 [FIX]: remove faulty text from file
bzr revid: mga@tinyerp.com-20100428133439-v9xqi28ita2mvitz
2010-04-28 19:04:39 +05:30
Mantavya Gajjar 85cb885535 [FIX]: remove ping from code
bzr revid: mga@tinyerp.com-20100428122234-g4kbexfnwani8et8
2010-04-28 17:52:34 +05:30
Mantavya Gajjar 98df501e00 [IMP]: improvement in fetchmail module
bzr revid: mga@tinyerp.com-20100427144413-1y5w8db8g1ovy7uu
2010-04-27 20:14:13 +05:30
Mantavya Gajjar d754240f97 [IMP]: implement new feature that will take care for the attachments
bzr revid: mga@tinyerp.com-20100427112056-ba31r6ww8t97vydc
2010-04-27 16:50:56 +05:30
Mantavya Gajjar a02f0877a7 [IMP]: improvements in fetchmail and document email
bzr revid: mga@tinyerp.com-20100426052001-zv1mtvguufzz7ob0
2010-04-26 10:50:01 +05:30
Olivier Dony eaf9a353f8 [FIX] removed bad and useless call to ping (this is not a correct way of checking for network connection: do the real connection and handle errors please)
bzr revid: odo@openerp.com-20100422163615-7y8512iwaj0odf2z
2010-04-22 18:36:15 +02:00
Mantavya Gajjar b98126cb41 [FIX]: add record reuls for fetchmail servers
[IMP]: add unique index, on email to document configuration, so same server can not be configured for multiple folders

bzr revid: mga@tinyerp.com-20100422134447-3hh4wd7ey89pfczr
2010-04-22 19:14:47 +05:30
Mantavya Gajjar bf55745a19 [FIX]: fix a problem lib import in crm
[IMP]: add user id to fetchmail server so possible to place a record rules based on the user

bzr revid: mga@tinyerp.com-20100422132918-t0tk7om5q8e187bh
2010-04-22 18:59:18 +05:30
Mantavya Gajjar c88bd59192 [IMP]: improvement in email functionalaities
attachment creation process separate from fetctmail

bzr revid: mga@tinyerp.com-20100422124754-yy23up36j5171gh1
2010-04-22 18:17:54 +05:30
Mantavya Gajjar b63dd0fd7a [FIX]: fix a problem if no method defined for email event
message_new
message_update

bzr revid: mga@tinyerp.com-20100420202359-iwsu3wcybupaf2qc
2010-04-21 01:53:59 +05:30
Mantavya Gajjar 64782c7842 [IMP]: implement pop email receive facility for fetchmail
bzr revid: mga@tinyerp.com-20100419205736-35y36rdmizt2guba
2010-04-20 02:27:36 +05:30
Mantavya Gajjar 1ff23a26ba [FIX]: move action code from fetchmail to crm module to make fetchmail standards.
bzr revid: mga@tinyerp.com-20100419174635-j8rabdai2gd02qso
2010-04-19 23:16:35 +05:30
Mantavya Gajjar e6f77ed2fe [IMP]: improvement and implement Set commands for the email
bzr revid: mga@tinyerp.com-20100417210436-jrkp7hkyt36d0tq3
2010-04-18 02:34:36 +05:30
Mantavya Gajjar bfc458e981 [ADD]: clean module to fetch email and process of it.
this module will replace the email_gateway 

meil_gateway = fetchmail + smtpclient 

smtpclient will be add sooner totrunk branch

bzr revid: mga@tinyerp.com-20100415154328-6xht1vvhgp4c5z5g
2010-04-15 21:13:28 +05:30