Bonjour tout le monde!

J'ai un programme qui génère des e-mails automatiques au format HTML.
Ces emails contiennent des liens qui marchent très bien sous la plupart des clients mails ou webmails (vérifié sur : outlook, thunderbird, lotus notes, gmail, laposte.net).
En revanche, ces liens sont inactifs avec des blackberry (ils n'apparaissent pas soulignés comme des liens normaux).

Je suis limité car je n'ai pas de blackberry pour tester.
Est-ce que quelqu'un a déjà eu un tel problème ?

Remarque qui a son importance : dans le passé, ces emails étaient au format texte et je n'avais pas ce problème. Car le blackberry interprète directement un texte du type "http://..." comme un lien.

Pour être clair :
avant :
format texte
lien du type "http://nimportequoi.com" directement interprété pas le blackberry comme un lien
maintenant :
format html <a href="http://nimportequoi.com">nimportequoi.com</a>
Le lien apparaît inactif sur blackberry.

Afin d'être complet, voici les sources de mon email (peu lisible, mais on arrive à retrouver les liens <a...>...</a>

Merci à tous !!

Code html : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
 
Content-Type: text/html;charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable 
<?xml version=3D"1.0" encoding=3D"UTF-8"?>
<html>
	<head />
	<body style="3D"font:" 10px arial;">
		<font size="3D"1"" face="3D"Ar=" ial">
			The following information is suggested to you :
			<br />
		</font>
		<br />
		<br />
		<table style="3D"border:0;" background: #eee; padding: 5px;" bgcolor="3D"#ee=" eeee" cellspacing="3D"1"" cellpadding="3D"2"" border="3D"0"">
			<tr>
				<td style="3D"fon=" t: 10px arial; color:#4466aa; width:150px" width="3D"150pixels"">
					<font color="=3D"#4466aa"" size="3D"1"" face="3D"Arial"">
						Title</font>
				</td>
				<td style="3D"paddin=" g-left:10px; font: bold 14px verdana, helvetica, sans serif; color: #f38022=";" width:300px" width="3D"300pixels"">
					<font size="3D"2"" color="3D"#f38022"" face="=3D"Arial"">
						<b>
							UPS: Investors portal</b></font>
				</td>
			</tr>
			<tr>
				<td style="3D"co=" lor:#4466aa;">
					<font color="3D"#4466aa"" size="3D"1"" face="3D"Arial"">
						Creation Da= te</font>
				</td>
				<td style="3D"padding-left:10px;" color: black; width:200px">
					<f= ont size="3D"1"" face="3D"Arial"">
						Friday, October 20, 2006</font>
					</td>
				</tr>
				<tr>
					= 
					<td style="3D"color:#4466aa;"">
						<font color="3D"#4466aa"" size="3D"1"" face="3D"Ari=" al">
							Category</font>
					</td>
					<td style="3D"padding-left:10px;" color: black; width=":200px"">
						<font size="3D"1"" face="3D"Arial"">
							Groupe GeoPost / Corporate Info. / = Financial results</font>
					</td>
				</tr>
				<tr>
					<td style="3D"color:#4466aa;"">
						<font co="lor=3D"#4466aa"" size="3D"1"" face="3D"Arial"">
							Link to the information</font>
					</t= d>
				<td style="3D"padding-left:10px;" color: black; width:200px">
					<font size="3D"=" 1" face="3D"Arial"">
						<a href="3D"http://www.geopost-explore.com/information?vDo=" cid="3D4823&amp;categoryId=3D50534&amp;secret=3D0F089A3BCF38D052F7882D12B392=" 3a82&amp;userid="3Dtestadmin&amp;secret2=3D9283A03246EF2DACDC21A9B137817EC1"=" target="3D""">
							UPS: Investors portal</a></font>
				</td>
			</tr>
		</table>
		<br />
		<br />
		= 
		<font size="3D"1"" face="3D"Arial"">
			Explore</font>
	</body>
</html>
Edit : [blueice] On y verra mieux comme ca...